Merge pull request #15 from ahmadk953/dependabot/npm_and_yarn/liveblocks/react-1.10.0

Bump @liveblocks/react from 1.9.8 to 1.10.0
This commit is contained in:
Ahmad 2024-02-21 13:52:27 -05:00 committed by GitHub
commit d8be36b653
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 21 additions and 11 deletions

30
package-lock.json generated
View file

@ -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",

View file

@ -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",