Skip to content

Commit e21bcc2

Browse files
authored
feat(vue): Support Pinia v3 (#15383)
Pinia had a boring major release yesterday: [Migration Guide on their website](https://pinia.vuejs.org/cookbook/migration-v2-v3.html#Migrating-from-v2-to-v3). As they mainly removed deprecations, I just upgraded the pinia to v3 in the E2E test. closes #15378
1 parent 3d16a07 commit e21bcc2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
},
1717
"dependencies": {
1818
"@sentry/vue": "latest || *",
19-
"pinia": "^2.2.3",
19+
"pinia": "^3.0.0",
2020
"vue": "^3.4.15",
2121
"vue-router": "^4.2.5"
2222
},

packages/vue/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@sentry/core": "9.0.1"
4444
},
4545
"peerDependencies": {
46-
"pinia": "2.x",
46+
"pinia": "2.x || 3.x",
4747
"vue": "2.x || 3.x"
4848
},
4949
"peerDependenciesMeta": {

0 commit comments

Comments
 (0)