From a9df3f64cf63b661951bea9609f87df2c5ca939c Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Thu, 16 Sep 2021 18:42:42 -0700 Subject: [PATCH] fix: Headings and code should be toggleable --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index dc32ce08..eff5e884 100644 --- a/package.json +++ b/package.json @@ -150,7 +150,7 @@ "react-window": "^1.8.6", "reakit": "^1.3.8", "regenerator-runtime": "^0.13.7", - "rich-markdown-editor": "^11.17.7", + "rich-markdown-editor": "^11.17.8", "semver": "^7.3.2", "sequelize": "^6.3.4", "sequelize-cli": "^6.2.0", diff --git a/yarn.lock b/yarn.lock index 07d22a61..ec3684c3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -12482,10 +12482,10 @@ retry-as-promised@^3.2.0: dependencies: any-promise "^1.3.0" -rich-markdown-editor@^11.17.7: - version "11.17.7" - resolved "https://registry.yarnpkg.com/rich-markdown-editor/-/rich-markdown-editor-11.17.7.tgz#833b9532812a361a9cf4f7752e4e75c6b4bff9e4" - integrity sha512-SFIMDz8xOrasOMeMiPyFShlldd3ta1TsIe9F4M3Gkej9UxGDsjBUbKux8NGEssZrxgYNxIh9GMYgM3+IJv+/1g== +rich-markdown-editor@^11.17.8: + version "11.17.8" + resolved "https://registry.yarnpkg.com/rich-markdown-editor/-/rich-markdown-editor-11.17.8.tgz#f26aa3620ea716db052dc49053742f777b245a2c" + integrity sha512-XxiC3W12jjBzXejj/RUGvC5nvlBqInDFgXaoWzxttUv6s+A2JYnigURc7rOlcvgI1Lv8sN7PAqINPHPEooG+5g== dependencies: copy-to-clipboard "^3.0.8" lodash "^4.17.11"