|
23 | 23 | "pnp": false
|
24 | 24 | },
|
25 | 25 | "dependencies": {
|
26 | | - "@rematch/core": "^1.4.0", |
27 | | - "antd": "4.6.1", |
28 | | - "axios": "^0.20.0", |
29 | | - "core-js": "^3.6.5", |
| 26 | + "@rematch/core": "^2.0.1", |
| 27 | + "antd": "4.16.0", |
| 28 | + "axios": "^0.21.1", |
| 29 | + "core-js": "^3.13.0", |
| 30 | + "dayjs": "^1.10.5", |
30 | 31 | "history": "^4.10.1",
|
31 | | - "lodash": "^4.17.20", |
| 32 | + "lodash": "^4.17.21", |
32 | 33 | "normalize.css": "^8.0.1",
|
33 | | - "react": "^16.13.1", |
34 | | - "react-dom": "^16.13.1", |
| 34 | + "react": "^17.0.2", |
| 35 | + "react-dom": "^17.0.2", |
35 | 36 | "react-loadable": "^5.5.0",
|
36 | | - "react-redux": "^7.2.1", |
| 37 | + "react-redux": "^7.2.4", |
37 | 38 | "react-router-dom": "^5.2.0",
|
38 | | - "react-vcode": "^1.0.7", |
39 | | - "redux": "^4.0.5" |
| 39 | + "react-vcode": "^1.0.11", |
| 40 | + "redux": "^4.1.0" |
40 | 41 | },
|
41 | 42 | "devDependencies": {
|
42 | | - "@babel/core": "^7.11.4", |
43 | | - "@babel/plugin-proposal-class-properties": "^7.10.4", |
44 | | - "@babel/plugin-proposal-decorators": "^7.10.5", |
45 | | - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.4", |
46 | | - "@babel/plugin-proposal-object-rest-spread": "^7.11.0", |
47 | | - "@babel/plugin-proposal-optional-chaining": "^7.11.0", |
| 43 | + "@babel/core": "^7.14.3", |
| 44 | + "@babel/plugin-proposal-class-properties": "^7.13.0", |
| 45 | + "@babel/plugin-proposal-decorators": "^7.14.2", |
| 46 | + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.2", |
| 47 | + "@babel/plugin-proposal-object-rest-spread": "^7.14.2", |
| 48 | + "@babel/plugin-proposal-optional-chaining": "^7.14.2", |
48 | 49 | "@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
49 | | - "@babel/plugin-transform-runtime": "^7.11.0", |
50 | | - "@babel/preset-env": "^7.11.0", |
51 | | - "@babel/preset-react": "^7.10.4", |
52 | | - "@babel/runtime": "^7.11.2", |
53 | | - "antd-dayjs-webpack-plugin": "^1.0.1", |
54 | | - "autoprefixer": "^9.8.6", |
| 50 | + "@babel/plugin-transform-runtime": "^7.14.3", |
| 51 | + "@babel/preset-env": "^7.14.2", |
| 52 | + "@babel/preset-react": "^7.13.13", |
| 53 | + "@babel/runtime": "^7.0.0", |
| 54 | + "antd-dayjs-webpack-plugin": "^1.0.6", |
| 55 | + "autoprefixer": "^10.2.6", |
55 | 56 | "babel-eslint": "^10.1.0",
|
56 | | - "babel-loader": "^8.1.0", |
57 | | - "babel-plugin-import": "^1.13.0", |
| 57 | + "babel-loader": "^8.2.2", |
| 58 | + "babel-plugin-import": "^1.13.3", |
58 | 59 | "body-parser": "^1.19.0",
|
59 | 60 | "clean-webpack-plugin": "^3.0.0",
|
60 | | - "copy-webpack-plugin": "^6.0.3", |
61 | | - "css-loader": "^4.2.2", |
62 | | - "eslint": "^7.7.0", |
| 61 | + "copy-webpack-plugin": "^9.0.0", |
| 62 | + "css-loader": "^5.2.6", |
| 63 | + "eslint": "^7.27.0", |
63 | 64 | "eslint-loader": "^4.0.2",
|
64 | | - "eslint-plugin-prettier": "^3.1.4", |
65 | | - "eslint-plugin-react": "^7.20.6", |
66 | | - "eslint-plugin-react-hooks": "^4.1.0", |
| 65 | + "eslint-plugin-prettier": "^3.4.0", |
| 66 | + "eslint-plugin-react": "^7.23.2", |
| 67 | + "eslint-plugin-react-hooks": "^4.2.0", |
67 | 68 | "express": "^4.17.1",
|
68 | | - "favicons-webpack-plugin": "4.2.0", |
69 | | - "file-loader": "^6.0.0", |
| 69 | + "favicons-webpack-plugin": "5.0.2", |
| 70 | + "file-loader": "^6.2.0", |
70 | 71 | "happypack": "^5.0.1",
|
71 | | - "html-webpack-plugin": "^4.3.0", |
72 | | - "less": "^3.12.2", |
73 | | - "less-loader": "^6.2.0", |
74 | | - "mini-css-extract-plugin": "^0.10.0", |
| 72 | + "html-webpack-plugin": "^5.3.1", |
| 73 | + "less": "^4.1.1", |
| 74 | + "less-loader": "^9.0.0", |
| 75 | + "mini-css-extract-plugin": "^1.6.0", |
75 | 76 | "mockjs": "^1.1.0",
|
76 | | - "optimize-css-assets-webpack-plugin": "^5.0.3", |
77 | | - "postcss-loader": "^3.0.0", |
78 | | - "prettier": "2.1.0", |
79 | | - "style-loader": "1.2.1", |
| 77 | + "optimize-css-assets-webpack-plugin": "^6.0.0", |
| 78 | + "postcss-loader": "^5.3.0", |
| 79 | + "prettier": "2.3.0", |
| 80 | + "source-map-loader": "^3.0.0", |
| 81 | + "style-loader": "2.0.0", |
80 | 82 | "sw-precache-webpack-plugin": "^1.0.0",
|
81 | | - "terser-webpack-plugin": "^4.1.0", |
82 | | - "url-loader": "^4.1.0", |
83 | | - "webpack": "^4.44.1", |
84 | | - "webpack-cli": "^3.3.12", |
85 | | - "webpack-dev-middleware": "^3.7.2", |
| 83 | + "terser-webpack-plugin": "^5.1.2", |
| 84 | + "url-loader": "^4.1.1", |
| 85 | + "webpack": "^5.37.1", |
| 86 | + "webpack-cli": "^4.7.0", |
| 87 | + "webpack-dev-middleware": "^4.3.0", |
86 | 88 | "webpack-hot-middleware": "^2.25.0",
|
87 | 89 | "webpackbar": "^4.0.0",
|
88 | 90 | "xml-loader": "^1.2.1"
|
|
0 commit comments