Skip to content

Commit b78f538

Browse files
authored
fix: drop vite 8.beta support (#9862)
1 parent 633ae23 commit b78f538

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ jobs:
223223

224224
- name: Install
225225
run: |
226-
yq -i '.overrides.vite = "npm:vite@beta"' pnpm-workspace.yaml
226+
yq -i '.overrides.vite = "npm:vite@8"' pnpm-workspace.yaml
227227
git add . && git commit -m "ci" && pnpm i --prefer-offline --no-frozen-lockfile
228228
229229
- uses: ./.github/actions/setup-playwright

packages/mocker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
},
6969
"peerDependencies": {
7070
"msw": "^2.4.9",
71-
"vite": "^6.0.0 || ^7.0.0 || ^8.0.0-0"
71+
"vite": "^6.0.0 || ^7.0.0 || ^8.0.0"
7272
},
7373
"peerDependenciesMeta": {
7474
"msw": {

packages/vitest/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@
139139
"@vitest/ui": "workspace:*",
140140
"happy-dom": "*",
141141
"jsdom": "*",
142-
"vite": "^6.0.0 || ^7.0.0 || ^8.0.0-0"
142+
"vite": "^6.0.0 || ^7.0.0 || ^8.0.0"
143143
},
144144
"peerDependenciesMeta": {
145145
"@edge-runtime/vm": {
@@ -192,7 +192,7 @@
192192
"tinyexec": "^1.0.2",
193193
"tinyglobby": "catalog:",
194194
"tinyrainbow": "catalog:",
195-
"vite": "^6.0.0 || ^7.0.0 || ^8.0.0-0",
195+
"vite": "^6.0.0 || ^7.0.0 || ^8.0.0",
196196
"why-is-node-running": "^2.3.0"
197197
},
198198
"devDependencies": {

0 commit comments

Comments
 (0)