Skip to content

Commit

Permalink
Remove url-search-params-polyfill (included in babel now) (#4079)
Browse files Browse the repository at this point in the history
  • Loading branch information
VIKTORVAV99 authored May 3, 2022
1 parent a79bc02 commit 77668ca
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
3 changes: 1 addition & 2 deletions web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@
"styled-components": "^5.0.1",
"sunrise-sunset-js": "^2.2.1",
"swr": "^1.0.1",
"topojson": "^3.0.2",
"url-search-params-polyfill": "^8.1.0"
"topojson": "^3.0.2"
},
"devDependencies": {
"@babel/core": "^7.17.10",
Expand Down
1 change: 0 additions & 1 deletion web/src/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { Router } from 'react-router-dom';
import { Provider } from 'react-redux';

import 'mapbox-gl/dist/mapbox-gl.css'; // Required for map zooming buttons
import 'url-search-params-polyfill'; // For IE 11 support

import { history } from './helpers/router';
import { store, sagaMiddleware } from './store';
Expand Down
5 changes: 0 additions & 5 deletions web/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11702,11 +11702,6 @@ url-parse-lax@^1.0.0:
dependencies:
prepend-http "^1.0.1"

url-search-params-polyfill@^8.1.0:
version "8.1.0"
resolved "https://registry.yarnpkg.com/url-search-params-polyfill/-/url-search-params-polyfill-8.1.0.tgz#5c15b69687165bfd4f6c7d8a161d70d85385885b"
integrity sha512-MRG3vzXyG20BJ2fox50/9ZRoe+2h3RM7DIudVD2u/GY9MtayO1Dkrna76IUOak+uoUPVWbyR0pHCzxctP/eDYQ==

url@^0.11.0:
version "0.11.0"
resolved "https://registry.yarnpkg.com/url/-/url-0.11.0.tgz#3838e97cfc60521eb73c525a8e55bfdd9e2e28f1"
Expand Down

0 comments on commit 77668ca

Please sign in to comment.