|
7 | 7 | "build": "npx cross-env NODE_ENV=production webpack --mode=production --config ./webpack/webpack.config.js",
|
8 | 8 | "dev": "npx cross-env NODE_ENV=development webpack serve --mode=development --config ./webpack/webpack.config.js",
|
9 | 9 | "test": "jest",
|
| 10 | + "debug-webpack": "node --inspect-brk=5858 ./node_modules/.bin/webpack --mode=development --config ./webpack/webpack.config.js", |
10 | 11 | "extract": "lingui extract",
|
11 | 12 | "compile": "lingui compile",
|
12 | 13 | "lint": "npm run lint:js && npm run lint:style && npm run lint:prettier",
|
|
57 | 58 | "devDependencies": {
|
58 | 59 | "@babel/cli": "^7.16.0",
|
59 | 60 | "@babel/core": "^7.16.0",
|
60 |
| - "@babel/eslint-parser": "^7.16.0", |
| 61 | + "@babel/eslint-parser": "^7.16.3", |
61 | 62 | "@babel/eslint-plugin": "^7.14.5",
|
62 | 63 | "@babel/plugin-proposal-class-properties": "^7.16.0",
|
63 | 64 | "@babel/plugin-proposal-export-default-from": "^7.16.0",
|
64 | 65 | "@babel/plugin-syntax-dynamic-import": "^7.8.3",
|
65 | 66 | "@babel/plugin-transform-modules-commonjs": "^7.16.0",
|
66 | 67 | "@babel/plugin-transform-react-constant-elements": "^7.16.0",
|
67 | 68 | "@babel/plugin-transform-react-inline-elements": "^7.16.0",
|
68 |
| - "@babel/plugin-transform-runtime": "^7.16.0", |
69 |
| - "@babel/preset-env": "^7.16.0", |
| 69 | + "@babel/plugin-transform-runtime": "^7.16.4", |
| 70 | + "@babel/preset-env": "^7.16.4", |
70 | 71 | "@babel/preset-react": "^7.16.0",
|
71 |
| - "@lingui/cli": "^3.12.1", |
72 |
| - "@lingui/macro": "^3.12.1", |
73 |
| - "@pmmmwh/react-refresh-webpack-plugin": "^0.5.1", |
| 72 | + "@lingui/cli": "^3.13.0", |
| 73 | + "@lingui/macro": "^3.13.0", |
| 74 | + "@pmmmwh/react-refresh-webpack-plugin": "^0.5.3", |
74 | 75 | "@umijs/babel-plugin-auto-css-modules": "^3.5.20",
|
75 | 76 | "babel-loader": "^8.2.3",
|
76 | 77 | "babel-plugin-dynamic-import-node": "^2.3.3",
|
77 | 78 | "babel-plugin-import": "^1.13.3",
|
78 | 79 | "babel-plugin-lodash": "^3.3.4",
|
79 | 80 | "babel-plugin-macros": "^3.1.0",
|
80 |
| - "browserslist": "^4.17.6", |
| 81 | + "browserslist": "^4.18.1", |
81 | 82 | "case-sensitive-paths-webpack-plugin": "^2.4.0",
|
82 | 83 | "circular-dependency-plugin": "^5.2.2",
|
83 |
| - "compression-webpack-plugin": "^9.0.0", |
84 |
| - "copy-webpack-plugin": "^9.0.1", |
| 84 | + "compression-webpack-plugin": "^9.1.1", |
| 85 | + "copy-webpack-plugin": "^10.1.0", |
85 | 86 | "cross-env": "^7.0.3",
|
86 | 87 | "cross-port-killer": "^1.3.0",
|
87 | 88 | "css-loader": "^6.5.1",
|
88 |
| - "css-minimizer-webpack-plugin": "^3.1.1", |
89 |
| - "eslint": "^8.2.0", |
90 |
| - "eslint-config-airbnb": "^18.2.1", |
91 |
| - "eslint-config-airbnb-base": "^14.2.1", |
| 89 | + "css-minimizer-webpack-plugin": "^3.2.0", |
| 90 | + "eslint": "^8.4.1", |
| 91 | + "eslint-config-airbnb": "^19.0.2", |
| 92 | + "eslint-config-airbnb-base": "^15.0.0", |
92 | 93 | "eslint-config-prettier": "^8.3.0",
|
93 | 94 | "eslint-config-react-app": "^6.0.0",
|
94 | 95 | "eslint-friendly-formatter": "^4.0.1",
|
95 | 96 | "eslint-import-resolver-alias": "^1.1.2",
|
96 | 97 | "eslint-import-resolver-webpack": "^0.13.2",
|
97 |
| - "eslint-plugin-compat": "^3.13.0", |
| 98 | + "eslint-plugin-compat": "^4.0.0", |
98 | 99 | "eslint-plugin-html": "^6.2.0",
|
99 |
| - "eslint-plugin-import": "^2.25.2", |
100 |
| - "eslint-plugin-jest": "^25.2.4", |
101 |
| - "eslint-plugin-jsx-a11y": "^6.4.1", |
| 100 | + "eslint-plugin-import": "^2.25.3", |
| 101 | + "eslint-plugin-jest": "^25.3.0", |
| 102 | + "eslint-plugin-jsx-a11y": "^6.5.1", |
102 | 103 | "eslint-plugin-markdown": "^2.2.1",
|
103 | 104 | "eslint-plugin-prettier": "^4.0.0",
|
104 |
| - "eslint-plugin-promise": "^5.1.1", |
105 |
| - "eslint-plugin-react": "^7.26.1", |
106 |
| - "eslint-plugin-react-hooks": "^4.2.0", |
107 |
| - "eslint-webpack-plugin": "^3.1.0", |
| 105 | + "eslint-plugin-promise": "^5.2.0", |
| 106 | + "eslint-plugin-react": "^7.27.1", |
| 107 | + "eslint-plugin-react-hooks": "^4.3.0", |
| 108 | + "eslint-webpack-plugin": "^3.1.1", |
108 | 109 | "file-loader": "^6.2.0",
|
109 | 110 | "html-loader": "^3.0.1",
|
110 | 111 | "html-webpack-plugin": "^5.5.0",
|
111 | 112 | "husky": "^7.0.4",
|
112 |
| - "jest": "^27.3.1", |
| 113 | + "jest": "^27.4.4", |
113 | 114 | "less": "^4.1.2",
|
114 | 115 | "less-loader": "^10.2.0",
|
115 |
| - "lint-staged": "^11.2.6", |
116 |
| - "mini-css-extract-plugin": "^2.4.4", |
| 116 | + "lint-staged": "^12.1.2", |
| 117 | + "mini-css-extract-plugin": "^2.4.5", |
117 | 118 | "mockjs": "^1.1.0",
|
118 |
| - "node-sass": "^6.0.1", |
| 119 | + "node-sass": "^7.0.0", |
119 | 120 | "npm-run-all": "^4.1.5",
|
120 | 121 | "optimize-css-assets-webpack-plugin": "^6.0.1",
|
121 | 122 | "pnp-webpack-plugin": "^1.7.0",
|
122 |
| - "postcss": "^8.3.11", |
| 123 | + "postcss": "^8.4.4", |
123 | 124 | "postcss-flexbugs-fixes": "^5.0.2",
|
124 | 125 | "postcss-import": "^14.0.2",
|
125 |
| - "postcss-loader": "^6.2.0", |
| 126 | + "postcss-loader": "^6.2.1", |
126 | 127 | "postcss-normalize": "^10.0.1",
|
127 |
| - "postcss-preset-env": "^6.7.0", |
| 128 | + "postcss-preset-env": "^7.0.1", |
128 | 129 | "postcss-safe-parser": "^6.0.0",
|
129 |
| - "prettier": "^2.4.1", |
| 130 | + "prettier": "^2.5.1", |
130 | 131 | "raw-loader": "^4.0.2",
|
131 | 132 | "react-dev-utils": "^11.0.4",
|
132 | 133 | "react-perf-devtool": "^3.1.8",
|
133 |
| - "react-refresh": "^0.10.0", |
| 134 | + "react-refresh": "^0.11.0", |
134 | 135 | "resolve-url-loader": "^4.0.0",
|
135 |
| - "sass": "^1.43.4", |
136 |
| - "sass-loader": "^12.3.0", |
| 136 | + "sass": "^1.45.0", |
| 137 | + "sass-loader": "^12.4.0", |
137 | 138 | "source-map-loader": "^3.0.0",
|
138 | 139 | "style-loader": "^3.3.1",
|
139 |
| - "stylelint": "^14.0.1", |
| 140 | + "stylelint": "^14.1.0", |
140 | 141 | "stylelint-config-recommended": "^6.0.0",
|
141 | 142 | "stylelint-config-styled-components": "^0.1.1",
|
142 | 143 | "stylelint-processor-styled-components": "^1.10.0",
|
143 | 144 | "sugarss": "^4.0.1",
|
144 |
| - "terser-webpack-plugin": "^5.2.4", |
| 145 | + "terser-webpack-plugin": "^5.2.5", |
145 | 146 | "url-loader": "^4.1.1",
|
146 |
| - "webpack": "^5.62.1", |
| 147 | + "webpack": "^5.65.0", |
147 | 148 | "webpack-bundle-analyzer": "^4.5.0",
|
148 | 149 | "webpack-cli": "^4.9.1",
|
149 | 150 | "webpack-dashboard": "^3.3.6",
|
150 |
| - "webpack-dev-server": "4.4.0", |
| 151 | + "webpack-dev-server": "4.6.0", |
151 | 152 | "webpack-manifest-plugin": "^4.0.2",
|
152 | 153 | "webpackbar": "^5.0.2",
|
153 |
| - "workbox-webpack-plugin": "^6.3.0" |
| 154 | + "workbox-webpack-plugin": "^6.4.2" |
154 | 155 | },
|
155 | 156 | "dependencies": {
|
156 |
| - "@ahooksjs/use-request": "^2.8.13", |
157 | 157 | "@ant-design/icons": "^4.7.0",
|
158 |
| - "@ant-design/pro-card": "^1.17.0", |
159 |
| - "@ant-design/pro-descriptions": "^1.9.29", |
160 |
| - "@ant-design/pro-field": "^1.24.1", |
161 |
| - "@ant-design/pro-form": "^1.46.0", |
162 |
| - "@ant-design/pro-layout": "^6.27.2", |
163 |
| - "@ant-design/pro-list": "^1.18.0", |
164 |
| - "@ant-design/pro-table": "^2.56.8", |
165 |
| - "@babel/runtime": "^7.16.0", |
| 158 | + "@ant-design/pro-card": "^1.18.10", |
| 159 | + "@ant-design/pro-descriptions": "^1.10.15", |
| 160 | + "@ant-design/pro-field": "^1.28.8", |
| 161 | + "@ant-design/pro-form": "^1.49.12", |
| 162 | + "@ant-design/pro-layout": "^6.31.7", |
| 163 | + "@ant-design/pro-list": "^1.20.15", |
| 164 | + "@ant-design/pro-table": "^2.59.10", |
| 165 | + "@babel/runtime": "^7.16.3", |
166 | 166 | "@koale/useworker": "^4.0.2",
|
167 |
| - "@lingui/react": "^3.12.1", |
168 |
| - "ahooks": "^2.10.12", |
169 |
| - "antd": "^4.16.13", |
| 167 | + "@lingui/detect-locale": "^3.13.0", |
| 168 | + "@lingui/react": "^3.13.0", |
| 169 | + "ahooks": "^3.0.1", |
| 170 | + "antd": "^4.17.3", |
170 | 171 | "classnames": "^2.3.1",
|
171 | 172 | "history": "^5.1.0",
|
172 | 173 | "lodash": "^4.17.21",
|
173 | 174 | "nano-memoize": "^1.2.1",
|
174 | 175 | "nanoid": "^3.1.30",
|
175 |
| - "qiankun": "^2.5.1", |
176 |
| - "qs": "^6.10.1", |
| 176 | + "qiankun": "^2.6.2", |
| 177 | + "qs": "^6.10.2", |
177 | 178 | "react": "^17.0.2",
|
178 | 179 | "react-avatar-editor": "^12.0.0",
|
179 | 180 | "react-dom": "^17.0.2",
|
180 |
| - "react-router-dom": "^6.0.1", |
| 181 | + "react-router-dom": "^6.1.0", |
181 | 182 | "react-use": "^17.3.1",
|
182 | 183 | "recoil": "^0.5.2",
|
183 | 184 | "umi-request": "^1.4.0"
|
|
0 commit comments