Skip to content

Commit 27229a9

Browse files
committed
update deps and introduce tailwind
1 parent 08798d6 commit 27229a9

File tree

15 files changed

+1662
-1044
lines changed

15 files changed

+1662
-1044
lines changed

package.json

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,28 @@
55
"build": "vite build"
66
},
77
"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",
1010
"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",
1313
"react": "^18.2.0",
1414
"react-dom": "^18.2.0",
1515
"react-router-dom": "^5.3.3"
1616
},
1717
"devDependencies": {
1818
"@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",
2121
"@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"
2730
},
2831
"prettier": {
2932
"printWidth": 100

0 commit comments

Comments
 (0)