Skip to content

Commit

Permalink
fix: drop support for Vite 2
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu authored and sheremet-va committed Oct 7, 2022
1 parent d1919a0 commit f0622c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .tazerc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"exclude": [
"vite",
"vue",
"puppeteer",
"pretty-format",
"pathe"
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"debug": "^4.3.4",
"mlly": "^0.5.16",
"pathe": "^0.2.0",
"vite": "^2.9.12 || ^3.0.0-0"
"vite": "^3.0.0"
},
"devDependencies": {
"@types/debug": "^4.1.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"tinybench": "^2.2.1",
"tinypool": "^0.3.0",
"tinyspy": "^1.0.2",
"vite": "^2.9.12 || ^3.0.0-0"
"vite": "^3.0.0"
},
"devDependencies": {
"@antfu/install-pkg": "^0.1.1",
Expand Down

0 comments on commit f0622c7

Please sign in to comment.