Skip to content

Commit

Permalink
fix peerDependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Chris-Robin Ennen <chris-robin@ennen.dev>
  • Loading branch information
4350pChris committed Apr 23, 2024
1 parent 63a2e0f commit dcfc981
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/vike-pinia/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"peerDependencies": {
"pinia": "^2.0.0",
"vike": "^0.4.160",
"vike-vue": "^0.6.4",
"vike-vue": "^0.6.5",
"vue": "^3.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/vike-vue-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"peerDependencies": {
"@tanstack/vue-query": "^5.0.0",
"vike": "^0.4.160",
"vike-vue": "^0.5.3",
"vike-vue": "^0.6.5",
"vue": "^3.0.0"
},
"devDependencies": {
Expand Down

0 comments on commit dcfc981

Please sign in to comment.