-
- Downloads
Drop unnecessary unfetch and url polyfills
Because we no longer need to support IE
... | @@ -120,8 +120,6 @@ | ... | @@ -120,8 +120,6 @@ |
"redux-mock-store": "^1.5.1", | "redux-mock-store": "^1.5.1", | ||
"redux-saga-test-plan": "^4.0.0-rc.3", | "redux-saga-test-plan": "^4.0.0-rc.3", | ||
"terser-webpack-plugin": "^5.3.1", | "terser-webpack-plugin": "^5.3.1", | ||
"unfetch": "^4.1.0", | |||
"url-polyfill": "^1.1.7", | |||
"webpack": "^5.70.0", | "webpack": "^5.70.0", | ||
"webpack-cli": "^5.0.0", | "webpack-cli": "^5.0.0", | ||
"webpack-dev-server": "^4.7.4" | "webpack-dev-server": "^4.7.4" | ||
... | ... |
Please register or sign in to comment