|
1 | 1 | {
|
2 | 2 | "name": "react-antd-typescript-starter",
|
3 |
| - "version": "0.9.8", |
| 3 | + "version": "1.0.0", |
4 | 4 | "private": true,
|
5 | 5 | "description": "React antd5 typescript redux template",
|
6 | 6 | "author": "ShineShao <xiaoshaoqq@gmail.com>",
|
|
21 | 21 | "test:coverage": "jest --silent --watchAll=false --coverage"
|
22 | 22 | },
|
23 | 23 | "dependencies": {
|
24 |
| - "@ant-design/icons": "^5.6.1", |
| 24 | + "@ant-design/icons": "^6.0.0", |
25 | 25 | "@ezuikit/utils-logger": "1.0.1",
|
26 |
| - "@reduxjs/toolkit": "^2.7.0", |
| 26 | + "@reduxjs/toolkit": "^2.8.0", |
27 | 27 | "@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", |
30 | 30 | "classnames": "^2.5.1",
|
31 | 31 | "immer": "^10.1.1",
|
32 | 32 | "js-cookie": "^3.0.5",
|
33 | 33 | "react": "^18.3.1",
|
34 | 34 | "react-dom": "^18.3.1",
|
35 | 35 | "react-error-boundary": "^4.1.2",
|
36 |
| - "react-redux": "^9.1.2", |
| 36 | + "react-redux": "^9.2.0", |
37 | 37 | "react-router-dom": "^6.28.0",
|
38 | 38 | "redux": "^5.0.1"
|
39 | 39 | },
|
|
53 | 53 | "@types/react": "^18.2.78",
|
54 | 54 | "@types/react-dom": "^18.2.25",
|
55 | 55 | "@types/redux-logger": "^3.0.13",
|
56 |
| - "@vitejs/plugin-legacy": "^5.4.3", |
| 56 | + "@vitejs/plugin-legacy": "^6.1.1", |
57 | 57 | "@vitejs/plugin-react-swc": "^3.9.0",
|
58 | 58 | "cross-env": "^7.0.3",
|
59 | 59 | "eslint": "^8.57.1",
|
|
65 | 65 | "jest-environment-jsdom": "^29.7.0",
|
66 | 66 | "only-allow": "^1.2.1",
|
67 | 67 | "postcss": "^8.5.3",
|
68 |
| - "postcss-preset-env": "^10.1.5", |
| 68 | + "postcss-preset-env": "^10.1.6", |
69 | 69 | "prettier": "^3.5.3",
|
70 | 70 | "pretty-quick": "^4.1.1",
|
71 | 71 | "redux-logger": "^3.0.6",
|
|
75 | 75 | "ts-jest": "^29.2.5",
|
76 | 76 | "ts-node": "^10.9.2",
|
77 | 77 | "typescript": "5.3.3",
|
78 |
| - "vite": "^5.4.19", |
| 78 | + "vite": "^6.3.5", |
79 | 79 | "vite-plugin-compression": "^0.5.1",
|
80 | 80 | "vite-plugin-eslint": "^1.8.1",
|
81 | 81 | "vite-plugin-pwa": "^0.21.2"
|
|
0 commit comments