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 committed Aug 29, 2022
1 parent 88d5764 commit b44a04a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .tazerc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"exclude": [
"vue",
"vite",
"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.12",
"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 @@ -100,7 +100,7 @@
"local-pkg": "^0.4.2",
"tinypool": "^0.2.4",
"tinyspy": "^1.0.2",
"vite": "^2.9.12 || ^3.0.0-0"
"vite": "^3.0.0"
},
"devDependencies": {
"@antfu/install-pkg": "^0.1.0",
Expand Down

0 comments on commit b44a04a

Please sign in to comment.