Skip to content

Commit

Permalink
fix: up minimum peer dep of Vue
Browse files Browse the repository at this point in the history
Fix #2797
  • Loading branch information
posva committed Oct 9, 2024
1 parent 67ddc04 commit 5404d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pinia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"peerDependencies": {
"@vue/composition-api": "^1.4.0",
"typescript": ">=4.4.4",
"vue": "^2.6.14 || ^3.3.0"
"vue": "^2.6.14 || ^3.5.11"
},
"peerDependenciesMeta": {
"typescript": {
Expand Down

0 comments on commit 5404d3e

Please sign in to comment.