|
25 | 25 | "dependencies": { |
26 | 26 | "@rematch/core": "^2.1.0", |
27 | 27 | "antd": "^4.16.13", |
28 | | - "axios": "^0.21.1", |
29 | | - "core-js": "^3.16.3", |
| 28 | + "axios": "^0.21.4", |
| 29 | + "core-js": "^3.18.0", |
30 | 30 | "history": "^4.10.1", |
31 | 31 | "lodash": "^4.17.21", |
32 | 32 | "react": "^17.0.2", |
33 | 33 | "react-dom": "^17.0.2", |
34 | 34 | "react-loadable": "^5.5.0", |
35 | | - "react-redux": "^7.2.4", |
36 | | - "react-router-dom": "^5.2.0", |
| 35 | + "react-redux": "^7.2.5", |
| 36 | + "react-router-dom": "^5.3.0", |
37 | 37 | "redux": "^4.1.1" |
38 | 38 | }, |
39 | 39 | "devDependencies": { |
40 | | - "@babel/core": "^7.15.0", |
| 40 | + "@babel/core": "^7.15.5", |
41 | 41 | "@babel/plugin-proposal-class-properties": "^7.14.5", |
42 | | - "@babel/plugin-proposal-decorators": "^7.14.5", |
| 42 | + "@babel/plugin-proposal-decorators": "^7.15.4", |
43 | 43 | "@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5", |
44 | | - "@babel/plugin-proposal-object-rest-spread": "^7.14.7", |
| 44 | + "@babel/plugin-proposal-object-rest-spread": "^7.15.6", |
45 | 45 | "@babel/plugin-proposal-optional-chaining": "^7.14.5", |
46 | 46 | "@babel/plugin-syntax-dynamic-import": "^7.8.3", |
47 | 47 | "@babel/plugin-transform-runtime": "^7.15.0", |
48 | | - "@babel/preset-env": "^7.15.0", |
| 48 | + "@babel/preset-env": "^7.15.6", |
49 | 49 | "@babel/preset-react": "^7.14.5", |
50 | | - "@babel/runtime": "^7.15.3", |
| 50 | + "@babel/runtime": "^7.15.4", |
51 | 51 | "antd-dayjs-webpack-plugin": "^1.0.6", |
52 | | - "autoprefixer": "^10.3.2", |
| 52 | + "autoprefixer": "^10.3.6", |
53 | 53 | "babel-eslint": "^10.1.0", |
54 | 54 | "babel-loader": "^8.2.2", |
55 | 55 | "babel-plugin-import": "^1.13.3", |
56 | | - "clean-webpack-plugin": "^3.0.0", |
| 56 | + "clean-webpack-plugin": "^4.0.0", |
57 | 57 | "copy-webpack-plugin": "^9.0.1", |
58 | | - "css-loader": "^6.2.0", |
| 58 | + "css-loader": "^6.3.0", |
59 | 59 | "css-minimizer-webpack-plugin": "^3.0.2", |
60 | | - "dayjs": "^1.10.6", |
| 60 | + "dayjs": "^1.10.7", |
61 | 61 | "eslint": "^7.32.0", |
62 | 62 | "eslint-loader": "^4.0.2", |
63 | | - "eslint-plugin-prettier": "^3.4.1", |
64 | | - "eslint-plugin-react": "^7.24.0", |
| 63 | + "eslint-plugin-prettier": "^4.0.0", |
| 64 | + "eslint-plugin-react": "^7.26.0", |
65 | 65 | "eslint-plugin-react-hooks": "^4.2.0", |
66 | 66 | "express": "^4.17.1", |
67 | 67 | "favicons": "^6.2.2", |
|
71 | 71 | "html-webpack-plugin": "^5.3.2", |
72 | 72 | "less": "^4.1.1", |
73 | 73 | "less-loader": "^10.0.1", |
74 | | - "mini-css-extract-plugin": "^2.2.0", |
| 74 | + "mini-css-extract-plugin": "^2.3.0", |
75 | 75 | "mockjs": "^1.1.0", |
76 | | - "postcss": "^8.3.6", |
| 76 | + "postcss": "^8.3.8", |
77 | 77 | "postcss-loader": "^6.1.1", |
78 | | - "prettier": "^2.3.2", |
79 | | - "style-loader": "^3.2.1", |
| 78 | + "prettier": "^2.4.1", |
| 79 | + "style-loader": "^3.3.0", |
80 | 80 | "sw-precache-webpack-plugin": "^1.0.0", |
81 | | - "terser-webpack-plugin": "^5.1.4", |
| 81 | + "terser-webpack-plugin": "^5.2.4", |
82 | 82 | "url-loader": "^4.1.1", |
83 | | - "webpack": "^5.51.1", |
| 83 | + "webpack": "^5.54.0", |
84 | 84 | "webpack-bundle-analyzer": "^4.4.2", |
85 | 85 | "webpack-cli": "^4.8.0", |
86 | | - "webpack-dev-middleware": "^5.0.0", |
87 | | - "webpack-hot-middleware": "^2.25.0", |
| 86 | + "webpack-dev-middleware": "^5.2.1", |
| 87 | + "webpack-hot-middleware": "^2.25.1", |
88 | 88 | "webpackbar": "^4.0.0", |
89 | | - "workbox-webpack-plugin": "^6.2.4", |
| 89 | + "workbox-webpack-plugin": "^6.3.0", |
90 | 90 | "xml-loader": "^1.2.1" |
91 | 91 | }, |
92 | 92 | "browserslist": [ |
|
0 commit comments