From 2953d09ee178799ddb5d4a298952e23a1b13d301 Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Sun, 5 Jul 2020 20:44:37 -0700 Subject: [PATCH] fix: Bump RME --- package.json | 4 ++-- yarn.lock | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index df9e13d76..c2c831de3 100644 --- a/package.json +++ b/package.json @@ -141,7 +141,7 @@ "react-portal": "^4.0.0", "react-router-dom": "^5.1.2", "react-waypoint": "^9.0.2", - "rich-markdown-editor": "^10.2.1-0", + "rich-markdown-editor": "^10.2.1", "semver": "^7.3.2", "sequelize": "^5.21.1", "sequelize-cli": "^5.5.0", @@ -192,4 +192,4 @@ "js-yaml": "^3.13.1" }, "version": "0.44.0" -} +} \ No newline at end of file diff --git a/yarn.lock b/yarn.lock index 76ae848ce..b217eeee7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8604,10 +8604,10 @@ retry-as-promised@^3.2.0: dependencies: any-promise "^1.3.0" -rich-markdown-editor@^10.2.1-0: - version "10.2.1-0" - resolved "https://registry.yarnpkg.com/rich-markdown-editor/-/rich-markdown-editor-10.2.1-0.tgz#014ffd8ea7f12ee6f7f0b3a347b3e50713ec4329" - integrity sha512-dVovGiFMFuZN4skRwArL9z7NSSHYpVAryHsD8OafUxFJ/NB4se6z3lxom2mGL88paRJnP2T7VjC8pfAjsDac+A== +rich-markdown-editor@^10.2.1: + version "10.2.1" + resolved "https://registry.yarnpkg.com/rich-markdown-editor/-/rich-markdown-editor-10.2.1.tgz#b76ac31070b087dc497691618274a12260274d35" + integrity sha512-bZcU4+N226Iey7SJB/tlGxl9EORplHokFIVH1Wg6HZ2oJfxgbM1Y0f7JWghv3wliW6ac7qaRNjj+Q66Vqxv7pw== dependencies: copy-to-clipboard "^3.0.8" lodash "^4.17.11"