Skip to content

Commit 1653533

Browse files
committed
fix: allow pinia 4
See vuejs/pinia#3159
1 parent f634b2f commit 1653533

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

packages/router/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -188,10 +188,10 @@
188188
},
189189
"peerDependencies": {
190190
"@pinia/colada": ">=0.21.2",
191-
"@vue/compiler-sfc": "^3.5.34",
192-
"pinia": "^3.0.4",
193-
"vite": "^7.3.0",
194-
"vue": "^3.5.34"
191+
"@vue/compiler-sfc": "^3.5.34 || ^4.0.0",
192+
"pinia": "^3.0.4 || ^4.0.2",
193+
"vite": "^7.3.0 || ^8.0.0",
194+
"vue": "^3.5.34 || ^4.0.0"
195195
},
196196
"peerDependenciesMeta": {
197197
"@vue/compiler-sfc": {

0 commit comments

Comments
 (0)