Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
deps: Bump Sentry bundler plugins to version 2.18.0
  • Loading branch information
Luca Forstner committed Jun 6, 2024
commit b9f11eb78bcad6a42c0ba7bdfe66cee2e5ebd7ca
2 changes: 1 addition & 1 deletion packages/astro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"@sentry/node": "8.7.0",
"@sentry/types": "8.7.0",
"@sentry/utils": "8.7.0",
"@sentry/vite-plugin": "^2.14.2"
"@sentry/vite-plugin": "^2.18.0"
},
"devDependencies": {
"astro": "^3.5.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 @@ -74,7 +74,7 @@
"@sentry/types": "8.7.0",
"@sentry/utils": "8.7.0",
"@sentry/vercel-edge": "8.7.0",
"@sentry/webpack-plugin": "2.16.0",
"@sentry/webpack-plugin": "2.18.0",
"chalk": "3.0.0",
"resolve": "1.22.8",
"rollup": "3.29.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"@sentry/svelte": "8.7.0",
"@sentry/types": "8.7.0",
"@sentry/utils": "8.7.0",
"@sentry/vite-plugin": "2.14.2",
"@sentry/vite-plugin": "2.18.0",
"magic-string": "0.30.7",
"magicast": "0.2.8",
"sorcery": "0.11.0"
Expand Down
Loading