mirror of
https://github.com/vector-im/hydrogen-web.git
synced 2024-12-23 19:45:05 +01:00
Add URI decoder
This commit is contained in:
parent
25d0cbe9a2
commit
620cf9d93f
@ -66,6 +66,7 @@
|
|||||||
"bs58": "^4.0.1",
|
"bs58": "^4.0.1",
|
||||||
"dompurify": "^2.3.0",
|
"dompurify": "^2.3.0",
|
||||||
"es6-promise": "https://github.com/bwindels/es6-promise.git#bwindels/expose-flush",
|
"es6-promise": "https://github.com/bwindels/es6-promise.git#bwindels/expose-flush",
|
||||||
"text-encoding": "^0.7.0"
|
"text-encoding": "^0.7.0",
|
||||||
|
"matrix-uri-parser": "git+ssh://git@github.com:matrix-org/matrix-uri-parser-js.git"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -3498,6 +3498,10 @@ matched@^5.0.0:
|
|||||||
glob "^7.1.6"
|
glob "^7.1.6"
|
||||||
picomatch "^2.2.1"
|
picomatch "^2.2.1"
|
||||||
|
|
||||||
|
"matrix-uri-parser@git+ssh://git@github.com:matrix-org/matrix-uri-parser-js.git":
|
||||||
|
version "0.1.0"
|
||||||
|
resolved "git+ssh://git@github.com:matrix-org/matrix-uri-parser-js.git#2fe013b1cd9e2a335d68e98f7a84e3782f8d40c4"
|
||||||
|
|
||||||
mdn-polyfills@^5.20.0:
|
mdn-polyfills@^5.20.0:
|
||||||
version "5.20.0"
|
version "5.20.0"
|
||||||
resolved "https://registry.yarnpkg.com/mdn-polyfills/-/mdn-polyfills-5.20.0.tgz#ca8247edf20a4f60dec6804372229812b348260b"
|
resolved "https://registry.yarnpkg.com/mdn-polyfills/-/mdn-polyfills-5.20.0.tgz#ca8247edf20a4f60dec6804372229812b348260b"
|
||||||
|
Loading…
Reference in New Issue
Block a user