Skip to content

Commit f8ee344

Browse files
committed
feat: update vite@6.x and update deps
1 parent 9bf3c3c commit f8ee344

File tree

2 files changed

+1036
-993
lines changed

2 files changed

+1036
-993
lines changed

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-antd-typescript-starter",
3-
"version": "0.9.8",
3+
"version": "1.0.0",
44
"private": true,
55
"description": "React antd5 typescript redux template",
66
"author": "ShineShao <xiaoshaoqq@gmail.com>",
@@ -21,19 +21,19 @@
2121
"test:coverage": "jest --silent --watchAll=false --coverage"
2222
},
2323
"dependencies": {
24-
"@ant-design/icons": "^5.6.1",
24+
"@ant-design/icons": "^6.0.0",
2525
"@ezuikit/utils-logger": "1.0.1",
26-
"@reduxjs/toolkit": "^2.7.0",
26+
"@reduxjs/toolkit": "^2.8.0",
2727
"@sentry/react": "^8.41.0",
28-
"antd": "^5.24.7",
29-
"axios": "^1.8.2",
28+
"antd": "^5.25.0",
29+
"axios": "^1.9.0",
3030
"classnames": "^2.5.1",
3131
"immer": "^10.1.1",
3232
"js-cookie": "^3.0.5",
3333
"react": "^18.3.1",
3434
"react-dom": "^18.3.1",
3535
"react-error-boundary": "^4.1.2",
36-
"react-redux": "^9.1.2",
36+
"react-redux": "^9.2.0",
3737
"react-router-dom": "^6.28.0",
3838
"redux": "^5.0.1"
3939
},
@@ -53,7 +53,7 @@
5353
"@types/react": "^18.2.78",
5454
"@types/react-dom": "^18.2.25",
5555
"@types/redux-logger": "^3.0.13",
56-
"@vitejs/plugin-legacy": "^5.4.3",
56+
"@vitejs/plugin-legacy": "^6.1.1",
5757
"@vitejs/plugin-react-swc": "^3.9.0",
5858
"cross-env": "^7.0.3",
5959
"eslint": "^8.57.1",
@@ -65,7 +65,7 @@
6565
"jest-environment-jsdom": "^29.7.0",
6666
"only-allow": "^1.2.1",
6767
"postcss": "^8.5.3",
68-
"postcss-preset-env": "^10.1.5",
68+
"postcss-preset-env": "^10.1.6",
6969
"prettier": "^3.5.3",
7070
"pretty-quick": "^4.1.1",
7171
"redux-logger": "^3.0.6",
@@ -75,7 +75,7 @@
7575
"ts-jest": "^29.2.5",
7676
"ts-node": "^10.9.2",
7777
"typescript": "5.3.3",
78-
"vite": "^5.4.19",
78+
"vite": "^6.3.5",
7979
"vite-plugin-compression": "^0.5.1",
8080
"vite-plugin-eslint": "^1.8.1",
8181
"vite-plugin-pwa": "^0.21.2"

0 commit comments

Comments
 (0)