|
5 | 5 | "build": "vite build" |
6 | 6 | }, |
7 | 7 | "dependencies": { |
8 | | - "@ant-design/icons": "^4.7.0", |
9 | | - "antd": "^4.21.7", |
| 8 | + "@ant-design/icons": "^5.2.5", |
| 9 | + "antd": "^5.8.3", |
10 | 10 | "blueimp-md5": "^2.19.0", |
11 | | - "mobx": "^6.6.1", |
12 | | - "mobx-react-lite": "^3.4.0", |
| 11 | + "mobx": "^6.10.0", |
| 12 | + "mobx-react-lite": "^3.4.3", |
13 | 13 | "react": "^18.2.0", |
14 | 14 | "react-dom": "^18.2.0", |
15 | 15 | "react-router-dom": "^5.3.3" |
16 | 16 | }, |
17 | 17 | "devDependencies": { |
18 | 18 | "@types/blueimp-md5": "^2.18.0", |
19 | | - "@types/react": "^18.0.15", |
20 | | - "@types/react-dom": "^18.0.6", |
| 19 | + "@types/react": "^18.2.20", |
| 20 | + "@types/react-dom": "^18.2.7", |
21 | 21 | "@types/react-router-dom": "^5.3.3", |
22 | | - "@vitejs/plugin-react": "^2.0.0", |
23 | | - "rollup": "^2.77.1", |
24 | | - "vite": "^3.0.3", |
25 | | - "vite-plugin-external": "^1.2.3", |
26 | | - "vite-plugin-imp": "^2.2.0" |
| 22 | + "@vitejs/plugin-react": "^4.0.4", |
| 23 | + "autoprefixer": "^10.4.15", |
| 24 | + "rollup": "^3.28.0", |
| 25 | + "tailwindcss": "^3.3.3", |
| 26 | + "typescript": "^5.1.6", |
| 27 | + "vite": "^4.4.9", |
| 28 | + "vite-plugin-external": "^1.2.8", |
| 29 | + "vite-plugin-imp": "^2.4.0" |
27 | 30 | }, |
28 | 31 | "prettier": { |
29 | 32 | "printWidth": 100 |
|
0 commit comments