|
4 | 4 | "private": true, |
5 | 5 | "type": "module", |
6 | 6 | "dependencies": { |
7 | | - "@testing-library/jest-dom": "^6.1.3", |
| 7 | + "@testing-library/jest-dom": "^6.9.1", |
8 | 8 | "@testing-library/react": "^16.3.0", |
9 | | - "element-internals-polyfill": "^1.3.10", |
| 9 | + "element-internals-polyfill": "^3.0.2", |
10 | 10 | "functions-have-names": "^1.2.3", |
11 | 11 | "react": "^19.1.0", |
12 | | - "react-app-polyfill": "^0.2.0", |
| 12 | + "react-app-polyfill": "^3.0.0", |
13 | 13 | "react-dom": "^19.1.0", |
14 | | - "react-router-dom": "^6.16.0", |
15 | | - "resize-observer-polyfill": "^1.5.1", |
16 | | - "vitest": "^0.34.4" |
| 14 | + "react-router-dom": "^7.9.3", |
| 15 | + "resize-observer-polyfill": "^1.5.1" |
17 | 16 | }, |
18 | 17 | "devDependencies": { |
19 | 18 | "@types/react": "^19.1.8", |
20 | 19 | "@types/react-dom": "^19.1.6", |
21 | 20 | "@typescript-eslint/eslint-plugin": "^8.21.0", |
22 | 21 | "@typescript-eslint/parser": "^8.21.0", |
23 | | - "@vitejs/plugin-react": "^4.0.3", |
24 | 22 | "eslint": "^9.20.0", |
25 | 23 | "eslint-plugin-react-hooks": "^5.1.0", |
26 | 24 | "eslint-plugin-react-refresh": "^0.4.3", |
27 | | - "jsdom": "^22.1.0", |
28 | | - "typescript": "~5.5.4", |
29 | | - "vite": "^4.4.9", |
| 25 | + "typescript": "^5.8.3", |
| 26 | + "vite": "^7.1.6", |
| 27 | + "vitest": "^3.2.4", |
| 28 | + "@vitest/browser": "^3.2.4", |
| 29 | + "@vitejs/plugin-react": "^5.0.3", |
30 | 30 | "vitest-canvas-mock": "^0.3.3", |
| 31 | + "playwright": "^1.55.1", |
31 | 32 | "igniteui-cli": "~$(cliVersion)" |
32 | 33 | }, |
33 | 34 | "scripts": { |
|
0 commit comments