gatsby-plugin-sentry icon indicating copy to clipboard operation
gatsby-plugin-sentry copied to clipboard

fix: use semver in package.json dependencies

Open bradleyayers opened this issue 5 years ago • 2 comments

I had a problem in my project that uses yarn workspaces, in that I had multiple workspaces depending on @sentry/browser, but they wouldn't dedupe and an old version was persistently brought in via gatsby-plugin-sentry. I tracked it down to the dependency in gatsby-plugin-sentry being declared as latest, and on switching it to * the issue was resolved.

I assume that because latest isn't a semver, and is instead a registry tag, it doesn't resolve properly in the dependency resolution of yarn.

bradleyayers avatar Jun 21 '19 23:06 bradleyayers

@octalmage is there anything I can do to move this along?

bradleyayers avatar Jul 22 '19 03:07 bradleyayers

@octalmage Any chance we could get this merged and released?

humphreybc avatar Sep 04 '19 00:09 humphreybc