Bump RME
fixes: Code does not highlight until editor is focused fixes: Improved pasting behavior fixes: Error when pasting iframes from elsewhere
This commit is contained in:
parent
46bcc2e2ae
commit
8ea746dbe8
@ -158,7 +158,7 @@
|
||||
"react-waypoint": "^9.0.2",
|
||||
"react-window": "^1.8.6",
|
||||
"reakit": "^1.3.6",
|
||||
"rich-markdown-editor": "^11.5.0",
|
||||
"rich-markdown-editor": "^11.6.0",
|
||||
"semver": "^7.3.2",
|
||||
"sequelize": "^6.3.4",
|
||||
"sequelize-cli": "^6.2.0",
|
||||
|
14
yarn.lock
14
yarn.lock
@ -11300,10 +11300,10 @@ retry-as-promised@^3.2.0:
|
||||
dependencies:
|
||||
any-promise "^1.3.0"
|
||||
|
||||
rich-markdown-editor@^11.5.0:
|
||||
version "11.5.0"
|
||||
resolved "https://registry.yarnpkg.com/rich-markdown-editor/-/rich-markdown-editor-11.5.0.tgz#e087729af8514c5e87da38f555c66179a566915a"
|
||||
integrity sha512-VDsX4viHq5dFOcHSey5/IpbrKPqGfgF5zU1Zs1ZsbBTi9yycHxdZ+HRuAfJmE6ggfWLkIFf15Dt+gwoYRNspJA==
|
||||
rich-markdown-editor@^11.6.0:
|
||||
version "11.6.0"
|
||||
resolved "https://registry.yarnpkg.com/rich-markdown-editor/-/rich-markdown-editor-11.6.0.tgz#f5f47feadf93a9d63f8ce4905482fcf38d2b3c56"
|
||||
integrity sha512-mZHq+FWLbEVivIZNgeHO9hMHsIRV+g5tdTCq/hfz4wWAMRt+f14e+YIMW6QSYAlRXs9WmsNm5eOZ3oc9anAXkA==
|
||||
dependencies:
|
||||
copy-to-clipboard "^3.0.8"
|
||||
lodash "^4.17.11"
|
||||
@ -11329,7 +11329,6 @@ rich-markdown-editor@^11.5.0:
|
||||
resize-observer-polyfill "^1.5.1"
|
||||
slugify "^1.4.0"
|
||||
smooth-scroll-into-view-if-needed "^1.1.29"
|
||||
typescript "3.7.5"
|
||||
|
||||
rimraf@2, rimraf@^2.3.4, rimraf@^2.5.4, rimraf@^2.6.2, rimraf@^2.6.3:
|
||||
version "2.7.1"
|
||||
@ -12931,11 +12930,6 @@ typescript-compiler@^1.4.1-2:
|
||||
resolved "https://registry.yarnpkg.com/typescript-compiler/-/typescript-compiler-1.4.1-2.tgz#ba4f7db22d91534a1929d90009dce161eb72fd3f"
|
||||
integrity sha1-uk99si2RU0oZKdkACdzhYety/T8=
|
||||
|
||||
typescript@3.7.5:
|
||||
version "3.7.5"
|
||||
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.7.5.tgz#0692e21f65fd4108b9330238aac11dd2e177a1ae"
|
||||
integrity sha512-/P5lkRXkWHNAbcJIiHPfRoKqyd7bsyCma1hZNUGfn20qm64T6ZBlrzprymeu918H+mB/0rIg2gGK/BXkhhYgBw==
|
||||
|
||||
typescript@^3.6.4:
|
||||
version "3.9.7"
|
||||
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.9.7.tgz#98d600a5ebdc38f40cb277522f12dc800e9e25fa"
|
||||
|
Reference in New Issue
Block a user