|
23 | 23 | "pnp": false
|
24 | 24 | },
|
25 | 25 | "dependencies": {
|
26 |
| - "@rematch/core": "^2.1.1", |
27 |
| - "antd": "^4.16.13", |
| 26 | + "@rematch/core": "^2.2.0", |
| 27 | + "antd": "^4.17.3", |
28 | 28 | "axios": "^0.24.0",
|
29 |
| - "core-js": "^3.19.0", |
30 |
| - "history": "^5.1.0", |
| 29 | + "core-js": "^3.19.3", |
| 30 | + "eslint": "^7.32.0", |
31 | 31 | "lodash": "^4.17.21",
|
32 | 32 | "react": "^17.0.2",
|
33 | 33 | "react-dom": "^17.0.2",
|
|
37 | 37 | "redux": "^4.1.2"
|
38 | 38 | },
|
39 | 39 | "devDependencies": {
|
40 |
| - "@babel/core": "^7.15.8", |
41 |
| - "@babel/plugin-proposal-class-properties": "^7.14.5", |
42 |
| - "@babel/plugin-proposal-decorators": "^7.15.8", |
43 |
| - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.14.5", |
44 |
| - "@babel/plugin-proposal-object-rest-spread": "^7.15.6", |
45 |
| - "@babel/plugin-proposal-optional-chaining": "^7.14.5", |
| 40 | + "@babel/core": "^7.16.5", |
| 41 | + "@babel/plugin-proposal-class-properties": "^7.16.5", |
| 42 | + "@babel/plugin-proposal-decorators": "^7.16.5", |
| 43 | + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.5", |
| 44 | + "@babel/plugin-proposal-object-rest-spread": "^7.16.5", |
| 45 | + "@babel/plugin-proposal-optional-chaining": "^7.16.5", |
46 | 46 | "@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
47 |
| - "@babel/plugin-transform-runtime": "^7.15.8", |
48 |
| - "@babel/preset-env": "^7.15.8", |
49 |
| - "@babel/preset-react": "^7.14.5", |
50 |
| - "@babel/runtime": "^7.15.4", |
| 47 | + "@babel/plugin-transform-runtime": "^7.16.5", |
| 48 | + "@babel/preset-env": "^7.16.5", |
| 49 | + "@babel/preset-react": "^7.16.5", |
| 50 | + "@babel/runtime": "^7.16.5", |
51 | 51 | "antd-dayjs-webpack-plugin": "^1.0.6",
|
52 |
| - "autoprefixer": "^10.3.7", |
| 52 | + "autoprefixer": "^10.4.0", |
53 | 53 | "babel-eslint": "^10.1.0",
|
54 | 54 | "babel-loader": "^8.2.3",
|
55 | 55 | "babel-plugin-import": "^1.13.3",
|
56 | 56 | "clean-webpack-plugin": "^4.0.0",
|
57 | 57 | "copy-webpack-plugin": "^10.1.0",
|
58 |
| - "css-loader": "^6.5.0", |
59 |
| - "css-minimizer-webpack-plugin": "^3.1.1", |
| 58 | + "css-loader": "^6.5.1", |
| 59 | + "css-minimizer-webpack-plugin": "^3.2.0", |
60 | 60 | "dayjs": "^1.10.7",
|
61 |
| - "eslint": "^7.32.0", |
62 | 61 | "eslint-loader": "^4.0.2",
|
63 | 62 | "eslint-plugin-prettier": "^4.0.0",
|
64 |
| - "eslint-plugin-react": "^7.26.1", |
65 |
| - "eslint-plugin-react-hooks": "^4.2.0", |
| 63 | + "eslint-plugin-react": "^7.27.1", |
| 64 | + "eslint-plugin-react-hooks": "^4.3.0", |
66 | 65 | "express": "^4.17.1",
|
67 | 66 | "favicons": "^6.2.2",
|
68 | 67 | "favicons-webpack-plugin": "^5.0.2",
|
|
72 | 71 | "less-loader": "^10.2.0",
|
73 | 72 | "mini-css-extract-plugin": "^2.4.5",
|
74 | 73 | "mockjs": "^1.1.0",
|
75 |
| - "postcss": "^8.3.11", |
76 |
| - "postcss-loader": "^6.2.0", |
77 |
| - "prettier": "^2.4.1", |
| 74 | + "postcss": "^8.4.5", |
| 75 | + "postcss-loader": "^6.2.1", |
| 76 | + "prettier": "^2.5.1", |
78 | 77 | "style-loader": "^3.3.1",
|
79 | 78 | "sw-precache-webpack-plugin": "^1.0.0",
|
80 |
| - "terser-webpack-plugin": "^5.2.4", |
81 |
| - "webpack": "^5.60.0", |
| 79 | + "terser-webpack-plugin": "^5.2.5", |
| 80 | + "webpack": "^5.65.0", |
82 | 81 | "webpack-bundle-analyzer": "^4.5.0",
|
83 | 82 | "webpack-cli": "^4.9.1",
|
84 |
| - "webpack-dev-middleware": "^5.2.1", |
| 83 | + "webpack-dev-middleware": "^5.2.2", |
85 | 84 | "webpack-hot-middleware": "^2.25.1",
|
86 | 85 | "webpackbar": "^5.0.2",
|
87 |
| - "workbox-webpack-plugin": "^6.3.0", |
| 86 | + "workbox-webpack-plugin": "^6.4.2", |
88 | 87 | "xml-loader": "^1.2.1"
|
89 | 88 | },
|
90 | 89 | "browserslist": [
|
|
0 commit comments