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
Next Next commit
fead(nuxt): Bump @sentry/vite-plugin and @sentry/rollup-plugin to…
… 4.6.1
  • Loading branch information
Lms24 committed Dec 11, 2025
commit a53ee8a1ce48c77a5f1f476e7c72667ebbf7e9a9
6 changes: 3 additions & 3 deletions packages/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
"@sentry/cloudflare": "10.30.0",
"@sentry/core": "10.30.0",
"@sentry/node": "10.30.0",
"@sentry/rollup-plugin": "^4.3.0",
"@sentry/vite-plugin": "^4.3.0",
"@sentry/vue": "10.30.0"
"@sentry/vue": "10.30.0",
"@sentry/rollup-plugin": "^4.6.1",
"@sentry/vite-plugin": "^4.6.1"
},
"devDependencies": {
"@nuxt/module-builder": "^0.8.4",
Expand Down
20 changes: 14 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7167,22 +7167,30 @@
"@sentry/cli-win32-i686" "2.58.2"
"@sentry/cli-win32-x64" "2.58.2"

"@sentry/rollup-plugin@^4.3.0":
version "4.3.0"
resolved "https://registry.yarnpkg.com/@sentry/rollup-plugin/-/rollup-plugin-4.3.0.tgz#d23fe49e48fa68dafa2b0933a8efabcc964b1df9"
integrity sha512-Ebk6cTGTNohnLEvHtwDKYlMRs8Qit/ybOflIKlQziBHjd51GtxG9TPIu9NYU0fJXa428aYNluto3BfgdMp+c+Q==
"@sentry/rollup-plugin@^4.6.1":
version "4.6.1"
resolved "https://registry.yarnpkg.com/@sentry/rollup-plugin/-/rollup-plugin-4.6.1.tgz#28dece8d6fad3044fd634724f6334f6b9b8f3ded"
integrity sha512-4G4oo05BhP7CjXdpTVFPInBgDNcuE5WKglALbCa2H9CY4ta8nHHPn2ni+d0WjhUIp6m5E1e+0NQ+0SxuFTCHVw==
dependencies:
"@sentry/bundler-plugin-core" "4.3.0"
"@sentry/bundler-plugin-core" "4.6.1"
unplugin "1.0.1"

"@sentry/vite-plugin@^4.1.0", "@sentry/vite-plugin@^4.3.0":
"@sentry/vite-plugin@^4.1.0":
version "4.3.0"
resolved "https://registry.yarnpkg.com/@sentry/vite-plugin/-/vite-plugin-4.3.0.tgz#ced993a1f59046404aa26fb57b12078d13680ffa"
integrity sha512-MeTAHMmTOgBPMAjeW7/ONyXwgScZdaFFtNiALKcAODnVqC7eoHdSRIWeH5mkLr2Dvs7nqtBaDpKxRjUBgfm9LQ==
dependencies:
"@sentry/bundler-plugin-core" "4.3.0"
unplugin "1.0.1"

"@sentry/vite-plugin@^4.6.1":
version "4.6.1"
resolved "https://registry.yarnpkg.com/@sentry/vite-plugin/-/vite-plugin-4.6.1.tgz#883d8448c033b309528985e12e0d5d1af99ee1c6"
integrity sha512-Qvys1y3o8/bfL3ikrHnJS9zxdjt0z3POshdBl3967UcflrTqBmnGNkcVk53SlmtJWIfh85fgmrLvGYwZ2YiqNg==
dependencies:
"@sentry/bundler-plugin-core" "4.6.1"
unplugin "1.0.1"

"@sentry/webpack-plugin@^4.6.1":
version "4.6.1"
resolved "https://registry.yarnpkg.com/@sentry/webpack-plugin/-/webpack-plugin-4.6.1.tgz#8041ef27f302c3f63902bc4bb01e2ee53ea94c15"
Expand Down