10
10
"prettier" : " prettier --write \" {src,mock}/**/*.{js,css,less,ts,tsx}\" "
11
11
},
12
12
"dependencies" : {
13
- "@ant-design/icons" : " ^5.0.1 " ,
13
+ "@ant-design/icons" : " ^5.1.0 " ,
14
14
"@loadable/component" : " ^5.15.3" ,
15
- "@rematch/core" : " ^2.1 .0" ,
16
- "antd" : " 4.24.8 " ,
17
- "axios" : " ^1.3.4 " ,
15
+ "@rematch/core" : " ^2.2 .0" ,
16
+ "antd" : " 4.x " ,
17
+ "axios" : " ^1.4.0 " ,
18
18
"lodash" : " ^4.17.21" ,
19
19
"normalize.css" : " ^8.0.1" ,
20
- "qs" : " ^6.11.0 " ,
20
+ "qs" : " ^6.11.2 " ,
21
21
"react" : " ^18.2.0" ,
22
22
"react-dom" : " ^18.2.0" ,
23
- "react-redux" : " ^7.2 .5" ,
24
- "react-router-dom" : " ^6.8 .2" ,
25
- "react-use" : " ^17.3.1 " ,
23
+ "react-redux" : " ^8.0 .5" ,
24
+ "react-router-dom" : " ^6.11 .2" ,
25
+ "react-use" : " ^17.4.0 " ,
26
26
"react-vcode" : " 1.0.11" ,
27
- "redux" : " ^4.1 .1"
27
+ "redux" : " ^4.2 .1"
28
28
},
29
29
"devDependencies" : {
30
30
"@types/loadable__component" : " ^5.13.4" ,
31
- "@types/lodash" : " ^4.14.175 " ,
32
- "@types/mockjs" : " ^1.0.4 " ,
33
- "@types/node" : " ^18.14.4 " ,
31
+ "@types/lodash" : " ^4.14.194 " ,
32
+ "@types/mockjs" : " ^1.0.7 " ,
33
+ "@types/node" : " ^20.2.3 " ,
34
34
"@types/qs" : " ^6.9.7" ,
35
- "@types/react" : " ^18.0.27 " ,
36
- "@types/react-dom" : " ^18.0.10 " ,
37
- "@types/react-redux" : " ^7.1.18 " ,
38
- "@types/react-router-dom" : " ^5.3.0 " ,
39
- "@typescript-eslint/eslint-plugin" : " ^5.54.0 " ,
40
- "@typescript-eslint/parser" : " ^5.54.0 " ,
41
- "@vitejs/plugin-react-swc" : " ^3.0.0 " ,
42
- "autoprefixer" : " ^10.4.13 " ,
43
- "consola" : " ^2.15.3 " ,
44
- "eslint" : " ^8.35 .0" ,
45
- "eslint-config-prettier" : " ^8.6 .0" ,
35
+ "@types/react" : " ^18.2.6 " ,
36
+ "@types/react-dom" : " ^18.2.4 " ,
37
+ "@types/react-redux" : " ^7.1.25 " ,
38
+ "@types/react-router-dom" : " ^5.3.3 " ,
39
+ "@typescript-eslint/eslint-plugin" : " ^5.59.6 " ,
40
+ "@typescript-eslint/parser" : " ^5.59.6 " ,
41
+ "@vitejs/plugin-react-swc" : " ^3.3.1 " ,
42
+ "autoprefixer" : " ^10.4.14 " ,
43
+ "consola" : " ^3.1.0 " ,
44
+ "eslint" : " ^8.41 .0" ,
45
+ "eslint-config-prettier" : " ^8.8 .0" ,
46
46
"eslint-plugin-prettier" : " ^4.2.1" ,
47
47
"eslint-plugin-react" : " ^7.32.2" ,
48
48
"eslint-plugin-react-hooks" : " ^4.6.0" ,
49
- "less" : " ^4.1.1 " ,
49
+ "less" : " ^4.1.3 " ,
50
50
"mockjs" : " ^1.1.0" ,
51
- "postcss" : " ^8.4.21 " ,
52
- "prettier" : " ^2.8.4 " ,
51
+ "postcss" : " ^8.4.23 " ,
52
+ "prettier" : " ^2.8.8 " ,
53
53
"prop-types" : " ^15.8.1" ,
54
- "rc-tree" : " ^5.7.2 " ,
55
- "typescript" : " ^4.9.3 " ,
56
- "vite" : " ^4.1.0 " ,
54
+ "rc-tree" : " ^5.7.3 " ,
55
+ "typescript" : " ^5.0.4 " ,
56
+ "vite" : " ^4.3.8 " ,
57
57
"vite-plugin-eslint" : " ^1.8.1" ,
58
58
"vite-plugin-style-import" : " ^2.0.0"
59
59
}
60
- }
60
+ }
0 commit comments