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 3 (#204)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurens94 authored Jul 16, 2022
1 parent 71a8903 commit dc6856e
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",
"vite": "^2.0.0 || ^3.0.0",
"vue-template-compiler": "^2.2.0"
},
"dependencies": {
Expand Down

0 comments on commit dc6856e

Please sign in to comment.