Skip to content

Commit

Permalink
chore(nextjs/gatsby/remix): Bump webpack plugin to 1.19.0 (#5460)
Browse files Browse the repository at this point in the history
This updates our dependency in order to take advantage of getsentry/sentry-webpack-plugin#389.

Fixes #5424
  • Loading branch information
lobsterkatie authored Jul 25, 2022
1 parent c337454 commit fc7682c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/gatsby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@sentry/tracing": "7.7.0",
"@sentry/types": "7.7.0",
"@sentry/utils": "7.7.0",
"@sentry/webpack-plugin": "1.18.9"
"@sentry/webpack-plugin": "1.19.0"
},
"peerDependencies": {
"gatsby": "^2.0.0 || ^3.0.0 || ^4.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@sentry/tracing": "7.7.0",
"@sentry/types": "7.7.0",
"@sentry/utils": "7.7.0",
"@sentry/webpack-plugin": "1.18.9",
"@sentry/webpack-plugin": "1.19.0",
"tslib": "^1.9.3"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@sentry/tracing": "7.7.0",
"@sentry/types": "7.7.0",
"@sentry/utils": "7.7.0",
"@sentry/webpack-plugin": "1.18.9",
"@sentry/webpack-plugin": "1.19.0",

This comment has been minimized.

Copy link
@TrySound

TrySound Apr 2, 2023

Contributor

Remix doesn't use webpack. And @sentry/webpack-plugin use older cli version. So user have to install 2 instances of @sentry/cli.

"tslib": "^1.9.3"
},
"devDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4445,10 +4445,10 @@
proxy-from-env "^1.1.0"
which "^2.0.2"

"@sentry/webpack-plugin@1.18.9":
version "1.18.9"
resolved "https://registry.yarnpkg.com/@sentry/webpack-plugin/-/webpack-plugin-1.18.9.tgz#acb48c0f96fdb9e73f1e1db374ea31ded6d883a8"
integrity sha512-+TrenJrgFM0QTOwBnw0ZXWMvc0PiOebp6GN5EbGEx3JPCQqXOfXFzCaEjBtASKRgcNCL7zGly41S25YR6Hm+jw==
"@sentry/webpack-plugin@1.19.0":
version "1.19.0"
resolved "https://registry.yarnpkg.com/@sentry/webpack-plugin/-/webpack-plugin-1.19.0.tgz#2b134318f1552ba7f3e3f9c83c71a202095f7a44"
integrity sha512-qSpdgdGMtdzagGveSWgo2b+t8PdPUscuOjbOyWCsJme9jlTFnNk0rX7JEA55OUozikKHM/+vVh08USLBnPboZw==
dependencies:
"@sentry/cli" "^1.74.4"

Expand Down

0 comments on commit fc7682c

Please sign in to comment.