Skip to content

Commit 10da5ce

Browse files
authored
ref(sveltekit): Hard-pin Vite plugin version (#10843)
We want to hard-pin bundler plugin versions in the SDKs to avoid telling users to upgrade (or downgrade) a dependency of our SDK. Instead, we'll just bump the version within the SDK if there's a concrete reason to do so.
1 parent bc28240 commit 10da5ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/sveltekit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@sentry/svelte": "7.100.0",
4444
"@sentry/types": "7.100.0",
4545
"@sentry/utils": "7.100.0",
46-
"@sentry/vite-plugin": "^2.14.2",
46+
"@sentry/vite-plugin": "2.14.2",
4747
"magicast": "0.2.8",
4848
"magic-string": "0.30.7",
4949
"sorcery": "0.11.0"

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5837,7 +5837,7 @@
58375837
"@sentry/cli-win32-i686" "2.28.6"
58385838
"@sentry/cli-win32-x64" "2.28.6"
58395839

5840-
"@sentry/vite-plugin@^2.14.2":
5840+
"@sentry/vite-plugin@2.14.2", "@sentry/vite-plugin@^2.14.2":
58415841
version "2.14.2"
58425842
resolved "https://registry.yarnpkg.com/@sentry/vite-plugin/-/vite-plugin-2.14.2.tgz#f17cbd5526a95de3d8a7995b4cd90e2c8a548bf1"
58435843
integrity sha512-t8IiRZGxivtODgabjgHlgUhOBEIJdOclJGUKLAJjJqPtYeKjPzxYOo/Z5yt7k1rhBAaMhFk3whW5o7SOq4KVOA==

0 commit comments

Comments
 (0)