Skip to content

Commit 159e40b

Browse files
s1gr1dcursoragent
andauthored
fix(vue): Support pinia 4 in peer dependency range (#22324)
Pinia 4 has no API-changes, so we only need to update peer-dependency range. Also updates Pinia in the E2E test. Pinia Release: https://github.com/vuejs/pinia/releases/tag/v4.0.0 Closes #22320 Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent e75e287 commit 159e40b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

dev-packages/e2e-tests/test-applications/vue-3/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
},
2121
"dependencies": {
2222
"@sentry/vue": "file:../../packed/sentry-vue-packed.tgz",
23-
"pinia": "^3.0.0",
23+
"pinia": "^4.0.0",
2424
"vue": "^3.4.15",
2525
"vue-router": "^4.2.5"
2626
},

packages/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
},
5858
"peerDependencies": {
5959
"@tanstack/vue-router": "^1.64.0",
60-
"pinia": "2.x || 3.x",
60+
"pinia": "2.x || 3.x || 4.x",
6161
"vue": "2.x || 3.x"
6262
},
6363
"peerDependenciesMeta": {

0 commit comments

Comments
 (0)