File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 29
29
"react-dom" : " ^17.0.1" ,
30
30
"react-scripts" : " 4.0.0" ,
31
31
"typescript" : " ^4.0.3" ,
32
+ "url-search-params-polyfill" : " ^8.1.0" ,
32
33
"web-vitals" : " ^0.2.4"
33
34
},
34
35
"scripts" : {
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ import "./icons"
3
3
4
4
import React from 'react'
5
5
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome'
6
+ import "url-search-params-polyfill"
6
7
7
8
import Login from 'components/Login'
8
9
import PlaylistTable from "components/PlaylistTable"
Original file line number Diff line number Diff line change @@ -11656,6 +11656,11 @@ url-parse@^1.4.3:
11656
11656
querystringify "^2.1.1"
11657
11657
requires-port "^1.0.0"
11658
11658
11659
+ url-search-params-polyfill@^8.1.0:
11660
+ version "8.1.0"
11661
+ resolved "https://registry.yarnpkg.com/url-search-params-polyfill/-/url-search-params-polyfill-8.1.0.tgz#5c15b69687165bfd4f6c7d8a161d70d85385885b"
11662
+ integrity sha512-MRG3vzXyG20BJ2fox50/9ZRoe+2h3RM7DIudVD2u/GY9MtayO1Dkrna76IUOak+uoUPVWbyR0pHCzxctP/eDYQ==
11663
+
11659
11664
url@^0.11.0:
11660
11665
version "0.11.0"
11661
11666
resolved "https://registry.yarnpkg.com/url/-/url-0.11.0.tgz#3838e97cfc60521eb73c525a8e55bfdd9e2e28f1"
You can’t perform that action at this time.
0 commit comments