Skip to content

Commit

Permalink
fix: revert vue back to peer dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed May 9, 2022
1 parent 135c731 commit 737fa16
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/histoire/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@
"sirv": "^2.0.2",
"tinypool": "^0.1.2",
"vite-node": "0.7.6",
"vue-router": "^4.0.14",
"vue": "^3.2.31"
"vue-router": "^4.0.14"
},
"peerDependencies": {
"vite": "^2.9.0"
"vite": "^2.9.0",
"vue": "^3.2.31"
},
"devDependencies": {
"@peeky/test": "^0.13.5",
Expand Down

0 comments on commit 737fa16

Please sign in to comment.