|
11 | 11 | "preview": "vite preview" |
12 | 12 | }, |
13 | 13 | "dependencies": { |
14 | | - "framer-motion": "11.1.7", |
15 | | - "i18next": "^23.11.3", |
16 | | - "i18next-browser-languagedetector": "^7.2.1", |
17 | | - "i18next-http-backend": "^2.5.1", |
18 | | - "jsdom": "^24.1.0", |
| 14 | + "framer-motion": "12.4.1", |
| 15 | + "i18next": "^24.2.2", |
| 16 | + "i18next-browser-languagedetector": "^8.0.2", |
| 17 | + "i18next-http-backend": "^3.0.2", |
| 18 | + "jsdom": "^26.0.0", |
19 | 19 | "react": "^19.0.0", |
20 | 20 | "react-dom": "^19.0.0", |
21 | 21 | "react-i18next": "^14.1.2", |
22 | 22 | "react-router-dom": "^6.24.1", |
23 | 23 | "styled-components": "^5.3.5", |
24 | | - "vitest": "^1.6.0" |
| 24 | + "vitest": "^3.0.5" |
25 | 25 | }, |
26 | 26 | "devDependencies": { |
27 | | - "@testing-library/jest-dom": "^6.4.6", |
28 | | - "@testing-library/react": "^16.0.0", |
29 | | - "@types/react": "^19.0.1", |
30 | | - "@types/react-dom": "^19.0.2", |
| 27 | + "@testing-library/jest-dom": "^6.6.3", |
| 28 | + "@testing-library/react": "^16.2.0", |
| 29 | + "@types/react": "^19.0.8", |
| 30 | + "@types/react-dom": "^19.0.3", |
31 | 31 | "@types/react-router-dom": "^5.3.3", |
32 | 32 | "@types/styled-components": "5.1.34", |
33 | | - "@typescript-eslint/eslint-plugin": "^7.13.1", |
34 | | - "@typescript-eslint/parser": "^7.13.1", |
35 | | - "@vitejs/plugin-react": "^4.3.1", |
36 | | - "eslint": "^8.57.0", |
37 | | - "eslint-plugin-react-hooks": "^4.6.2", |
38 | | - "eslint-plugin-react-refresh": "^0.4.7", |
39 | | - "typescript": "^5.5.3", |
40 | | - "vite": "^5.3.1" |
| 33 | + "@typescript-eslint/eslint-plugin": "^8.23.0", |
| 34 | + "@typescript-eslint/parser": "^8.23.0", |
| 35 | + "@vitejs/plugin-react": "^4.3.4", |
| 36 | + "eslint": "^9.20.0", |
| 37 | + "eslint-plugin-react-hooks": "^5.1.0", |
| 38 | + "eslint-plugin-react-refresh": "^0.4.19", |
| 39 | + "typescript": "^5.7.3", |
| 40 | + "vite": "^6.1.0" |
41 | 41 | } |
42 | 42 | } |
0 commit comments