aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2018-11-07 13:19:58 +0300
committerGravatar Vitaly Takmazov2018-11-07 13:20:43 +0300
commit4edc6274d6ecfae337398814cb24094d05671169 (patch)
tree3896c350eb95efa0e0f90888fd9949d044c4db3e
parent6b3b23c4afbb432312b7c8ae5d650c1b1da5a2e3 (diff)
url-polyfill
-rw-r--r--juick-server/package.json2
-rw-r--r--juick-server/src/main/assets/scripts.js2
-rw-r--r--juick-server/yarn.lock8
3 files changed, 6 insertions, 6 deletions
diff --git a/juick-server/package.json b/juick-server/package.json
index 2e703418..bfc440a9 100644
--- a/juick-server/package.json
+++ b/juick-server/package.json
@@ -57,7 +57,7 @@
"element-closest": "^2.0.2",
"evil-icons": "^1.10.1",
"formdata-polyfill": "^3.0.12",
- "url-search-params-polyfill": "^5.0.0",
+ "url-polyfill": "^1.1.0",
"whatwg-fetch": "^3.0.0"
}
}
diff --git a/juick-server/src/main/assets/scripts.js b/juick-server/src/main/assets/scripts.js
index a3e8f987..cc91a6cf 100644
--- a/juick-server/src/main/assets/scripts.js
+++ b/juick-server/src/main/assets/scripts.js
@@ -1,6 +1,6 @@
require('element-closest');
require('classlist.js');
-require('url-search-params-polyfill');
+require('url-polyfill');
require('formdata-polyfill');
import { embedLinksToX, embedAll, format } from './embed';
diff --git a/juick-server/yarn.lock b/juick-server/yarn.lock
index e5325cd5..b7451528 100644
--- a/juick-server/yarn.lock
+++ b/juick-server/yarn.lock
@@ -6200,10 +6200,10 @@ url-loader@^1.1.2:
mime "^2.0.3"
schema-utils "^1.0.0"
-url-search-params-polyfill@^5.0.0:
- version "5.0.0"
- resolved "https://registry.yarnpkg.com/url-search-params-polyfill/-/url-search-params-polyfill-5.0.0.tgz#09b98337c89dcf6c6a6a0bfeb096f6ba83b7526b"
- integrity sha512-+SCD22QJp4UnqPOI5UTTR0Ljuh8cHbjEf1lIiZrZ8nHTlTixqwVsVQTSfk5vrmDz7N09/Y+ka5jQr0ff35FnQQ==
+url-polyfill@^1.1.0:
+ version "1.1.0"
+ resolved "https://registry.yarnpkg.com/url-polyfill/-/url-polyfill-1.1.0.tgz#d34e1a596d954b864bc8608f84c592820df422db"
+ integrity sha512-QAbzqCwd84yA6VyjV30aZXla+lrRmczDurvlsVnK+tFOu677ZNGz8shcFWQRp5BF9/z7qvNiCQLqpWPtVoUEBg==
url@^0.11.0:
version "0.11.0"