Skip to content

Commit d48aa86

Browse files
committed
update packages / add 'favicons' module
1 parent e013109 commit d48aa86

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@
2424
"dependencies": {
2525
"@loadable/component": "^5.14.1",
2626
"@rematch/core": "^2.0.0",
27-
"antd": "^4.12.0",
27+
"antd": "^4.12.2",
2828
"axios": "^0.21.1",
2929
"core-js": "^3.8.3",
30-
"history": "^4.10.1",
30+
"history": "^5.0.0",
3131
"lodash": "^4.17.20",
3232
"normalize.css": "^8.0.1",
3333
"react": "17.0.1",
@@ -72,9 +72,10 @@
7272
"eslint-plugin-react": "^7.22.0",
7373
"eslint-plugin-react-hooks": "^4.2.0",
7474
"express": "^4.17.1",
75-
"favicons-webpack-plugin": "^5.0.0-alpha.3",
75+
"favicons": "^6.2.0",
76+
"favicons-webpack-plugin": "^5.0.0",
7677
"file-loader": "^6.2.0",
77-
"html-webpack-plugin": "^5.0.0-alpha.14",
78+
"html-webpack-plugin": "^5.0.0",
7879
"http-proxy-middleware": "^1.0.6",
7980
"jest": "^26.6.3",
8081
"jest-canvas-mock": "^2.3.0",
@@ -94,7 +95,7 @@
9495
"ts-jest": "^26.5.0",
9596
"typescript": "4.1.3",
9697
"url-loader": "^4.1.1",
97-
"webpack": "^5.20.0",
98+
"webpack": "^5.20.1",
9899
"webpack-cli": "^4.5.0",
99100
"webpack-dev-middleware": "^4.1.0",
100101
"webpack-hot-middleware": "^2.25.0",

0 commit comments

Comments
 (0)