Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion packages/gatsby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"dependencies": {
"@sentry/core": "9.9.0",
"@sentry/react": "9.9.0",
"@sentry/webpack-plugin": "3.2.2"
"@sentry/webpack-plugin": "3.2.3"
},
"peerDependencies": {
"gatsby": "^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.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 @@ -85,7 +85,7 @@
"@sentry/opentelemetry": "9.9.0",
"@sentry/react": "9.9.0",
"@sentry/vercel-edge": "9.9.0",
"@sentry/webpack-plugin": "3.2.2",
"@sentry/webpack-plugin": "3.2.3",
"chalk": "3.0.0",
"resolve": "1.22.8",
"rollup": "4.35.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
"@sentry/core": "9.9.0",
"@sentry/node": "9.9.0",
"@sentry/opentelemetry": "9.9.0",
"@sentry/rollup-plugin": "3.1.2",
"@sentry/vite-plugin": "2.22.6",
Comment on lines -50 to -51
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@s1gr1d do you know whether this was intentionally on 3 and 2 respectively?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No that was not intentional, it's fine to update this

"@sentry/rollup-plugin": "3.2.3",
"@sentry/vite-plugin": "3.2.3",
"@sentry/vue": "9.9.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@sentry/cli": "^2.42.3",
"@sentry/core": "9.9.0",
"@sentry/node": "9.9.0",
"@sentry/vite-plugin": "^3.2.0",
"@sentry/vite-plugin": "^3.2.3",
"glob": "11.0.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@sentry/node": "9.9.0",
"@sentry/opentelemetry": "9.9.0",
"@sentry/svelte": "9.9.0",
"@sentry/vite-plugin": "3.2.0",
"@sentry/vite-plugin": "3.2.3",
"magic-string": "0.30.7",
"recast": "0.23.11",
"sorcery": "1.0.0"
Expand Down
Loading
Loading