Skip to content

Commit

Permalink
vite 4 support (#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
timacdonald authored Dec 14, 2022
1 parent 5ec3ad4 commit 2f65b23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
"@typescript-eslint/parser": "^5.21.0",
"eslint": "^8.14.0",
"typescript": "^4.6.4",
"vite": "^3.0.0",
"vite": "^4.0.0",
"vitest": "^0.25.2"
},
"peerDependencies": {
"vite": "^3.0.0"
"vite": "^3.0.0 || ^4.0.0"
},
"engines": {
"node": ">=14"
Expand Down

0 comments on commit 2f65b23

Please sign in to comment.