From 5aec5cc6469d19c80ea66c6ec96c6c5dc02e81da Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 17:16:53 +0800 Subject: [PATCH] fix(deps): update dependency slate-history to ^0.109.0 (#120) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: cycleccc <2991205548@qq.com> --- packages/core/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/core/package.json b/packages/core/package.json index 76cd0d046..d9607c828 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -61,7 +61,7 @@ "html-void-elements": "^2.0.0", "i18next": "^20.4.0", "scroll-into-view-if-needed": "^2.2.28", - "slate-history": "^0.66.0" + "slate-history": "^0.109.0" }, "devDependencies": { "@types/is-hotkey": "^0.1.2" diff --git a/yarn.lock b/yarn.lock index 1905aa9ba..875a62b1a 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8420,10 +8420,10 @@ slash@^3.0.0: resolved "https://registry.npmmirror.com/slash/-/slash-3.0.0.tgz#6539be870c165adbd5240220dbe361f1bc4d4634" integrity sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q== -slate-history@^0.66.0: - version "0.66.0" - resolved "https://registry.npmmirror.com/slate-history/download/slate-history-0.66.0.tgz#ac63fddb903098ceb4c944433e3f75fe63acf940" - integrity sha1-rGP925AwmM60yURDPj91/mOs+UA= +slate-history@^0.109.0: + version "0.109.0" + resolved "https://registry.npmjs.org/slate-history/-/slate-history-0.109.0.tgz#4e93e090a565bbb06b2f9914927705ad46080f64" + integrity sha512-DHavPwrTTAEAV66eAocB3iQHEj65N6IVtbRK98ZuqGT0S44T3zXlhzY+5SZ7EPxRcoOYVt1dioRxXYM/+PmCiQ== dependencies: is-plain-object "^5.0.0"