Skip to content

Commit 6c93e07

Browse files
committed
feat: add path aliases for components in vitest configuration
1 parent 04c2070 commit 6c93e07

3 files changed

Lines changed: 397 additions & 149 deletions

File tree

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,11 @@
2727
"@testing-library/jest-dom": "^6.9.1",
2828
"@testing-library/react": "^16.3.1",
2929
"@testing-library/user-event": "^14.6.1",
30+
"@types/node": "^24.10.8",
3031
"@types/react": "18.3.12",
3132
"@types/react-dom": "18.3.1",
32-
"@vitest/coverage-v8": "^4.0.17",
33-
"@vitest/ui": "^4.0.17",
33+
"@vitest/coverage-v8": "^2.1.8",
34+
"@vitest/ui": "^2.1.8",
3435
"eslint": "^8.0.0",
3536
"happy-dom": "^20.1.0",
3637
"jsdom": "^27.4.0",
@@ -41,7 +42,7 @@
4142
"tslib": "^2.6.0",
4243
"turbo": "^2.6.3",
4344
"typescript": "^5.0.0",
44-
"vitest": "^4.0.17"
45+
"vitest": "^2.1.8"
4546
},
4647
"pnpm": {
4748
"overrides": {
@@ -50,5 +51,8 @@
5051
"@types/react": "18.3.12",
5152
"@types/react-dom": "18.3.1"
5253
}
54+
},
55+
"dependencies": {
56+
"coverage-v8": "0.0.1-security"
5357
}
5458
}

0 commit comments

Comments
 (0)