|
14 | 14 | "coverage": "vitest --environment jsdom --run --coverage" |
15 | 15 | }, |
16 | 16 | "dependencies": { |
17 | | - "@ant-design/charts": "^2.0.3", |
18 | | - "@tanstack/react-query": "^5.28.6", |
19 | | - "antd": "^5.15.3", |
| 17 | + "@ant-design/charts": "^2.2.7", |
| 18 | + "@ant-design/v5-patch-for-react-19": "^1.0.3", |
| 19 | + "@tanstack/react-query": "^5.74.3", |
| 20 | + "antd": "^5.24.7", |
20 | 21 | "antd-img-crop": "^4.21.0", |
21 | | - "axios": "^1.6.8", |
| 22 | + "axios": "^1.8.4", |
22 | 23 | "getbase64data": "^1.0.8", |
23 | | - "i18next": "^23.10.1", |
| 24 | + "i18next": "^24.2.3", |
24 | 25 | "js-file-download": "^0.4.12", |
25 | 26 | "lodash-es": "^4.17.21", |
26 | 27 | "lodash.debounce": "^4.0.8", |
27 | 28 | "query-string": "^9.0.0", |
28 | | - "react": "^18.2.0", |
29 | | - "react-dom": "^18.2.0", |
| 29 | + "react": "^19.1.0", |
| 30 | + "react-dom": "^19.1.0", |
30 | 31 | "react-helmet-async": "^2.0.4", |
31 | | - "react-i18next": "^14.1.0", |
| 32 | + "react-i18next": "^15.4.1", |
32 | 33 | "react-phone-input-2": "^2.15.1", |
33 | 34 | "react-quill": "^2.0.0", |
34 | | - "react-router-dom": "^6.22.3", |
| 35 | + "react-router-dom": "^7.5.0", |
35 | 36 | "slugify": "^1.6.6" |
36 | 37 | }, |
37 | 38 | "devDependencies": { |
38 | 39 | "@biomejs/biome": "^1.6.1", |
39 | | - "@testing-library/react": "^14.2.2", |
| 40 | + "@eslint/compat": "^1.2.8", |
| 41 | + "@testing-library/react": "^16.3.0", |
40 | 42 | "@types/lodash.debounce": "^4.0.9", |
41 | | - "@types/react": "^18.2.66", |
42 | | - "@types/react-dom": "^18.2.22", |
43 | | - "@typescript-eslint/eslint-plugin": "^7.2.0", |
44 | | - "@typescript-eslint/parser": "^7.2.0", |
45 | | - "@vitejs/plugin-react-swc": "^3.5.0", |
46 | | - "@vitest/coverage-v8": "^2.0.5", |
47 | | - "eslint": "^8.57.0", |
48 | | - "eslint-plugin-react-hooks": "^4.6.0", |
49 | | - "eslint-plugin-react-refresh": "^0.4.6", |
50 | | - "jsdom": "^24.1.1", |
51 | | - "typescript": "^5.2.2", |
52 | | - "vite": "^5.2.0", |
| 43 | + "@types/react": "^19.1.2", |
| 44 | + "@types/react-dom": "^19.1.2", |
| 45 | + "@typescript-eslint/eslint-plugin": "^8.30.1", |
| 46 | + "@typescript-eslint/parser": "^8.30.1", |
| 47 | + "@vitejs/plugin-react-swc": "^3.8.1", |
| 48 | + "@vitest/coverage-v8": "^3.1.1", |
| 49 | + "eslint": "^9.24.0", |
| 50 | + "eslint-plugin-react-hooks": "^5.2.0", |
| 51 | + "eslint-plugin-react-refresh": "^0.4.19", |
| 52 | + "jsdom": "^26.1.0", |
| 53 | + "typescript": "^5.8.3", |
| 54 | + "vite": "^6.2.6", |
53 | 55 | "vite-plugin-environment": "^1.1.3", |
54 | | - "vitest": "^2.0.5" |
| 56 | + "vitest": "^3.1.1" |
55 | 57 | } |
56 | 58 | } |
0 commit comments