Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

Commit

Permalink
feat: support Vite 4 as peerDependency (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
mil7 authored Dec 19, 2022
1 parent ba1f751 commit db6e905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"pre-commit": "lint-staged"
},
"peerDependencies": {
"vite": "^2.0.0 || ^3.0.0",
"vite": "^2.0.0 || ^3.0.0 || ^4.0.0",
"vue-template-compiler": "^2.2.0"
},
"dependencies": {
Expand Down

0 comments on commit db6e905

Please sign in to comment.