Bump @liveblocks/react from 1.11.3 to 1.12.0

Bumps [@liveblocks/react](https://github.com/liveblocks/liveblocks/tree/HEAD/packages/liveblocks-react) from 1.11.3 to 1.12.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.12.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] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-05-02 20:33:43 +00:00 committed by GitHub
parent 1db0c18684
commit ceb4ea8f77
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 12 additions and 17 deletions

View file

@ -16,7 +16,7 @@
"@hello-pangea/dnd": "^16.6.0",
"@liveblocks/client": "^1.11.0",
"@liveblocks/node": "^1.12.0",
"@liveblocks/react": "^1.11.3",
"@liveblocks/react": "^1.12.0",
"@microsoft/eslint-formatter-sarif": "^3.1.0",
"@prisma/client": "^5.13.0",
"@prisma/extension-accelerate": "^1.0.0",

View file

@ -203,17 +203,12 @@
"@jridgewell/resolve-uri" "^3.1.0"
"@jridgewell/sourcemap-codec" "^1.4.14"
"@liveblocks/client@1.11.3", "@liveblocks/client@^1.11.0":
version "1.11.3"
resolved "https://registry.yarnpkg.com/@liveblocks/client/-/client-1.11.3.tgz#e23ee36423d253aa4c254649b5d18309fcd86605"
integrity sha512-Vinzfrz/pBGN/l3XTDgYiUrBzs1xmzKzMtES/qHdIWxTVyVEBT5p8ilyi7kSCdRkdSe6bfmnJmkQljViTsX3vw==
"@liveblocks/client@1.12.0", "@liveblocks/client@^1.11.0":
version "1.12.0"
resolved "https://registry.yarnpkg.com/@liveblocks/client/-/client-1.12.0.tgz#d1ba315668eebe7c87acf326244b662e6772cd67"
integrity sha512-TL4sPbWBlrGF7UXLNx2RYuZi/Z51jXALMFAdaWkYE0Qz7mMwxTVSyjPVR7ZXVuqdSo0CTQ1rpPyZeqcoUDtEoQ==
dependencies:
"@liveblocks/core" "1.11.3"
"@liveblocks/core@1.11.3":
version "1.11.3"
resolved "https://registry.yarnpkg.com/@liveblocks/core/-/core-1.11.3.tgz#a7087cc92f8b6568728509d8e91a2766772d0161"
integrity sha512-lai5o9nhgboocb+AQzL94syp8CZ4blTJFk6xWgUD+/L3qK110ADp7JSEH93k90pXqjf5zBOj5XWPMYehQ6I43w==
"@liveblocks/core" "1.12.0"
"@liveblocks/core@1.12.0":
version "1.12.0"
@ -230,13 +225,13 @@
fast-sha256 "^1.3.0"
node-fetch "^2.6.1"
"@liveblocks/react@^1.11.3":
version "1.11.3"
resolved "https://registry.yarnpkg.com/@liveblocks/react/-/react-1.11.3.tgz#bf3554666153b67332482f27e2bf9faae2f2078a"
integrity sha512-kli2rZjZkQ92+JXpZY308ljYsxU0upUGv7LZGEcjg2aCmZHHWeVWe5nzZzeSxI6NODNeEP3X6Ymlk+0uDaGlrA==
"@liveblocks/react@^1.12.0":
version "1.12.0"
resolved "https://registry.yarnpkg.com/@liveblocks/react/-/react-1.12.0.tgz#5cde7d62c09058f1360260e6e9d3a5bd18587e92"
integrity sha512-bxI420FRqUqEAHIyC6jTT40JiMDaum6+7Ag6osme2N0YsshOKZx4/z3uCD3LPdOQAzhaHiv9ZmVYwRFp3z9RfA==
dependencies:
"@liveblocks/client" "1.11.3"
"@liveblocks/core" "1.11.3"
"@liveblocks/client" "1.12.0"
"@liveblocks/core" "1.12.0"
nanoid "^3"
use-sync-external-store "^1.2.0"