Skip to content

Commit

Permalink
fix: revert support for Vite 6
Browse files Browse the repository at this point in the history
Related #6992
  • Loading branch information
sheremet-va committed Dec 2, 2024
1 parent b936702 commit fbe5c39
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/mocker/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
},
"peerDependencies": {
"msw": "^2.4.9",
"vite": "^5.0.0 || ^6.0.0"
"vite": "^5.0.0"
},
"peerDependenciesMeta": {
"msw": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"unocss": "^0.64.0",
"unplugin-auto-import": "^0.18.3",
"unplugin-vue-components": "^0.27.4",
"vite": "^5.0.0 || ^6.0.0",
"vite": "^5.0.0",
"vite-plugin-pages": "^0.32.3",
"vue": "^3.5.12",
"vue-router": "^4.4.5",
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 @@ -86,7 +86,7 @@
"debug": "^4.3.7",
"es-module-lexer": "^1.5.4",
"pathe": "^1.1.2",
"vite": "^5.0.0 || ^6.0.0"
"vite": "^5.0.0"
},
"devDependencies": {
"@jridgewell/trace-mapping": "^0.3.25",
Expand Down
2 changes: 1 addition & 1 deletion packages/vitest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
"tinyexec": "^0.3.1",
"tinypool": "^1.0.1",
"tinyrainbow": "^1.2.0",
"vite": "^5.0.0 || ^6.0.0",
"vite": "^5.0.0",
"vite-node": "workspace:*",
"why-is-node-running": "^2.3.0"
},
Expand Down

0 comments on commit fbe5c39

Please sign in to comment.