mirror of
https://github.com/koreanbots/core.git
synced 2025-12-15 14:10:22 +00:00
deps: updated react-showdown
This commit is contained in:
parent
7c58efe243
commit
17a6785b5e
@ -48,7 +48,7 @@
|
|||||||
"react-hotkeys": "2.0.0",
|
"react-hotkeys": "2.0.0",
|
||||||
"react-responsive-modal": "6.0.1",
|
"react-responsive-modal": "6.0.1",
|
||||||
"react-select": "4.3.0",
|
"react-select": "4.3.0",
|
||||||
"react-showdown": "2.1.0",
|
"react-showdown": "^2.3.0",
|
||||||
"react-sortable-hoc": "2.0.0",
|
"react-sortable-hoc": "2.0.0",
|
||||||
"react-use-clipboard": "1.0.7",
|
"react-use-clipboard": "1.0.7",
|
||||||
"sanitize-html": "2.3.3",
|
"sanitize-html": "2.3.3",
|
||||||
|
|||||||
21
yarn.lock
21
yarn.lock
@ -3685,6 +3685,16 @@ htmlparser2@^6.0.0:
|
|||||||
domutils "^2.4.4"
|
domutils "^2.4.4"
|
||||||
entities "^2.0.0"
|
entities "^2.0.0"
|
||||||
|
|
||||||
|
htmlparser2@^6.0.1:
|
||||||
|
version "6.0.1"
|
||||||
|
resolved "https://registry.yarnpkg.com/htmlparser2/-/htmlparser2-6.0.1.tgz#422521231ef6d42e56bd411da8ba40aa36e91446"
|
||||||
|
integrity sha512-GDKPd+vk4jvSuvCbyuzx/unmXkk090Azec7LovXP8as1Hn8q9p3hbjmDGbUqqhknw0ajwit6LiiWqfiTUPMK7w==
|
||||||
|
dependencies:
|
||||||
|
domelementtype "^2.0.1"
|
||||||
|
domhandler "^4.0.0"
|
||||||
|
domutils "^2.4.4"
|
||||||
|
entities "^2.0.0"
|
||||||
|
|
||||||
http-errors@1.7.3:
|
http-errors@1.7.3:
|
||||||
version "1.7.3"
|
version "1.7.3"
|
||||||
resolved "https://registry.npmjs.org/http-errors/-/http-errors-1.7.3.tgz"
|
resolved "https://registry.npmjs.org/http-errors/-/http-errors-1.7.3.tgz"
|
||||||
@ -6512,12 +6522,13 @@ react-select@4.3.0:
|
|||||||
react-input-autosize "^3.0.0"
|
react-input-autosize "^3.0.0"
|
||||||
react-transition-group "^4.3.0"
|
react-transition-group "^4.3.0"
|
||||||
|
|
||||||
react-showdown@2.1.0:
|
react-showdown@^2.3.0:
|
||||||
version "2.1.0"
|
version "2.3.0"
|
||||||
resolved "https://registry.npmjs.org/react-showdown/-/react-showdown-2.1.0.tgz"
|
resolved "https://registry.yarnpkg.com/react-showdown/-/react-showdown-2.3.0.tgz#904fb3daad663628d403bd68828c2b5324246cda"
|
||||||
integrity sha512-R9ce/09iMvhzeYsqhzaMbpzp8Rp9T0SoRwNF0dnu+qGBRXnhO0Vs7SEcqqigftbo2fk+nc4HOfS3maMfKI7HhA==
|
integrity sha512-Hf44I8pK1jqfoRBjPZ/HxIjWXm7l0dklg2N1518BQ/styI+Ko++NChhLaZVZydg6F04FEZaPGuzrmvpsl5pVZg==
|
||||||
dependencies:
|
dependencies:
|
||||||
htmlparser2 "^4.1.0"
|
domhandler "^4.0.0"
|
||||||
|
htmlparser2 "^6.0.1"
|
||||||
showdown "^1.9.1"
|
showdown "^1.9.1"
|
||||||
|
|
||||||
react-sortable-hoc@2.0.0:
|
react-sortable-hoc@2.0.0:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user