Skip to content
Snippets Groups Projects
Commit 5f633d36 authored by Igor Markin's avatar Igor Markin
Browse files

Merge branch 'polyfill-url' into 'master'

Add URL polyfill for support in Google Addon

See merge request !10
parents 3b125026 1eacc0d3
No related branches found
No related tags found
1 merge request!10Add URL polyfill for support in Google Addon
...@@ -36,5 +36,7 @@ ...@@ -36,5 +36,7 @@
"pre-commit": "lint-staged" "pre-commit": "lint-staged"
} }
}, },
"dependencies": {} "dependencies": {
"url-polyfill": "^1.1.12"
}
} }
...@@ -4865,6 +4865,11 @@ urix@^0.1.0: ...@@ -4865,6 +4865,11 @@ urix@^0.1.0:
resolved "https://registry.yarnpkg.com/urix/-/urix-0.1.0.tgz#da937f7a62e21fec1fd18d49b35c2935067a6c72" resolved "https://registry.yarnpkg.com/urix/-/urix-0.1.0.tgz#da937f7a62e21fec1fd18d49b35c2935067a6c72"
integrity sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI= integrity sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI=
url-polyfill@^1.1.12:
version "1.1.12"
resolved "https://registry.yarnpkg.com/url-polyfill/-/url-polyfill-1.1.12.tgz#6cdaa17f6b022841b3aec0bf8dbd87ac0cd33331"
integrity sha512-mYFmBHCapZjtcNHW0MDq9967t+z4Dmg5CJ0KqysK3+ZbyoNOWQHksGCTWwDhxGXllkWlOc10Xfko6v4a3ucM6A==
use@^3.1.0: use@^3.1.0:
version "3.1.1" version "3.1.1"
resolved "https://registry.yarnpkg.com/use/-/use-3.1.1.tgz#d50c8cac79a19fbc20f2911f56eb973f4e10070f" resolved "https://registry.yarnpkg.com/use/-/use-3.1.1.tgz#d50c8cac79a19fbc20f2911f56eb973f4e10070f"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment