Add URL search paramas polyfill

pull/21833/head
Richard Lewis 2017-10-27 16:38:49 +01:00
parent 7662b5ac8f
commit 0a7273bf1d
2 changed files with 6 additions and 0 deletions

5
package-lock.json generated
View File

@ -6241,6 +6241,11 @@
}
}
},
"url-search-params": {
"version": "0.10.0",
"resolved": "https://registry.npmjs.org/url-search-params/-/url-search-params-0.10.0.tgz",
"integrity": "sha512-oFPzmbPAbdthStgffGq8alULe47skPDt1X3KW6NOQnKkcLHP4IS1NfdfHG/CBP5lGsr2gDzNp87pfWLx/eIxjw=="
},
"user-home": {
"version": "1.1.1",
"resolved": "https://registry.npmjs.org/user-home/-/user-home-1.1.1.tgz",

View File

@ -81,6 +81,7 @@
"sanitize-html": "^1.14.1",
"text-encoding-utf-8": "^1.0.1",
"url": "^0.11.0",
"url-search-params": "^0.10.0",
"velocity-vector": "vector-im/velocity#059e3b2",
"whatwg-fetch": "^1.0.0"
},