We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04c2070 commit 6c93e07Copy full SHA for 6c93e07
3 files changed
package.json
@@ -27,10 +27,11 @@
27
"@testing-library/jest-dom": "^6.9.1",
28
"@testing-library/react": "^16.3.1",
29
"@testing-library/user-event": "^14.6.1",
30
+ "@types/node": "^24.10.8",
31
"@types/react": "18.3.12",
32
"@types/react-dom": "18.3.1",
- "@vitest/coverage-v8": "^4.0.17",
33
- "@vitest/ui": "^4.0.17",
+ "@vitest/coverage-v8": "^2.1.8",
34
+ "@vitest/ui": "^2.1.8",
35
"eslint": "^8.0.0",
36
"happy-dom": "^20.1.0",
37
"jsdom": "^27.4.0",
@@ -41,7 +42,7 @@
41
42
"tslib": "^2.6.0",
43
"turbo": "^2.6.3",
44
"typescript": "^5.0.0",
- "vitest": "^4.0.17"
45
+ "vitest": "^2.1.8"
46
},
47
"pnpm": {
48
"overrides": {
@@ -50,5 +51,8 @@
50
51
52
"@types/react-dom": "18.3.1"
53
}
54
+ },
55
+ "dependencies": {
56
+ "coverage-v8": "0.0.1-security"
57
58
0 commit comments