Skip to content

Commit 11cd0e1

Browse files
authored
chore(nextjs): Bump@sentry/webpack-plugin to 1.18.5 (#4501)
This lets us take advantage of the fix in getsentry/sentry-webpack-plugin#347.
1 parent 6fbec97 commit 11cd0e1

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

packages/gatsby/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"dependencies": {
2929
"@sentry/react": "6.17.4",
3030
"@sentry/tracing": "6.17.4",
31-
"@sentry/webpack-plugin": "1.18.4"
31+
"@sentry/webpack-plugin": "1.18.5"
3232
},
3333
"peerDependencies": {
3434
"gatsby": "^2.0.0 || ^3.0.0 || ^4.0.0"

packages/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@sentry/react": "6.17.4",
2525
"@sentry/tracing": "6.17.4",
2626
"@sentry/utils": "6.17.4",
27-
"@sentry/webpack-plugin": "1.18.4",
27+
"@sentry/webpack-plugin": "1.18.5",
2828
"tslib": "^1.9.3"
2929
},
3030
"devDependencies": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3100,10 +3100,10 @@
31003100
progress "^2.0.3"
31013101
proxy-from-env "^1.1.0"
31023102

3103-
"@sentry/[email protected].4":
3104-
version "1.18.4"
3105-
resolved "https://registry.yarnpkg.com/@sentry/webpack-plugin/-/webpack-plugin-1.18.4.tgz#bf1ba2575251264a61d519272b8e119e120b0822"
3106-
integrity sha512-1NVnxCmNxcJ7+UQwpMGiSEFNgc52vGCZ0pjpfvmmtJMxnJFYnSNy2vTVStL4xwGMe6vLR9luJRT9Smoy3lxJYg==
3103+
"@sentry/[email protected].5":
3104+
version "1.18.5"
3105+
resolved "https://registry.yarnpkg.com/@sentry/webpack-plugin/-/webpack-plugin-1.18.5.tgz#aaff79d8e05b8d803654490324252406c976b1cd"
3106+
integrity sha512-HycNZEcVRj/LxaG6hLsxjHo47mpxop3j7u2aUkriE2pT7XNpeypsa0WiokYzStxzCfSu8rbAbX4PchTGLMlTjw==
31073107
dependencies:
31083108
"@sentry/cli" "^1.72.0"
31093109

0 commit comments

Comments
 (0)