Skip to content

Commit

Permalink
fix: missing vite 5 in peer deps, fix #662
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Jan 15, 2024
1 parent d74416f commit caa56f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/histoire-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"picocolors": "^1.0.0"
},
"peerDependencies": {
"vite": "^2.9.0 || ^3.0.0 || ^4.0.0"
"vite": "^2.9.0 || ^3.0.0 || ^4.0.0 || ^5.0.0"
},
"devDependencies": {
"typescript": "^4.9.5",
Expand Down

0 comments on commit caa56f9

Please sign in to comment.