From a3bc73ac79f6384c7ac9f513b974fac7443ae8c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?marcin=20miko=C5=82ajczak?= Date: Mon, 21 Aug 2023 17:14:32 +0200 Subject: [PATCH] Replace lexical-remark with a fork for now MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: marcin mikołajczak --- package.json | 2 +- yarn.lock | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 542db6f33..1f9ccdb8e 100644 --- a/package.json +++ b/package.json @@ -138,7 +138,7 @@ "intl-pluralrules": "^1.3.1", "leaflet": "^1.8.0", "lexical": "^0.11.3", - "lexical-remark": "^0.3.8", + "lexical-remark": "https://github.com/mkljczk/lexical-remark#v0.3.9", "libphonenumber-js": "^1.10.8", "line-awesome": "^1.3.0", "localforage": "^1.10.0", diff --git a/yarn.lock b/yarn.lock index d6f14ecbf..6585a0a17 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9344,10 +9344,9 @@ levn@~0.3.0: prelude-ls "~1.1.2" type-check "~0.3.2" -lexical-remark@^0.3.8: - version "0.3.8" - resolved "https://registry.yarnpkg.com/lexical-remark/-/lexical-remark-0.3.8.tgz#fd248626bce32f4108a2b302315182ab49826753" - integrity sha512-781wAQnfI2cPZjbJDhjDn8ntLjc5aSJmUNswXq1+9Rpox6l5Vwz/TUOqPgCJsL2S8CU9kPA/4L6N2bXm3gPsYA== +"lexical-remark@https://github.com/mkljczk/lexical-remark#v0.3.9": + version "0.3.9" + resolved "https://github.com/mkljczk/lexical-remark#391a1993c09ae448982fce2e75aedae1f03febf2" dependencies: "@nexusmods/eslint-plugin-nexusmods" "^0.0.6" eslint "^8.41.0"