|
23 | 23 | },
|
24 | 24 | "dependencies": {
|
25 | 25 | "@loadable/component": "^5.15.0",
|
26 | | - "@rematch/core": "^2.0.1", |
27 | | - "antd": "^4.16.0", |
| 26 | + "@rematch/core": "^2.1.0", |
| 27 | + "antd": "^4.16.13", |
28 | 28 | "axios": "^0.21.1",
|
29 | | - "core-js": "^3.13.0", |
| 29 | + "core-js": "^3.16.4", |
30 | 30 | "history": "^4.10.1",
|
31 | 31 | "lodash": "^4.17.21",
|
32 | 32 | "normalize.css": "^8.0.1",
|
33 | 33 | "react": "17.0.2",
|
34 | 34 | "react-dom": "17.0.2",
|
35 | 35 | "react-redux": "^7.2.4",
|
36 | | - "react-router-cache-route": "^1.11.0", |
37 | | - "react-router-dom": "^5.2.0", |
| 36 | + "react-router-cache-route": "^1.11.1", |
| 37 | + "react-router-dom": "^5.2.1", |
38 | 38 | "react-use": "^17.2.4",
|
39 | 39 | "react-vcode": "1.0.11",
|
40 | | - "redux": "^4.1.0", |
| 40 | + "redux": "^4.1.1", |
41 | 41 | "typescript": "4.2.4"
|
42 | 42 | },
|
43 | 43 | "devDependencies": {
|
44 | | - "@types/enzyme": "^3.10.8", |
| 44 | + "@types/enzyme": "^3.10.9", |
45 | 45 | "@types/enzyme-adapter-react-16": "^1.0.6",
|
46 | | - "@types/history": "^4.7.8", |
47 | | - "@types/jest": "^26.0.23", |
48 | | - "@types/loadable__component": "^5.13.3", |
49 | | - "@types/lodash": "^4.14.170", |
50 | | - "@types/mockjs": "^1.0.3", |
51 | | - "@types/qs": "^6.9.6", |
52 | | - "@types/react": "^17.0.8", |
53 | | - "@types/react-dom": "^17.0.5", |
54 | | - "@types/react-redux": "^7.1.16", |
55 | | - "@types/react-router-dom": "^5.1.7", |
56 | | - "@types/webpack-env": "^1.16.0", |
57 | | - "@typescript-eslint/eslint-plugin": "^4.25.0", |
58 | | - "@typescript-eslint/parser": "^4.25.0", |
| 46 | + "@types/history": "^4.7.9", |
| 47 | + "@types/jest": "^27.0.1", |
| 48 | + "@types/loadable__component": "^5.13.4", |
| 49 | + "@types/lodash": "^4.14.172", |
| 50 | + "@types/mockjs": "^1.0.4", |
| 51 | + "@types/qs": "^6.9.7", |
| 52 | + "@types/react": "^17.0.19", |
| 53 | + "@types/react-dom": "^17.0.9", |
| 54 | + "@types/react-redux": "^7.1.18", |
| 55 | + "@types/react-router-dom": "^5.1.8", |
| 56 | + "@types/webpack-env": "^1.16.2", |
| 57 | + "@typescript-eslint/eslint-plugin": "^4.29.3", |
| 58 | + "@typescript-eslint/parser": "^4.29.3", |
59 | 59 | "antd-dayjs-webpack-plugin": "^1.0.6",
|
60 | | - "autoprefixer": "^10.2.6", |
| 60 | + "autoprefixer": "^10.3.3", |
61 | 61 | "awesome-typescript-loader": "^5.2.1",
|
62 | 62 | "body-parser": "^1.19.0",
|
63 | 63 | "clean-webpack-plugin": "^3.0.0",
|
64 | | - "copy-webpack-plugin": "^9.0.0", |
65 | | - "css-loader": "^5.2.6", |
66 | | - "css-minimizer-webpack-plugin": "^3.0.0", |
67 | | - "dayjs": "^1.10.5", |
| 64 | + "copy-webpack-plugin": "^9.0.1", |
| 65 | + "css-loader": "^6.2.0", |
| 66 | + "css-minimizer-webpack-plugin": "^3.0.2", |
| 67 | + "dayjs": "^1.10.6", |
68 | 68 | "enzyme": "^3.11.0",
|
69 | 69 | "enzyme-adapter-react-16": "^1.15.6",
|
70 | | - "eslint": "^7.27.0", |
| 70 | + "eslint": "^7.32.0", |
71 | 71 | "eslint-config-prettier": "^8.3.0",
|
72 | 72 | "eslint-loader": "^4.0.2",
|
73 | | - "eslint-plugin-prettier": "^3.4.0", |
74 | | - "eslint-plugin-react": "^7.23.2", |
| 73 | + "eslint-plugin-prettier": "^3.4.1", |
| 74 | + "eslint-plugin-react": "^7.25.0", |
75 | 75 | "eslint-plugin-react-hooks": "^4.2.0",
|
76 | 76 | "express": "^4.17.1",
|
77 | 77 | "favicons": "^6.2.2",
|
78 | 78 | "favicons-webpack-plugin": "^5.0.2",
|
79 | 79 | "file-loader": "^6.2.0",
|
80 | | - "html-webpack-plugin": "^5.3.1", |
81 | | - "http-proxy-middleware": "^2.0.0", |
82 | | - "jest": "^27.0.1", |
| 80 | + "html-webpack-plugin": "^5.3.2", |
| 81 | + "http-proxy-middleware": "^2.0.1", |
| 82 | + "jest": "^27.1.0", |
83 | 83 | "jest-canvas-mock": "^2.3.1",
|
84 | 84 | "jest-transform-stub": "^2.0.0",
|
85 | 85 | "less": "^4.1.1",
|
86 | | - "less-loader": "^9.0.0", |
87 | | - "mini-css-extract-plugin": "^1.6.0", |
| 86 | + "less-loader": "^10.0.1", |
| 87 | + "mini-css-extract-plugin": "^2.2.0", |
88 | 88 | "mockjs": "^1.1.0",
|
89 | | - "postcss": "^8.3.0", |
90 | | - "postcss-loader": "^5.3.0", |
91 | | - "prettier": "2.3.0", |
| 89 | + "postcss": "^8.3.6", |
| 90 | + "postcss-loader": "^6.1.1", |
| 91 | + "prettier": "2.3.2", |
92 | 92 | "source-map-loader": "^3.0.0",
|
93 | | - "style-loader": "^2.0.0", |
| 93 | + "style-loader": "^3.2.1", |
94 | 94 | "sw-precache-webpack-plugin": "^1.0.0",
|
95 | | - "terser-webpack-plugin": "^5.1.2", |
| 95 | + "terser-webpack-plugin": "^5.1.4", |
96 | 96 | "ts-import-plugin": "^1.6.7",
|
97 | | - "ts-jest": "^27.0.1", |
| 97 | + "ts-jest": "^27.0.5", |
98 | 98 | "url-loader": "^4.1.1",
|
99 | | - "webpack": "^5.37.1", |
100 | | - "webpack-cli": "^4.7.0", |
101 | | - "webpack-dev-middleware": "^4.3.0", |
| 99 | + "webpack": "^5.51.1", |
| 100 | + "webpack-cli": "^4.8.0", |
| 101 | + "webpack-dev-middleware": "^5.0.0", |
102 | 102 | "webpack-hot-middleware": "^2.25.0",
|
103 | 103 | "webpackbar": "^4.0.0",
|
104 | | - "workbox-webpack-plugin": "^6.1.5", |
| 104 | + "workbox-webpack-plugin": "^6.2.4", |
105 | 105 | "xml-loader": "^1.2.1"
|
106 | 106 | },
|
107 | 107 | "browserslist": [
|
|
0 commit comments