Bump editor

- Fixes enter with horizontal gap cursor
- Improves pasting behavior
- Fixes heading uncollapse when value changes
- Fixes notice blocks not hidden with other collapsed content
closes #2371
This commit is contained in:
Tom Moor
2021-07-27 17:50:16 -04:00
parent fdc1955b91
commit fc551c91bd
2 changed files with 5 additions and 5 deletions

View File

@@ -143,7 +143,7 @@
"react-window": "^1.8.6",
"reakit": "^1.3.8",
"regenerator-runtime": "^0.13.7",
"rich-markdown-editor": "^11.15.0-0",
"rich-markdown-editor": "^11.16.0",
"semver": "^7.3.2",
"sequelize": "^6.3.4",
"sequelize-cli": "^6.2.0",

View File

@@ -11566,10 +11566,10 @@ retry-as-promised@^3.2.0:
dependencies:
any-promise "^1.3.0"
rich-markdown-editor@^11.15.0-0:
version "11.15.0-0"
resolved "https://registry.yarnpkg.com/rich-markdown-editor/-/rich-markdown-editor-11.15.0-0.tgz#124b914854ce452db40996bf135cd7dc96462e52"
integrity sha512-OlSSbLQ7a7SgVhx0D0pukPuDMm4Qi3uSO3Nn7dmus8GkLZ08hJFJEhEZv/QqwY/uP46RVQRRtJ18vqO3b1qpiw==
rich-markdown-editor@^11.16.0:
version "11.16.0"
resolved "https://registry.yarnpkg.com/rich-markdown-editor/-/rich-markdown-editor-11.16.0.tgz#7a6831df7b3ce728feff556a0455836ebbaa93b4"
integrity sha512-khZ59Q9TgSSNN37coEu20tdREJHOO7eOBcqaVvXRcXjKipDNqRM5VnPyOkEMmvU4ApiDwpcnxbMCPAfiW6kfZg==
dependencies:
copy-to-clipboard "^3.0.8"
lodash "^4.17.11"