From f986221e941dde142df41ff199d7e2c2677677e2 Mon Sep 17 00:00:00 2001 From: thecodrr Date: Mon, 7 Dec 2020 19:01:41 +0500 Subject: [PATCH] chore: update notesnook-core --- apps/web/yarn.lock | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/apps/web/yarn.lock b/apps/web/yarn.lock index 5b7f3d404..a2d2fa92f 100644 --- a/apps/web/yarn.lock +++ b/apps/web/yarn.lock @@ -8962,9 +8962,21 @@ normalize-url@^3.0.0, normalize-url@^3.0.1: resolved "https://registry.yarnpkg.com/normalize-url/-/normalize-url-3.3.0.tgz#b2e1c4dc4f7c6d57743df733a4f5978d18650559" integrity sha512-U+JJi7duF1o+u2pynbp2zXDW2/PADgC30f0GsHZtRh+HOcXHnw137TrNlyxxRvWW5fjKd3bcLHPxofWuCjaeZg== +notes-core@../notes-core/: + version "4.2.0" + dependencies: + fast-sort "^2.0.1" + fuzzysearch "^1.0.3" + jshashes "^1.0.8" + no-internet "^1.5.2" + qclone "^1.0.4" + quill-delta-to-html "^0.12.0" + quill-delta-to-markdown "https://github.com/streetwriters/quill-delta-to-markdown" + transfun "^1.0.2" + "notes-core@git+ssh://git@github.com:streetwriters/notesnook-core.git": version "4.2.0" - resolved "git+ssh://git@github.com:streetwriters/notesnook-core.git#00f2f6c4e1e08a49ab0f707dd06a2d9744b61bea" + resolved "git+ssh://git@github.com:streetwriters/notesnook-core.git#f41deba51e2bb0c1209ce6b5883624eab026e13f" dependencies: fast-sort "^2.0.1" fuzzysearch "^1.0.3"