Skip to content

Commit 17eb0db

Browse files
committed
fix
1 parent 4c145df commit 17eb0db

File tree

2 files changed

+66
-66
lines changed

2 files changed

+66
-66
lines changed

package.json

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -13,23 +13,23 @@
1313
"e2e": "playwright test"
1414
},
1515
"dependencies": {
16-
"@ant-design/pro-components": "^2.8.10",
16+
"@ant-design/pro-components": "^2.8.7",
1717
"@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",
2323
"@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",
2626
"antd": "^5.26.7",
2727
"axios": "^1.11.0",
2828
"clsx": "^2.1.1",
2929
"dayjs": "^1.11.13",
30-
"dotenv": "^16.6.1",
30+
"dotenv": "^16.5.0",
3131
"fast-clean": "^1.4.0",
32-
"i18next": "^25.3.2",
32+
"i18next": "^25.0.1",
3333
"immer": "^10.1.1",
3434
"jotai": "^2.12.5",
3535
"mobx": "^6.13.7",
@@ -40,14 +40,14 @@
4040
"nanoid": "^5.1.5",
4141
"qs": "^6.14.0",
4242
"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",
4747
"react-use": "^17.6.0",
4848
"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"
5151
},
5252
"devDependencies": {
5353
"@eslint/js": "^9.32.0",
@@ -58,14 +58,14 @@
5858
"@playwright/test": "^1.54.1",
5959
"@svgr/core": "^8.1.0",
6060
"@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",
6969
"eslint": "^9.32.0",
7070
"eslint-import-resolver-typescript": "^4.4.4",
7171
"eslint-plugin-headers": "^1.3.3",
@@ -77,20 +77,20 @@
7777
"eslint-plugin-react-refresh": "^0.4.20",
7878
"eslint-plugin-simple-import-sort": "^12.1.1",
7979
"eslint-plugin-unused-imports": "^4.1.4",
80-
"globals": "^16.3.0",
80+
"globals": "^16.0.0",
8181
"husky": "^9.1.7",
82-
"jiti": "^2.5.1",
82+
"jiti": "^2.4.2",
8383
"lint-staged": "^15.5.2",
84-
"postcss-preset-mantine": "^1.18.0",
84+
"postcss-preset-mantine": "^1.17.0",
8585
"postcss-simple-vars": "^7.0.1",
8686
"selfsigned": "^2.4.1",
8787
"typescript": "~5.8.3",
8888
"typescript-eslint": "^8.38.0",
89-
"unplugin-icons": "^22.2.0",
89+
"unplugin-icons": "^22.1.0",
9090
"unplugin-info": "^1.2.2",
9191
"vite": "^6.3.5",
9292
"vite-tsconfig-paths": "^5.1.4",
93-
"yaml": "^2.8.0"
93+
"yaml": "^2.7.1"
9494
},
9595
"lint-staged": {
9696
"*.{js,jsx,ts,tsx}": [

pnpm-lock.yaml

Lines changed: 37 additions & 37 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)