|
13 | 13 | "e2e": "playwright test"
|
14 | 14 | },
|
15 | 15 | "dependencies": {
|
16 |
| - "@ant-design/pro-components": "^2.8.10", |
| 16 | + "@ant-design/pro-components": "^2.8.7", |
17 | 17 | "@ant-design/v5-patch-for-react-19": "^1.0.3",
|
18 |
| - "@hookform/resolvers": "^5.2.1", |
19 |
| - "@mantine/core": "^8.2.1", |
20 |
| - "@mantine/hooks": "^8.2.1", |
21 |
| - "@mantine/modals": "^8.2.1", |
22 |
| - "@mantine/notifications": "^8.2.1", |
| 18 | + "@hookform/resolvers": "^5.0.1", |
| 19 | + "@mantine/core": "^8.0.0", |
| 20 | + "@mantine/hooks": "^8.0.0", |
| 21 | + "@mantine/modals": "^8.0.0", |
| 22 | + "@mantine/notifications": "^8.0.0", |
23 | 23 | "@monaco-editor/react": "^4.7.0",
|
24 |
| - "@tanstack/react-query": "^5.83.0", |
25 |
| - "@tanstack/react-router": "^1.130.8", |
| 24 | + "@tanstack/react-query": "^5.74.4", |
| 25 | + "@tanstack/react-router": "^1.116.0", |
26 | 26 | "antd": "^5.26.7",
|
27 | 27 | "axios": "^1.11.0",
|
28 | 28 | "clsx": "^2.1.1",
|
29 | 29 | "dayjs": "^1.11.13",
|
30 |
| - "dotenv": "^16.6.1", |
| 30 | + "dotenv": "^16.5.0", |
31 | 31 | "fast-clean": "^1.4.0",
|
32 |
| - "i18next": "^25.3.2", |
| 32 | + "i18next": "^25.0.1", |
33 | 33 | "immer": "^10.1.1",
|
34 | 34 | "jotai": "^2.12.5",
|
35 | 35 | "mobx": "^6.13.7",
|
|
40 | 40 | "nanoid": "^5.1.5",
|
41 | 41 | "qs": "^6.14.0",
|
42 | 42 | "rambdax": "^11.3.1",
|
43 |
| - "react": "^19.1.1", |
44 |
| - "react-dom": "^19.1.1", |
45 |
| - "react-hook-form": "^7.61.1", |
46 |
| - "react-i18next": "^15.6.1", |
| 43 | + "react": "^19.1.0", |
| 44 | + "react-dom": "^19.0.0", |
| 45 | + "react-hook-form": "^7.56.1", |
| 46 | + "react-i18next": "^15.4.1", |
47 | 47 | "react-use": "^17.6.0",
|
48 | 48 | "znv": "^0.5.0",
|
49 |
| - "zod": "^3.25.76", |
50 |
| - "zod-empty": "^1.5.2" |
| 49 | + "zod": "^3.24.3", |
| 50 | + "zod-empty": "^1.4.4" |
51 | 51 | },
|
52 | 52 | "devDependencies": {
|
53 | 53 | "@eslint/js": "^9.32.0",
|
|
58 | 58 | "@playwright/test": "^1.54.1",
|
59 | 59 | "@svgr/core": "^8.1.0",
|
60 | 60 | "@svgr/plugin-jsx": "^8.1.0",
|
61 |
| - "@tanstack/react-query-devtools": "^5.83.0", |
62 |
| - "@tanstack/react-router-devtools": "^1.130.8", |
63 |
| - "@tanstack/router-plugin": "^1.130.8", |
64 |
| - "@types/node": "^22.17.0", |
65 |
| - "@types/qs": "^6.14.0", |
66 |
| - "@types/react": "^19.1.9", |
67 |
| - "@types/react-dom": "^19.1.7", |
68 |
| - "@vitejs/plugin-react-swc": "^3.11.0", |
| 61 | + "@tanstack/react-query-devtools": "^5.74.4", |
| 62 | + "@tanstack/react-router-devtools": "^1.116.0", |
| 63 | + "@tanstack/router-plugin": "^1.116.1", |
| 64 | + "@types/node": "^22.14.1", |
| 65 | + "@types/qs": "^6.9.18", |
| 66 | + "@types/react": "^19.1.3", |
| 67 | + "@types/react-dom": "^19.0.4", |
| 68 | + "@vitejs/plugin-react-swc": "^3.9.0", |
69 | 69 | "eslint": "^9.32.0",
|
70 | 70 | "eslint-import-resolver-typescript": "^4.4.4",
|
71 | 71 | "eslint-plugin-headers": "^1.3.3",
|
|
77 | 77 | "eslint-plugin-react-refresh": "^0.4.20",
|
78 | 78 | "eslint-plugin-simple-import-sort": "^12.1.1",
|
79 | 79 | "eslint-plugin-unused-imports": "^4.1.4",
|
80 |
| - "globals": "^16.3.0", |
| 80 | + "globals": "^16.0.0", |
81 | 81 | "husky": "^9.1.7",
|
82 |
| - "jiti": "^2.5.1", |
| 82 | + "jiti": "^2.4.2", |
83 | 83 | "lint-staged": "^15.5.2",
|
84 |
| - "postcss-preset-mantine": "^1.18.0", |
| 84 | + "postcss-preset-mantine": "^1.17.0", |
85 | 85 | "postcss-simple-vars": "^7.0.1",
|
86 | 86 | "selfsigned": "^2.4.1",
|
87 | 87 | "typescript": "~5.8.3",
|
88 | 88 | "typescript-eslint": "^8.38.0",
|
89 |
| - "unplugin-icons": "^22.2.0", |
| 89 | + "unplugin-icons": "^22.1.0", |
90 | 90 | "unplugin-info": "^1.2.2",
|
91 | 91 | "vite": "^6.3.5",
|
92 | 92 | "vite-tsconfig-paths": "^5.1.4",
|
93 |
| - "yaml": "^2.8.0" |
| 93 | + "yaml": "^2.7.1" |
94 | 94 | },
|
95 | 95 | "lint-staged": {
|
96 | 96 | "*.{js,jsx,ts,tsx}": [
|
|
0 commit comments