diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4a1c3464e1e8..6ef6d0538d0b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -223,7 +223,7 @@ jobs: - name: Install run: | - yq -i '.overrides.vite = "npm:vite@beta"' pnpm-workspace.yaml + yq -i '.overrides.vite = "npm:vite@8"' pnpm-workspace.yaml git add . && git commit -m "ci" && pnpm i --prefer-offline --no-frozen-lockfile - uses: ./.github/actions/setup-playwright diff --git a/packages/mocker/package.json b/packages/mocker/package.json index f42015435a10..d010910a5498 100644 --- a/packages/mocker/package.json +++ b/packages/mocker/package.json @@ -68,7 +68,7 @@ }, "peerDependencies": { "msw": "^2.4.9", - "vite": "^6.0.0 || ^7.0.0 || ^8.0.0-0" + "vite": "^6.0.0 || ^7.0.0 || ^8.0.0" }, "peerDependenciesMeta": { "msw": { diff --git a/packages/vitest/package.json b/packages/vitest/package.json index f1deb52683d8..fd6b7d53e42f 100644 --- a/packages/vitest/package.json +++ b/packages/vitest/package.json @@ -139,7 +139,7 @@ "@vitest/ui": "workspace:*", "happy-dom": "*", "jsdom": "*", - "vite": "^6.0.0 || ^7.0.0 || ^8.0.0-0" + "vite": "^6.0.0 || ^7.0.0 || ^8.0.0" }, "peerDependenciesMeta": { "@edge-runtime/vm": { @@ -192,7 +192,7 @@ "tinyexec": "^1.0.2", "tinyglobby": "catalog:", "tinyrainbow": "catalog:", - "vite": "^6.0.0 || ^7.0.0 || ^8.0.0-0", + "vite": "^6.0.0 || ^7.0.0 || ^8.0.0", "why-is-node-running": "^2.3.0" }, "devDependencies": {