We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 453f3d4 commit b6a59c8Copy full SHA for b6a59c8
package.json
@@ -2,7 +2,7 @@
2
"name": "vitest-browser-examples",
3
"type": "module",
4
"version": "0.0.0",
5
- "packageManager": "pnpm@10.26.2",
+ "packageManager": "pnpm@10.28.0",
6
"description": "Examples of using Vitest Browser Mode with different frameworks",
7
"keywords": [],
8
"license": "MIT",
@@ -17,9 +17,9 @@
17
"pnpm": {
18
"overrides": {
19
"playwright": "^1.57.0",
20
- "vite": "^7.3.0",
21
- "vitest": "^4.0.16",
22
- "@vitest/browser-playwright": "^4.0.16"
+ "vite": "^7.3.1",
+ "vitest": "^4.0.17",
+ "@vitest/browser-playwright": "^4.0.17"
23
}
24
25
0 commit comments