Skip to content

Commit e01860a

Browse files
committed
update packages
1 parent ef3d4bb commit e01860a

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,20 +23,19 @@
2323
},
2424
"dependencies": {
2525
"@loadable/component": "^5.14.1",
26-
"@rematch/core": "^2.0.0-next.6",
26+
"@rematch/core": "^2.0.0",
2727
"antd": "^4.10.3",
2828
"axios": "^0.21.1",
2929
"core-js": "^3.8.3",
3030
"history": "^4.10.1",
31-
"less": "^4.1.0",
3231
"lodash": "^4.17.20",
3332
"normalize.css": "^8.0.1",
3433
"react": "17.0.1",
3534
"react-dom": "17.0.1",
3635
"react-redux": "^7.2.2",
3736
"react-router-cache-route": "^1.11.0",
3837
"react-router-dom": "^5.2.0",
39-
"react-use": "^15.3.8",
38+
"react-use": "^17.1.0",
4039
"react-vcode": "1.0.11",
4140
"redux": "^4.0.5"
4241
},
@@ -54,10 +53,10 @@
5453
"@types/react-redux": "^7.1.16",
5554
"@types/react-router-dom": "^5.1.7",
5655
"@types/webpack-env": "^1.16.0",
57-
"@typescript-eslint/eslint-plugin": "^4.14.1",
58-
"@typescript-eslint/parser": "^4.14.1",
56+
"@typescript-eslint/eslint-plugin": "^4.14.2",
57+
"@typescript-eslint/parser": "^4.14.2",
5958
"antd-dayjs-webpack-plugin": "^1.0.6",
60-
"autoprefixer": "^10.2.3",
59+
"autoprefixer": "^10.2.4",
6160
"awesome-typescript-loader": "^5.2.1",
6261
"body-parser": "^1.19.0",
6362
"clean-webpack-plugin": "^3.0.0",
@@ -66,7 +65,7 @@
6665
"css-minimizer-webpack-plugin": "^1.2.0",
6766
"enzyme": "^3.11.0",
6867
"enzyme-adapter-react-16": "^1.15.6",
69-
"eslint": "^7.18.0",
68+
"eslint": "^7.19.0",
7069
"eslint-config-prettier": "^7.2.0",
7170
"eslint-loader": "^4.0.2",
7271
"eslint-plugin-prettier": "^3.3.1",
@@ -80,8 +79,9 @@
8079
"jest": "^26.6.3",
8180
"jest-canvas-mock": "^2.3.0",
8281
"jest-transform-stub": "^2.0.0",
83-
"less-loader": "^7.3.0",
84-
"mini-css-extract-plugin": "^1.3.4",
82+
"less": "^4.1.1",
83+
"less-loader": "^8.0.0",
84+
"mini-css-extract-plugin": "^1.3.5",
8585
"mockjs": "^1.1.0",
8686
"postcss": "^8.2.4",
8787
"postcss-loader": "^4.2.0",
@@ -91,15 +91,15 @@
9191
"sw-precache-webpack-plugin": "^1.0.0",
9292
"terser-webpack-plugin": "^5.1.1",
9393
"ts-import-plugin": "^1.6.7",
94-
"ts-jest": "^26.4.4",
94+
"ts-jest": "^26.5.0",
9595
"typescript": "4.1.3",
9696
"url-loader": "^4.1.1",
97-
"webpack": "^5.18.0",
97+
"webpack": "^5.19.0",
9898
"webpack-cli": "^4.4.0",
9999
"webpack-dev-middleware": "^4.1.0",
100100
"webpack-hot-middleware": "^2.25.0",
101101
"webpackbar": "^4.0.0",
102-
"workbox-webpack-plugin": "^6.0.2",
102+
"workbox-webpack-plugin": "^6.1.0",
103103
"xml-loader": "^1.2.1"
104104
},
105105
"browserslist": [

0 commit comments

Comments
 (0)