Attempt to fix commonmark fork
This commit is contained in:
parent
a4b43e9cda
commit
514858ecf0
File diff suppressed because it is too large
Load Diff
|
@ -39,7 +39,7 @@
|
||||||
"@rocket.chat/sdk": "djorkaeffalexandre/Rocket.Chat.js.SDK#test.fix-ddp",
|
"@rocket.chat/sdk": "djorkaeffalexandre/Rocket.Chat.js.SDK#test.fix-ddp",
|
||||||
"@rocket.chat/ui-kit": "0.13.0",
|
"@rocket.chat/ui-kit": "0.13.0",
|
||||||
"bugsnag-react-native": "2.23.10",
|
"bugsnag-react-native": "2.23.10",
|
||||||
"commonmark": "git+https://github.com/RocketChat/commonmark.js.git",
|
"commonmark": "RocketChat/commonmark.js#fix.update-fork",
|
||||||
"commonmark-react-renderer": "git+https://github.com/RocketChat/commonmark-react-renderer.git",
|
"commonmark-react-renderer": "git+https://github.com/RocketChat/commonmark-react-renderer.git",
|
||||||
"deep-equal": "2.0.3",
|
"deep-equal": "2.0.3",
|
||||||
"ejson": "2.2.0",
|
"ejson": "2.2.0",
|
||||||
|
|
|
@ -5129,9 +5129,9 @@ commondir@^1.0.1:
|
||||||
pascalcase "^0.1.1"
|
pascalcase "^0.1.1"
|
||||||
xss-filters "^1.2.6"
|
xss-filters "^1.2.6"
|
||||||
|
|
||||||
"commonmark@git+https://github.com/RocketChat/commonmark.js.git":
|
commonmark@RocketChat/commonmark.js#fix.update-fork:
|
||||||
version "0.29.2"
|
version "0.29.2"
|
||||||
resolved "git+https://github.com/RocketChat/commonmark.js.git#020b5af060459ac2010e382e9ae431d48ed39777"
|
resolved "https://codeload.github.com/RocketChat/commonmark.js/tar.gz/66a60dfa1b1b8fa78b46eb6de81369394353baff"
|
||||||
dependencies:
|
dependencies:
|
||||||
entities "~2.0"
|
entities "~2.0"
|
||||||
mdurl "~1.0.1"
|
mdurl "~1.0.1"
|
||||||
|
|
Loading…
Reference in New Issue