fix(editor): Upgrade RME, improved link pasting

This commit is contained in:
Tom Moor
2020-09-21 20:33:58 -07:00
parent 9aa81dcf82
commit fa96891c8e
2 changed files with 6 additions and 6 deletions

View File

@@ -140,7 +140,7 @@
"react-portal": "^4.0.0",
"react-router-dom": "^5.1.2",
"react-waypoint": "^9.0.2",
"rich-markdown-editor": "^11.0.0-6",
"rich-markdown-editor": "^11.0.0-7",
"semver": "^7.3.2",
"sequelize": "^6.3.4",
"sequelize-cli": "^6.2.0",
@@ -195,4 +195,4 @@
"js-yaml": "^3.13.1"
},
"version": "0.47.1"
}
}

View File

@@ -9887,10 +9887,10 @@ retry-as-promised@^3.2.0:
dependencies:
any-promise "^1.3.0"
rich-markdown-editor@^11.0.0-6:
version "11.0.0-6"
resolved "https://registry.yarnpkg.com/rich-markdown-editor/-/rich-markdown-editor-11.0.0-6.tgz#69739c838a7ef0f28d9dcbb5942eebc9a682546e"
integrity sha512-l2Jt4cuKwqOe4VBwNiZM/tiQqym6eLNAgBk5n8Tb06TLJEMOWQpDH5wMN+k9c7ft098gRTlLcdELt7nF2zWY5Q==
rich-markdown-editor@^11.0.0-7:
version "11.0.0-7"
resolved "https://registry.yarnpkg.com/rich-markdown-editor/-/rich-markdown-editor-11.0.0-7.tgz#2e7501cd37d921eb0e914e02ab076f1acb975b14"
integrity sha512-/17u4wwTv5FqWQf2NG+YhY4nbmrJl/dy//7ToGSBe8dSVcb01B8mLGqwDZ2D3PgmZqtUxbblOF2Q4E8QpQalTQ==
dependencies:
copy-to-clipboard "^3.0.8"
lodash "^4.17.11"