Skip to content

Commit

Permalink
fix: downgrade peerdep requirement for ts
Browse files Browse the repository at this point in the history
Close #874
  • Loading branch information
posva committed Dec 4, 2021
1 parent 028e0ca commit 100a60d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pinia/package.json
Expand Up @@ -81,7 +81,7 @@
},
"peerDependencies": {
"@vue/composition-api": "^1.4.0",
"typescript": "^4.5.2",
"typescript": ">=4.4.4",
"vue": "^2.6.14 || ^3.2.0"
},
"peerDependenciesMeta": {
Expand Down

0 comments on commit 100a60d

Please sign in to comment.