Skip to content

Commit

Permalink
Merge pull request #67 from JohnCampionJr/vite-3
Browse files Browse the repository at this point in the history
feat: support vite 3.0
  • Loading branch information
JohnCampionJr authored Jul 25, 2022
2 parents c055ba2 + 4f822fd commit 8baaf89
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 @@ -41,7 +41,7 @@
"fast-glob": "^3.2.11"
},
"peerDependencies": {
"vite": "^2.5.0",
"vite": "^2.5.0 || ^3.0.0-0",
"vue": "^2.6.12 || ^3.2.4",
"vue-router": "^3.5.1 || ^ 4.0.11"
},
Expand Down

0 comments on commit 8baaf89

Please sign in to comment.