|
25 | 25 | "dependencies": {
|
26 | 26 | "@ant-design/icons": "^4.7.0",
|
27 | 27 | "@rematch/core": "^2.2.0",
|
28 |
| - "antd": "^4.23.2", |
29 |
| - "axios": "^0.27.2", |
30 |
| - "core-js": "^3.25.3", |
| 28 | + "antd": "^4.24.2", |
| 29 | + "axios": "^1.1.3", |
| 30 | + "core-js": "^3.26.1", |
| 31 | + "favicons": "6.2.2", |
31 | 32 | "lodash": "^4.17.21",
|
32 | 33 | "react": "^18.2.0",
|
33 | 34 | "react-dom": "^18.2.0",
|
34 | 35 | "react-loadable": "^5.5.0",
|
35 |
| - "react-redux": "^8.0.4", |
36 |
| - "react-router-dom": "^6.4.1", |
| 36 | + "react-redux": "^8.0.5", |
| 37 | + "react-router-dom": "^6.4.3", |
37 | 38 | "redux": "^4.2.0"
|
38 | 39 | },
|
39 | 40 | "devDependencies": {
|
40 |
| - "@babel/core": "^7.19.3", |
| 41 | + "@babel/core": "^7.20.2", |
41 | 42 | "@babel/eslint-parser": "^7.19.1",
|
42 | 43 | "@babel/plugin-proposal-class-properties": "^7.18.6",
|
43 |
| - "@babel/plugin-proposal-decorators": "^7.19.3", |
| 44 | + "@babel/plugin-proposal-decorators": "^7.20.2", |
44 | 45 | "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6",
|
45 |
| - "@babel/plugin-proposal-object-rest-spread": "^7.18.9", |
| 46 | + "@babel/plugin-proposal-object-rest-spread": "^7.20.2", |
46 | 47 | "@babel/plugin-proposal-optional-chaining": "^7.18.9",
|
47 | 48 | "@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
48 |
| - "@babel/plugin-transform-runtime": "^7.19.1", |
49 |
| - "@babel/preset-env": "^7.19.3", |
| 49 | + "@babel/plugin-transform-runtime": "^7.19.6", |
| 50 | + "@babel/preset-env": "^7.20.2", |
50 | 51 | "@babel/preset-react": "^7.18.6",
|
51 |
| - "@babel/runtime": "^7.19.0", |
| 52 | + "@babel/runtime": "^7.20.1", |
52 | 53 | "antd-dayjs-webpack-plugin": "^1.0.6",
|
53 |
| - "autoprefixer": "^10.4.12", |
54 |
| - "babel-loader": "^8.2.5", |
| 54 | + "autoprefixer": "^10.4.13", |
| 55 | + "babel-loader": "^9.1.0", |
55 | 56 | "babel-plugin-import": "^1.13.5",
|
56 | 57 | "clean-webpack-plugin": "^4.0.0",
|
57 | 58 | "copy-webpack-plugin": "^11.0.0",
|
58 |
| - "css-loader": "^6.7.1", |
59 |
| - "css-minimizer-webpack-plugin": "^4.1.0", |
60 |
| - "dayjs": "^1.11.5", |
61 |
| - "eslint": "^8.24.0", |
| 59 | + "css-loader": "^6.7.2", |
| 60 | + "css-minimizer-webpack-plugin": "^4.2.2", |
| 61 | + "dayjs": "^1.11.6", |
| 62 | + "eslint": "^8.27.0", |
62 | 63 | "eslint-plugin-prettier": "^4.2.1",
|
63 |
| - "eslint-plugin-react": "^7.31.8", |
| 64 | + "eslint-plugin-react": "^7.31.10", |
64 | 65 | "eslint-plugin-react-hooks": "^4.6.0",
|
65 | 66 | "eslint-webpack-plugin": "^3.2.0",
|
66 |
| - "express": "^4.18.1", |
67 |
| - "favicons": "6.2.2", |
| 67 | + "express": "^4.18.2", |
68 | 68 | "favicons-webpack-plugin": "^5.0.2",
|
69 | 69 | "happypack": "^5.0.1",
|
70 | 70 | "html-webpack-plugin": "^5.5.0",
|
71 | 71 | "less": "^4.1.3",
|
72 |
| - "less-loader": "^11.0.0", |
| 72 | + "less-loader": "^11.1.0", |
73 | 73 | "mini-css-extract-plugin": "^2.6.1",
|
74 | 74 | "mockjs": "^1.1.0",
|
75 |
| - "postcss": "^8.4.16", |
| 75 | + "postcss": "^8.4.19", |
76 | 76 | "postcss-loader": "^7.0.1",
|
77 | 77 | "prettier": "^2.7.1",
|
78 | 78 | "style-loader": "^3.3.1",
|
79 | 79 | "terser-webpack-plugin": "^5.3.6",
|
80 |
| - "webpack": "^5.74.0", |
81 |
| - "webpack-bundle-analyzer": "^4.6.1", |
| 80 | + "webpack": "^5.75.0", |
| 81 | + "webpack-bundle-analyzer": "^4.7.0", |
82 | 82 | "webpack-cli": "^4.10.0",
|
83 | 83 | "webpack-dev-middleware": "^5.3.3",
|
84 |
| - "webpack-hot-middleware": "^2.25.2", |
| 84 | + "webpack-hot-middleware": "^2.25.3", |
85 | 85 | "webpackbar": "^5.0.2",
|
86 | 86 | "workbox-webpack-plugin": "^6.5.4",
|
87 | 87 | "xml-loader": "^1.2.1"
|
|
0 commit comments