|
120 | 120 | "@testing-library/jest-dom": "^6.9.1", |
121 | 121 | "@testing-library/react": "^16.3.2", |
122 | 122 | "@testing-library/user-event": "^14.6.1", |
| 123 | + "@types/jest": "^29.5.14", |
123 | 124 | "@types/lodash": "^4.17.24", |
124 | 125 | "@types/node": "^24.12.4", |
125 | 126 | "@types/papaparse": "^5.5.2", |
|
128 | 129 | "@types/react-syntax-highlighter": "^15.5.13", |
129 | 130 | "@typescript-eslint/eslint-plugin": "^8.60.0", |
130 | 131 | "@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", |
134 | 133 | "autoprefixer": "^10.5.0", |
135 | 134 | "chokidar-cli": "^3.0.0", |
136 | 135 | "concurrently": "^9.2.1", |
|
141 | 140 | "eslint-plugin-react": "^7.37.5", |
142 | 141 | "eslint-plugin-react-hooks": "^5.2.0", |
143 | 142 | "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", |
145 | 146 | "msw": "^2.12.7", |
146 | 147 | "postcss": "^8.5.15", |
147 | 148 | "prettier": "^3.8.3", |
|
151 | 152 | "react-dom": "^19.2.6", |
152 | 153 | "react-router-dom": "^7.15.1", |
153 | 154 | "tailwindcss": "^3.4.19", |
| 155 | + "ts-jest": "^29.4.11", |
154 | 156 | "typescript": "^5.9.3", |
155 | | - "vite": "^8.0.13", |
| 157 | + "vite": "^6.4.2", |
156 | 158 | "vite-plugin-dts": "^4.5.4", |
157 | 159 | "vite-plugin-eslint": "^1.8.1", |
158 | 160 | "vite-tsconfig-paths": "^5.1.4", |
159 | | - "vitest": "^4.1.7", |
160 | 161 | "whatwg-fetch": "^3.6.20" |
161 | 162 | }, |
162 | 163 | "peerDependencies": { |
|
0 commit comments