|
24 | 24 | },
|
25 | 25 | "dependencies": {
|
26 | 26 | "@rematch/core": "^1.4.0",
|
27 |
| - "antd": "^4.6.6", |
| 27 | + "antd": "^4.7.0", |
28 | 28 | "axios": "^0.20.0",
|
29 | 29 | "core-js": "^3.6.5",
|
30 | 30 | "history": "^4.10.1",
|
31 | 31 | "lodash": "^4.17.20",
|
32 |
| - "react": "^16.13.1", |
33 |
| - "react-dom": "^16.13.1", |
| 32 | + "react": "^16.14.0", |
| 33 | + "react-dom": "^16.14.0", |
34 | 34 | "react-loadable": "^5.5.0",
|
35 | 35 | "react-redux": "^7.2.1",
|
36 | 36 | "react-router-dom": "^5.2.0",
|
37 | 37 | "redux": "^4.0.5"
|
38 | 38 | },
|
39 | 39 | "devDependencies": {
|
40 |
| - "@babel/core": "^7.11.6", |
41 |
| - "@babel/plugin-proposal-class-properties": "^7.10.4", |
42 |
| - "@babel/plugin-proposal-decorators": "^7.10.5", |
43 |
| - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.10.4", |
44 |
| - "@babel/plugin-proposal-object-rest-spread": "^7.11.0", |
45 |
| - "@babel/plugin-proposal-optional-chaining": "^7.11.0", |
| 40 | + "@babel/core": "7.12.3", |
| 41 | + "@babel/plugin-proposal-class-properties": "^7.12.1", |
| 42 | + "@babel/plugin-proposal-decorators": "^7.12.1", |
| 43 | + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1", |
| 44 | + "@babel/plugin-proposal-object-rest-spread": "^7.12.1", |
| 45 | + "@babel/plugin-proposal-optional-chaining": "^7.12.1", |
46 | 46 | "@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
47 |
| - "@babel/plugin-transform-runtime": "^7.11.5", |
48 |
| - "@babel/preset-env": "^7.11.5", |
49 |
| - "@babel/preset-react": "^7.10.4", |
50 |
| - "@babel/runtime": "^7.11.2", |
| 47 | + "@babel/plugin-transform-runtime": "^7.12.1", |
| 48 | + "@babel/preset-env": "^7.12.1", |
| 49 | + "@babel/preset-react": "^7.12.1", |
| 50 | + "@babel/runtime": "^7.12.1", |
51 | 51 | "antd-dayjs-webpack-plugin": "^1.0.1",
|
52 |
| - "autoprefixer": "^9.8.6", |
| 52 | + "autoprefixer": "^10.0.1", |
53 | 53 | "babel-eslint": "^10.1.0",
|
54 | 54 | "babel-loader": "^8.1.0",
|
55 |
| - "babel-plugin-import": "^1.13.0", |
| 55 | + "babel-plugin-import": "^1.13.1", |
56 | 56 | "body-parser": "^1.19.0",
|
57 | 57 | "clean-webpack-plugin": "^3.0.0",
|
58 |
| - "css-loader": "^4.3.0", |
59 |
| - "eslint": "^7.10.0", |
| 58 | + "css-loader": "5.0.0", |
| 59 | + "eslint": "^7.11.0", |
60 | 60 | "eslint-loader": "^4.0.2",
|
61 | 61 | "eslint-plugin-prettier": "^3.1.4",
|
62 |
| - "eslint-plugin-react": "^7.21.3", |
| 62 | + "eslint-plugin-react": "^7.21.4", |
63 | 63 | "eslint-plugin-react-hooks": "^4.1.2",
|
64 | 64 | "express": "^4.17.1",
|
65 | 65 | "favicons-webpack-plugin": "4.2.0",
|
66 |
| - "file-loader": "^6.1.0", |
| 66 | + "file-loader": "^6.1.1", |
67 | 67 | "happypack": "^5.0.1",
|
68 | 68 | "html-webpack-plugin": "^4.5.0",
|
69 | 69 | "less": "^3.12.2",
|
70 |
| - "less-loader": "^7.0.1", |
71 |
| - "mini-css-extract-plugin": "^0.12.0", |
| 70 | + "less-loader": "^7.0.2", |
| 71 | + "mini-css-extract-plugin": "^1.0.0", |
72 | 72 | "mockjs": "^1.1.0",
|
73 | 73 | "optimize-css-assets-webpack-plugin": "^5.0.4",
|
74 |
| - "postcss-loader": "^4.0.3", |
| 74 | + "postcss": "^8.1.1", |
| 75 | + "postcss-loader": "^4.0.4", |
75 | 76 | "prettier": "2.1.2",
|
76 |
| - "style-loader": "1.3.0", |
| 77 | + "style-loader": "2.0.0", |
77 | 78 | "sw-precache-webpack-plugin": "^1.0.0",
|
78 |
| - "terser-webpack-plugin": "^4.2.3", |
79 |
| - "url-loader": "^4.1.0", |
80 |
| - "webpack": "^4.44.2", |
81 |
| - "webpack-cli": "^3.3.12", |
| 79 | + "terser-webpack-plugin": "^5.0.0", |
| 80 | + "url-loader": "^4.1.1", |
| 81 | + "webpack": "4.x", |
| 82 | + "webpack-cli": "^4.0.0", |
82 | 83 | "webpack-dev-middleware": "^3.7.2",
|
83 | 84 | "webpack-hot-middleware": "^2.25.0",
|
84 | 85 | "webpackbar": "^4.0.0",
|
|
0 commit comments