|
12 | 12 | "cover": "./node_modules/.bin/istanbul cover _mocha",
|
13 | 13 | "coveralls": "npm run cover -- --report lcovonly && cat ./coverage/lcov.info | ./node_modules/.bin/coveralls"
|
14 | 14 | },
|
15 | | - "author": "L", |
| 15 | + "author": "admin", |
16 | 16 | "license": "ISC",
|
17 | 17 | "private": true,
|
18 | 18 | "repository": {
|
|
24 | 24 | },
|
25 | 25 | "dependencies": {
|
26 | 26 | "@rematch/core": "^2.0.1",
|
27 | | - "antd": "^4.14.0", |
| 27 | + "antd": "^4.15.0", |
28 | 28 | "axios": "^0.21.1",
|
29 | | - "core-js": "^3.9.1", |
| 29 | + "core-js": "^3.10.0", |
30 | 30 | "history": "^4.10.1",
|
31 | 31 | "lodash": "^4.17.21",
|
32 | | - "react": "^17.0.1", |
33 | | - "react-dom": "^17.0.1", |
| 32 | + "react": "^17.0.2", |
| 33 | + "react-dom": "^17.0.2", |
34 | 34 | "react-loadable": "^5.5.0",
|
35 | | - "react-redux": "^7.2.2", |
| 35 | + "react-redux": "^7.2.3", |
36 | 36 | "react-router-dom": "^5.2.0",
|
37 | 37 | "redux": "^4.0.5"
|
38 | 38 | },
|
39 | 39 | "devDependencies": {
|
40 | | - "@babel/core": "^7.13.10", |
| 40 | + "@babel/core": "^7.13.14", |
41 | 41 | "@babel/plugin-proposal-class-properties": "^7.13.0",
|
42 | 42 | "@babel/plugin-proposal-decorators": "^7.13.5",
|
43 | 43 | "@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.8",
|
44 | 44 | "@babel/plugin-proposal-object-rest-spread": "^7.13.8",
|
45 | | - "@babel/plugin-proposal-optional-chaining": "^7.13.8", |
| 45 | + "@babel/plugin-proposal-optional-chaining": "^7.13.12", |
46 | 46 | "@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
47 | 47 | "@babel/plugin-transform-runtime": "^7.13.10",
|
48 | | - "@babel/preset-env": "^7.13.10", |
49 | | - "@babel/preset-react": "^7.12.13", |
| 48 | + "@babel/preset-env": "^7.13.12", |
| 49 | + "@babel/preset-react": "^7.13.13", |
50 | 50 | "@babel/runtime": "^7.13.10",
|
51 | 51 | "antd-dayjs-webpack-plugin": "^1.0.6",
|
52 | 52 | "autoprefixer": "^10.2.5",
|
|
55 | 55 | "babel-plugin-import": "^1.13.3",
|
56 | 56 | "body-parser": "^1.19.0",
|
57 | 57 | "clean-webpack-plugin": "^3.0.0",
|
58 | | - "copy-webpack-plugin": "^8.0.0", |
59 | | - "css-loader": "^5.1.3", |
| 58 | + "copy-webpack-plugin": "^8.1.0", |
| 59 | + "css-loader": "^5.2.0", |
60 | 60 | "css-minimizer-webpack-plugin": "^1.3.0",
|
61 | 61 | "dayjs": "^1.10.4",
|
62 | | - "eslint": "^7.22.0", |
| 62 | + "eslint": "^7.23.0", |
63 | 63 | "eslint-loader": "^4.0.2",
|
64 | 64 | "eslint-plugin-prettier": "^3.3.1",
|
65 | | - "eslint-plugin-react": "^7.22.0", |
| 65 | + "eslint-plugin-react": "^7.23.1", |
66 | 66 | "eslint-plugin-react-hooks": "^4.2.0",
|
67 | 67 | "express": "^4.17.1",
|
68 | 68 | "favicons": "^6.2.1",
|
|
72 | 72 | "html-webpack-plugin": "^5.3.1",
|
73 | 73 | "less": "^4.1.1",
|
74 | 74 | "less-loader": "^8.0.0",
|
75 | | - "mini-css-extract-plugin": "^1.3.9", |
| 75 | + "mini-css-extract-plugin": "^1.4.0", |
76 | 76 | "mockjs": "^1.1.0",
|
77 | | - "postcss": "^8.2.8", |
| 77 | + "postcss": "^8.2.9", |
78 | 78 | "postcss-loader": "^5.2.0",
|
79 | 79 | "prettier": "^2.2.1",
|
80 | 80 | "style-loader": "^2.0.0",
|
81 | 81 | "sw-precache-webpack-plugin": "^1.0.0",
|
82 | 82 | "terser-webpack-plugin": "^5.1.1",
|
83 | 83 | "url-loader": "^4.1.1",
|
84 | | - "webpack": "^5.27.1", |
| 84 | + "webpack": "^5.30.0", |
85 | 85 | "webpack-bundle-analyzer": "^4.4.0",
|
86 | | - "webpack-cli": "^4.5.0", |
| 86 | + "webpack-cli": "^4.6.0", |
87 | 87 | "webpack-dev-middleware": "^4.1.0",
|
88 | 88 | "webpack-hot-middleware": "^2.25.0",
|
89 | 89 | "webpackbar": "^4.0.0",
|
|
0 commit comments