[READ-ONLY] Mirror of https://github.com/vitest-dev/vitest. Next generation testing framework powered by Vite. vitest.dev
test testing-tools vite
12

Configure Feed

Select the types of activity you want to include in your feed.

chore: specify workspace instead of latest (#9782)

authored by

Vladimir and committed by
GitHub
(Mar 5, 2026, 9:59 AM +0100) 3a89a0aa 33e96311

+4 -4
+2 -2
test/cli/fixtures/browser-init/package.json
··· 3 3 "test:browser": "vitest --config=vitest.browser.config.ts" 4 4 }, 5 5 "dependencies": { 6 - "vitest": "latest" 6 + "vitest": "workspace:*" 7 7 }, 8 8 "devDependencies": { 9 - "@vitest/browser-preview": "latest" 9 + "@vitest/browser-preview": "workspace:*" 10 10 } 11 11 }
+2 -2
test/cli/fixtures/no-module-runner/package.json
··· 11 11 }, 12 12 "devDependencies": { 13 13 "@types/node": "^24.11.0", 14 - "@vitest/ui": "latest", 14 + "@vitest/ui": "workspace:*", 15 15 "tinyspy": "^4.0.4", 16 16 "vite": "latest", 17 - "vitest": "latest" 17 + "vitest": "workspace:*" 18 18 }, 19 19 "stackblitz": { 20 20 "startCommand": "npm run test:ui"