Skip to content
This repository was archived by the owner on Jun 26, 2026. It is now read-only.

Commit 692f7b1

Browse files
authored
Revert "chore(deps): replace Jest 29 + ts-jest with Vitest (D-08, D-09)"
This reverts commit dd38d1a.
1 parent fbfdea1 commit 692f7b1

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
"@testing-library/jest-dom": "^6.9.1",
121121
"@testing-library/react": "^16.3.2",
122122
"@testing-library/user-event": "^14.6.1",
123+
"@types/jest": "^29.5.14",
123124
"@types/lodash": "^4.17.24",
124125
"@types/node": "^24.12.4",
125126
"@types/papaparse": "^5.5.2",
@@ -128,9 +129,7 @@
128129
"@types/react-syntax-highlighter": "^15.5.13",
129130
"@typescript-eslint/eslint-plugin": "^8.60.0",
130131
"@typescript-eslint/parser": "^8.60.0",
131-
"@vitejs/plugin-react-swc": "^4.3.1",
132-
"@vitest/coverage-istanbul": "^4.1.7",
133-
"@vitest/ui": "^4.1.7",
132+
"@vitejs/plugin-react-swc": "^3.11.0",
134133
"autoprefixer": "^10.5.0",
135134
"chokidar-cli": "^3.0.0",
136135
"concurrently": "^9.2.1",
@@ -141,7 +140,9 @@
141140
"eslint-plugin-react": "^7.37.5",
142141
"eslint-plugin-react-hooks": "^5.2.0",
143142
"globals": "^17.6.0",
144-
"jsdom": "^29.1.1",
143+
"jest": "^29.7.0",
144+
"jest-environment-jsdom": "^29.7.0",
145+
"jest-fixed-jsdom": "^0.0.11",
145146
"msw": "^2.12.7",
146147
"postcss": "^8.5.15",
147148
"prettier": "^3.8.3",
@@ -151,12 +152,12 @@
151152
"react-dom": "^19.2.6",
152153
"react-router-dom": "^7.15.1",
153154
"tailwindcss": "^3.4.19",
155+
"ts-jest": "^29.4.11",
154156
"typescript": "^5.9.3",
155-
"vite": "^8.0.13",
157+
"vite": "^6.4.2",
156158
"vite-plugin-dts": "^4.5.4",
157159
"vite-plugin-eslint": "^1.8.1",
158160
"vite-tsconfig-paths": "^5.1.4",
159-
"vitest": "^4.1.7",
160161
"whatwg-fetch": "^3.6.20"
161162
},
162163
"peerDependencies": {

0 commit comments

Comments
 (0)