|
24 | 24 | },
|
25 | 25 | "dependencies": {
|
26 | 26 | "@rematch/core": "^2.2.0",
|
27 | | - "antd": "^4.21.2", |
| 27 | + "antd": "^4.22.3", |
28 | 28 | "axios": "^0.27.2",
|
29 | | - "core-js": "^3.23.1", |
| 29 | + "core-js": "^3.24.1", |
30 | 30 | "lodash": "^4.17.21",
|
31 | 31 | "react": "^18.2.0",
|
32 | 32 | "react-dom": "^18.2.0",
|
|
36 | 36 | "redux": "^4.2.0"
|
37 | 37 | },
|
38 | 38 | "devDependencies": {
|
39 | | - "@babel/core": "^7.18.5", |
40 | | - "@babel/eslint-parser": "^7.18.2", |
41 | | - "@babel/plugin-proposal-class-properties": "^7.17.12", |
42 | | - "@babel/plugin-proposal-decorators": "^7.18.2", |
43 | | - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.17.12", |
44 | | - "@babel/plugin-proposal-object-rest-spread": "^7.18.0", |
45 | | - "@babel/plugin-proposal-optional-chaining": "^7.17.12", |
| 39 | + "@babel/core": "^7.18.10", |
| 40 | + "@babel/eslint-parser": "^7.18.9", |
| 41 | + "@babel/plugin-proposal-class-properties": "^7.18.6", |
| 42 | + "@babel/plugin-proposal-decorators": "^7.18.10", |
| 43 | + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6", |
| 44 | + "@babel/plugin-proposal-object-rest-spread": "^7.18.9", |
| 45 | + "@babel/plugin-proposal-optional-chaining": "^7.18.9", |
46 | 46 | "@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
47 | | - "@babel/plugin-transform-runtime": "^7.18.5", |
48 | | - "@babel/preset-env": "^7.18.2", |
49 | | - "@babel/preset-react": "^7.17.12", |
50 | | - "@babel/runtime": "^7.18.3", |
| 47 | + "@babel/plugin-transform-runtime": "^7.18.10", |
| 48 | + "@babel/preset-env": "^7.18.10", |
| 49 | + "@babel/preset-react": "^7.18.6", |
| 50 | + "@babel/runtime": "^7.18.9", |
51 | 51 | "antd-dayjs-webpack-plugin": "^1.0.6",
|
52 | | - "autoprefixer": "^10.4.7", |
| 52 | + "autoprefixer": "^10.4.8", |
53 | 53 | "babel-loader": "^8.2.5",
|
54 | 54 | "babel-plugin-import": "^1.13.5",
|
55 | 55 | "clean-webpack-plugin": "^4.0.0",
|
56 | 56 | "copy-webpack-plugin": "^11.0.0",
|
57 | 57 | "css-loader": "^6.7.1",
|
58 | 58 | "css-minimizer-webpack-plugin": "^4.0.0",
|
59 | | - "dayjs": "^1.11.3", |
60 | | - "eslint": "^8.17.0", |
61 | | - "eslint-plugin-prettier": "^4.0.0", |
62 | | - "eslint-plugin-react": "^7.30.0", |
| 59 | + "dayjs": "^1.11.4", |
| 60 | + "eslint": "^8.21.0", |
| 61 | + "eslint-plugin-prettier": "^4.2.1", |
| 62 | + "eslint-plugin-react": "^7.30.1", |
63 | 63 | "eslint-plugin-react-hooks": "^4.6.0",
|
64 | | - "eslint-webpack-plugin": "^3.1.1", |
| 64 | + "eslint-webpack-plugin": "^3.2.0", |
65 | 65 | "express": "^4.18.1",
|
66 | 66 | "favicons": "^6.2.2",
|
67 | 67 | "favicons-webpack-plugin": "^5.0.2",
|
|
72 | 72 | "mini-css-extract-plugin": "^2.6.1",
|
73 | 73 | "mockjs": "^1.1.0",
|
74 | 74 | "postcss": "^8.4.14",
|
75 | | - "postcss-loader": "^7.0.0", |
76 | | - "prettier": "^2.7.0", |
| 75 | + "postcss-loader": "^7.0.1", |
| 76 | + "prettier": "^2.7.1", |
77 | 77 | "style-loader": "^3.3.1",
|
78 | 78 | "sw-precache-webpack-plugin": "^1.0.0",
|
79 | 79 | "terser-webpack-plugin": "^5.3.3",
|
80 | | - "webpack": "^5.73.0", |
| 80 | + "webpack": "^5.74.0", |
81 | 81 | "webpack-bundle-analyzer": "^4.5.0",
|
82 | 82 | "webpack-cli": "^4.10.0",
|
83 | 83 | "webpack-dev-middleware": "^5.3.3",
|
84 | 84 | "webpack-hot-middleware": "^2.25.1",
|
85 | 85 | "webpackbar": "^5.0.2",
|
86 | | - "workbox-webpack-plugin": "^6.5.3", |
| 86 | + "workbox-webpack-plugin": "^6.5.4", |
87 | 87 | "xml-loader": "^1.2.1"
|
88 | 88 | },
|
89 | 89 | "browserslist": [
|
|
0 commit comments