Skip to content

Commit

Permalink
chore!: drop vite 3 support, minimum version is now vite 4 (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
samrum authored Apr 29, 2023
1 parent 79a3542 commit aa72014
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 @@ -82,7 +82,7 @@
"vitest": "^0.30.1"
},
"peerDependencies": {
"vite": "^3.0.2 || ^4.0.3"
"vite": "^4.0.3"
},
"lint-staged": {
"*": [
Expand Down

0 comments on commit aa72014

Please sign in to comment.