From 1881e33d9b920b12258728516179d643f35ff8c7 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 1 May 2021 02:22:45 +0000 Subject: [PATCH] build(deps): bump slate-history from 0.58.3 to 0.62.0 Bumps [slate-history](https://github.com/ianstormtaylor/slate) from 0.58.3 to 0.62.0. - [Release notes](https://github.com/ianstormtaylor/slate/releases) - [Commits](https://github.com/ianstormtaylor/slate/commits) Signed-off-by: dependabot-preview[bot] --- packages/client/package.json | 2 +- packages/example/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/client/package.json b/packages/client/package.json index cffffce..2a6f4d6 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -29,7 +29,7 @@ "@slate-collaborative/bridge": "^0.7.2", "automerge": "0.14.0", "slate": "0.59.0", - "slate-history": "0.58.3", + "slate-history": "0.62.0", "socket.io-client": "^2.3.0", "typescript": "^3.8.3" }, diff --git a/packages/example/package.json b/packages/example/package.json index a688714..2bfab17 100644 --- a/packages/example/package.json +++ b/packages/example/package.json @@ -18,7 +18,7 @@ "react-dom": "^17.0.1", "react-scripts": "3.1.2", "slate": "0.59.0", - "slate-history": "0.58.3", + "slate-history": "0.62.0", "slate-react": "0.59.0" }, "scripts": {