Skip to content

Commit 0fe37c4

Browse files
committed
chore: update package dependencies to latest versions
- Bumped antd to version 6.4.2, axios to version 1.16.1, i18next to version 26.2.0, react-i18next to version 17.0.8, react-router to version 7.15.1, @types/react-resizable to version 4.0.0, @vitejs/plugin-react to version 6.0.2, and vite to version 8.0.13 for improved functionality and bug fixes.
1 parent d4f6240 commit 0fe37c4

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@
2424
"@tanstack/react-query": "^5.100.10",
2525
"@xyflow/react": "^12.10.2",
2626
"@zxcvbn-ts/core": "^3.0.4",
27-
"antd": "^6.3.7",
28-
"axios": "^1.16.0",
27+
"antd": "^6.4.2",
28+
"axios": "^1.16.1",
2929
"clsx": "^2.1.1",
3030
"crypto-js": "^4.2.0",
3131
"dayjs": "^1.11.20",
3232
"echarts": "^6.0.0",
3333
"html-to-image": "^1.11.13",
34-
"i18next": "^26.1.0",
34+
"i18next": "^26.2.0",
3535
"jsencrypt": "^3.5.4",
3636
"keepalive-for-react": "^5.0.11",
3737
"lodash-es": "^4.18.1",
@@ -40,8 +40,8 @@
4040
"react-draggable": "^4.5.0",
4141
"react-error-boundary": "^6.1.1",
4242
"react-hotkeys-hook": "^5.3.2",
43-
"react-i18next": "^17.0.7",
44-
"react-router": "^7.15.0",
43+
"react-i18next": "^17.0.8",
44+
"react-router": "^7.15.1",
4545
"spark-md5": "^3.0.2",
4646
"tailwind-merge": "^3.6.0",
4747
"zustand": "^5.0.13"
@@ -55,13 +55,13 @@
5555
"@types/node": "^22.19.19",
5656
"@types/react": "^19.2.14",
5757
"@types/react-dom": "^19.2.3",
58-
"@types/react-resizable": "^3.0.8",
58+
"@types/react-resizable": "^4.0.0",
5959
"@types/spark-md5": "^3.0.5",
60-
"@vitejs/plugin-react": "^6.0.1",
60+
"@vitejs/plugin-react": "^6.0.2",
6161
"babel-plugin-react-compiler": "^1.0.0",
6262
"tailwindcss": "^4.3.0",
6363
"typescript": "^6.0.3",
64-
"vite": "^8.0.12",
64+
"vite": "^8.0.13",
6565
"vite-plugin-compression2": "^2.5.3",
6666
"vite-plugin-mock-dev-server": "^2.2.1"
6767
},

0 commit comments

Comments
 (0)