Skip to content

Commit

Permalink
build: support Vite 5.0 and bump minimum to 3.1 (#4015)
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va committed Aug 25, 2023
1 parent e78a449 commit e691a9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vitest/package.json
Expand Up @@ -163,7 +163,7 @@
"strip-literal": "^1.0.1",
"tinybench": "^2.5.0",
"tinypool": "^0.7.0",
"vite": "^3.0.0 || ^4.0.0",
"vite": "^3.1.0 || ^4.0.0 || ^5.0.0-0",
"vite-node": "workspace:*",
"why-is-node-running": "^2.2.2"
},
Expand Down

0 comments on commit e691a9c

Please sign in to comment.