Bump @liveblocks/client from 1.9.8 to 1.10.0

Bumps [@liveblocks/client](https://github.com/liveblocks/liveblocks/tree/HEAD/packages/liveblocks-client) 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-client)

---
updated-dependencies:
- dependency-name: "@liveblocks/client"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-02-21 18:50:15 +00:00 committed by GitHub
parent c88e67a2d9
commit ab79e395ef
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 19 additions and 6 deletions

23
package-lock.json generated
View file

@ -11,7 +11,7 @@
"dependencies": { "dependencies": {
"@clerk/nextjs": "^4.29.3", "@clerk/nextjs": "^4.29.3",
"@hello-pangea/dnd": "^16.5.0", "@hello-pangea/dnd": "^16.5.0",
"@liveblocks/client": "^1.9.8", "@liveblocks/client": "^1.10.0",
"@liveblocks/node": "^1.9.8", "@liveblocks/node": "^1.9.8",
"@liveblocks/react": "^1.9.8", "@liveblocks/react": "^1.9.8",
"@prisma/client": "^5.10.1", "@prisma/client": "^5.10.1",
@ -484,13 +484,18 @@
} }
}, },
"node_modules/@liveblocks/client": { "node_modules/@liveblocks/client": {
"version": "1.9.8", "version": "1.10.0",
"resolved": "https://registry.npmjs.org/@liveblocks/client/-/client-1.9.8.tgz", "resolved": "https://registry.npmjs.org/@liveblocks/client/-/client-1.10.0.tgz",
"integrity": "sha512-qNFHMKOLLPNlo0HaVL7jfh877PngWYIxuZrpfnFdttR/NtDlt1gH9cL/xoyV5roULf6a5tONcMt2NqJXAFkVEw==", "integrity": "sha512-UL32qEgjYdUaQbTBnMAegab4umVRQYFJEBccVW94hDc2wwxdf0rIcqZTvZOX2vqmWXWhKiIiWo1Pu8rCTorFfg==",
"dependencies": { "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": { "node_modules/@liveblocks/core": {
"version": "1.9.8", "version": "1.9.8",
"resolved": "https://registry.npmjs.org/@liveblocks/core/-/core-1.9.8.tgz", "resolved": "https://registry.npmjs.org/@liveblocks/core/-/core-1.9.8.tgz",
@ -521,6 +526,14 @@
"react": "^16.14.0 || ^17 || ^18" "react": "^16.14.0 || ^17 || ^18"
} }
}, },
"node_modules/@liveblocks/react/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==",
"dependencies": {
"@liveblocks/core": "1.9.8"
}
},
"node_modules/@next/env": { "node_modules/@next/env": {
"version": "14.1.0", "version": "14.1.0",
"resolved": "https://registry.npmjs.org/@next/env/-/env-14.1.0.tgz", "resolved": "https://registry.npmjs.org/@next/env/-/env-14.1.0.tgz",

View file

@ -14,7 +14,7 @@
"dependencies": { "dependencies": {
"@clerk/nextjs": "^4.29.3", "@clerk/nextjs": "^4.29.3",
"@hello-pangea/dnd": "^16.5.0", "@hello-pangea/dnd": "^16.5.0",
"@liveblocks/client": "^1.9.8", "@liveblocks/client": "^1.10.0",
"@liveblocks/node": "^1.9.8", "@liveblocks/node": "^1.9.8",
"@liveblocks/react": "^1.9.8", "@liveblocks/react": "^1.9.8",
"@prisma/client": "^5.10.1", "@prisma/client": "^5.10.1",