We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d203d1 commit 45d9925Copy full SHA for 45d9925
package.json
@@ -25,16 +25,16 @@
25
"test": "tsc -p ./tsconfig.json"
26
},
27
"dependencies": {
28
- "@ant-design/icons": "4.0.3",
29
- "antd": "4.0.4",
+ "@ant-design/icons": "6.0.0",
+ "antd": "5.24.5",
30
"dayjs": "1.8.23",
31
- "react": "16.13.1",
32
- "react-dom": "16.13.1",
+ "react": "19.0.0",
+ "react-dom": "19.0.0",
33
"react-hot-loader": "4.12.20",
34
- "react-image": "2.4.0",
35
- "react-router": "5.1.2",
36
- "react-router-dom": "5.1.2",
37
- "styled-components": "5.0.1"
+ "react-image": "4.1.0",
+ "react-router": "7.4.0",
+ "react-router-dom": "7.4.0",
+ "styled-components": "6.1.16"
38
39
"devDependencies": {
40
"@babel/core": "7.9.0",
0 commit comments