|
21 | 21 | "prepare": "husky install" |
22 | 22 | }, |
23 | 23 | "dependencies": { |
24 | | - "@ant-design/icons": "^5.3.4", |
| 24 | + "@ant-design/icons": "^6.1.0", |
25 | 25 | "@babel/runtime": "^7.24.0", |
26 | | - "@wanp/use-swr-data": "^1.0.3", |
27 | | - "antd": "^5.15.3", |
28 | | - "axios": "^1.6.8", |
| 26 | + "@wanp/use-swr-data": "^1.0.6", |
| 27 | + "antd": "^6.0.0", |
| 28 | + "axios": "^1.13.2", |
29 | 29 | "classnames": "^2.5.1", |
30 | 30 | "core-js": "^3.36.0", |
31 | 31 | "lodash": "^4.17.21", |
|
37 | 37 | "zustand": "^5.0.5" |
38 | 38 | }, |
39 | 39 | "devDependencies": { |
40 | | - "@antfu/eslint-config": "^4.15.0", |
| 40 | + "@antfu/eslint-config": "^6.2.0", |
41 | 41 | "@babel/core": "^7.24.0", |
42 | 42 | "@babel/plugin-transform-runtime": "^7.24.0", |
43 | 43 | "@babel/preset-env": "^7.24.0", |
44 | 44 | "@babel/preset-react": "^7.23.3", |
45 | 45 | "@babel/preset-typescript": "^7.23.3", |
46 | | - "@eslint-react/eslint-plugin": "^1.52.2", |
| 46 | + "@eslint-react/eslint-plugin": "^2.3.7", |
47 | 47 | "@pmmmwh/react-refresh-webpack-plugin": "^0.6.0", |
48 | 48 | "@types/lodash": "^4.17.20", |
49 | 49 | "@types/mockjs": "^1.0.10", |
50 | | - "@types/node": "^18.19.24", |
51 | | - "@types/react": "^18.2.66", |
52 | | - "@types/react-dom": "^18.2.22", |
| 50 | + "@types/node": "^18.19.130", |
| 51 | + "@types/react": "^19.2.5", |
| 52 | + "@types/react-dom": "^19.2.3", |
53 | 53 | "autoprefixer": "^10.4.18", |
54 | 54 | "babel-loader": "^8.3.0", |
55 | | - "cross-env": "^7.0.3", |
| 55 | + "cross-env": "^10.1.0", |
56 | 56 | "css-loader": "^6.10.0", |
57 | | - "cssnano": "^6.1.0", |
| 57 | + "cssnano": "^7.1.2", |
58 | 58 | "dotenv": "^16.4.5", |
59 | | - "eslint": "^9.29.0", |
60 | | - "eslint-plugin-format": "^1.0.1", |
| 59 | + "eslint": "^9.39.1", |
| 60 | + "eslint-plugin-format": "^1.0.2", |
61 | 61 | "eslint-plugin-react-hooks": "^5.2.0", |
62 | 62 | "eslint-plugin-react-refresh": "^0.4.20", |
63 | 63 | "eslint-plugin-tailwindcss": "^3.18.0", |
|
73 | 73 | "react-refresh": "^0.17.0", |
74 | 74 | "style-loader": "^3.3.4", |
75 | 75 | "tailwindcss": "^3.4.1", |
76 | | - "typescript": "~5.8.2", |
| 76 | + "typescript": "^5.9.3", |
77 | 77 | "webpack": "^5.90.3", |
78 | 78 | "webpack-bundle-analyzer": "^4.10.1", |
79 | 79 | "webpack-cli": "^4.10.0", |
|
0 commit comments