Remove query-string dependency
Remove the query-string dependency and disallow use of Browserify's querystring package. Going forwards all query string construction and parsing should be done with URLSearchParams.
Showing
... | ... | @@ -77,7 +77,6 @@ |
"preact": "^10.4.0", | ||
"prettier": "2.3.2", | ||
"puppeteer": "^10.0.0", | ||
"query-string": "^3.0.1", | ||
"redux": "^4.0.1", | ||
"redux-thunk": "^2.1.0", | ||
"reselect": "^4.0.0", | ||
... | ... |
Please register or sign in to comment