From d4c29a6dba8fc353d948bddc383626bda29d190e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Feb 2024 18:50:15 +0000 Subject: [PATCH] Bump @liveblocks/react from 1.9.8 to 1.10.0 Bumps [@liveblocks/react](https://github.com/liveblocks/liveblocks/tree/HEAD/packages/liveblocks-react) from 1.9.8 to 1.10.0. - [Release notes](https://github.com/liveblocks/liveblocks/releases) - [Changelog](https://github.com/liveblocks/liveblocks/blob/main/CHANGELOG.md) - [Commits](https://github.com/liveblocks/liveblocks/commits/v1.10.0/packages/liveblocks-react) --- updated-dependencies: - dependency-name: "@liveblocks/react" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- package-lock.json | 30 ++++++++++++++++++++---------- package.json | 2 +- 2 files changed, 21 insertions(+), 11 deletions(-) diff --git a/package-lock.json b/package-lock.json index bf3cb48..7948b8b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13,7 +13,7 @@ "@hello-pangea/dnd": "^16.5.0", "@liveblocks/client": "^1.9.8", "@liveblocks/node": "^1.9.8", - "@liveblocks/react": "^1.9.8", + "@liveblocks/react": "^1.10.0", "@prisma/client": "^5.10.1", "@radix-ui/react-accordion": "^1.1.2", "@radix-ui/react-avatar": "^1.0.4", @@ -484,13 +484,18 @@ } }, "node_modules/@liveblocks/client": { - "version": "1.9.8", - "resolved": "https://registry.npmjs.org/@liveblocks/client/-/client-1.9.8.tgz", - "integrity": "sha512-qNFHMKOLLPNlo0HaVL7jfh877PngWYIxuZrpfnFdttR/NtDlt1gH9cL/xoyV5roULf6a5tONcMt2NqJXAFkVEw==", + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/@liveblocks/client/-/client-1.10.0.tgz", + "integrity": "sha512-UL32qEgjYdUaQbTBnMAegab4umVRQYFJEBccVW94hDc2wwxdf0rIcqZTvZOX2vqmWXWhKiIiWo1Pu8rCTorFfg==", "dependencies": { - "@liveblocks/core": "1.9.8" + "@liveblocks/core": "1.10.0" } }, + "node_modules/@liveblocks/client/node_modules/@liveblocks/core": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/@liveblocks/core/-/core-1.10.0.tgz", + "integrity": "sha512-FwIHCITs34GrsjEx9gty+4KQQ89IDjKoivuuqDio0oSoZeZn2z5QxOfX6T2E189HDrviTp2998vtz7kKQLCPiA==" + }, "node_modules/@liveblocks/core": { "version": "1.9.8", "resolved": "https://registry.npmjs.org/@liveblocks/core/-/core-1.9.8.tgz", @@ -508,12 +513,12 @@ } }, "node_modules/@liveblocks/react": { - "version": "1.9.8", - "resolved": "https://registry.npmjs.org/@liveblocks/react/-/react-1.9.8.tgz", - "integrity": "sha512-8ZXHeG8StX5g/YZ5LYejgHBPC5WAQX8vqxshsT0kVyvP+vZCId0FCA/74uAp5DTzP0UVyQ28mINWsHqVC7t/9w==", + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/@liveblocks/react/-/react-1.10.0.tgz", + "integrity": "sha512-SASkpQFeeHtD3QG+4sCZ9v4ofVyhZB3EE1jYTSzvnVMaoxThyOlxt5FRzRa/XZRpjihbQOpI6vLdiZGZDBgVJw==", "dependencies": { - "@liveblocks/client": "1.9.8", - "@liveblocks/core": "1.9.8", + "@liveblocks/client": "1.10.0", + "@liveblocks/core": "1.10.0", "nanoid": "^3", "use-sync-external-store": "^1.2.0" }, @@ -521,6 +526,11 @@ "react": "^16.14.0 || ^17 || ^18" } }, + "node_modules/@liveblocks/react/node_modules/@liveblocks/core": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/@liveblocks/core/-/core-1.10.0.tgz", + "integrity": "sha512-FwIHCITs34GrsjEx9gty+4KQQ89IDjKoivuuqDio0oSoZeZn2z5QxOfX6T2E189HDrviTp2998vtz7kKQLCPiA==" + }, "node_modules/@next/env": { "version": "14.1.0", "resolved": "https://registry.npmjs.org/@next/env/-/env-14.1.0.tgz", diff --git a/package.json b/package.json index de5d106..5ccdeb4 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@hello-pangea/dnd": "^16.5.0", "@liveblocks/client": "^1.9.8", "@liveblocks/node": "^1.9.8", - "@liveblocks/react": "^1.9.8", + "@liveblocks/react": "^1.10.0", "@prisma/client": "^5.10.1", "@radix-ui/react-accordion": "^1.1.2", "@radix-ui/react-avatar": "^1.0.4",