Bump @liveblocks/react from 1.11.1 to 1.11.2

Bumps [@liveblocks/react](https://github.com/liveblocks/liveblocks/tree/HEAD/packages/liveblocks-react) from 1.11.1 to 1.11.2.
- [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.11.2/packages/liveblocks-react)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-04-17 17:57:39 +00:00 committed by GitHub
parent 916473dbe0
commit b2af1d86b0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 17 additions and 12 deletions

View file

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

View file

@ -202,18 +202,23 @@
"@jridgewell/resolve-uri" "^3.1.0"
"@jridgewell/sourcemap-codec" "^1.4.14"
"@liveblocks/client@1.11.1", "@liveblocks/client@^1.11.0":
version "1.11.1"
resolved "https://registry.yarnpkg.com/@liveblocks/client/-/client-1.11.1.tgz#4a7d95d819fa6125559545916573dd09d9cfb84e"
integrity sha512-+94LplyUElOZpKECX/rF1UJmkU9WRj3S1aD9w6iOYIitT1RFW+9Z4Et7nxO43FUODaheR1a40iqyikfDcRXswA==
"@liveblocks/client@1.11.2", "@liveblocks/client@^1.11.0":
version "1.11.2"
resolved "https://registry.yarnpkg.com/@liveblocks/client/-/client-1.11.2.tgz#ac25da4d83985c540431dc4ae2be6723762e6927"
integrity sha512-iBKrSLyGSDDHDz86Gh0fXUhYDw6Es32TCX6NcADOcq+YyLNHsAD9a4VStYyn2FC+owgV1dyjQmfir6HVBQX5DA==
dependencies:
"@liveblocks/core" "1.11.1"
"@liveblocks/core" "1.11.2"
"@liveblocks/core@1.11.1":
version "1.11.1"
resolved "https://registry.yarnpkg.com/@liveblocks/core/-/core-1.11.1.tgz#926fbc65edd3a52555c27f49c18ff0a5d74b66ad"
integrity sha512-QkrONvIkVBGqZynrgGTF4jI4oFcui4+0Vf8QYdvvdtqXG6t6mcryDic1Rq53tuKsPzOXP1Nb7XSW3LH1z8ERxQ==
"@liveblocks/core@1.11.2":
version "1.11.2"
resolved "https://registry.yarnpkg.com/@liveblocks/core/-/core-1.11.2.tgz#3a7b470448c9d2b5885b054accda06522abcd9c9"
integrity sha512-OHeKDExpaMnlKMPTpW+Z51eF4iLGOYKWK010QfPobRa1gUTAGsrYy1bA1JGmkcH4vPg4h3vijOhKPr6M7yBsiw==
"@liveblocks/node@^1.11.1":
version "1.11.1"
resolved "https://registry.yarnpkg.com/@liveblocks/node/-/node-1.11.1.tgz#956bfd255f30667d59e92a07838e2a79e0adfa38"
@ -224,13 +229,13 @@
fast-sha256 "^1.3.0"
node-fetch "^2.6.1"
"@liveblocks/react@^1.11.1":
version "1.11.1"
resolved "https://registry.yarnpkg.com/@liveblocks/react/-/react-1.11.1.tgz#469483cd6bac457ebbb22979645ab3a089e4d592"
integrity sha512-8ut0ONis8XOZEkNoVMZ1zOs34jja1aciPBBrqeV+KQYTYjgbcKXdpc2QyRIl3E6FOTPq2lgf0mpDQMtTU0n2eQ==
"@liveblocks/react@^1.11.2":
version "1.11.2"
resolved "https://registry.yarnpkg.com/@liveblocks/react/-/react-1.11.2.tgz#7adea8696baa431e4354eddcf01372032ccab4b9"
integrity sha512-C/NMos2txoz1oCIoNe5cFZ0nvUMerSupG3M4qw8+knAFgYfG5JgCcxsF32KB6Mfi9oUTSmXnWmksCOhGz/N0Hg==
dependencies:
"@liveblocks/client" "1.11.1"
"@liveblocks/core" "1.11.1"
"@liveblocks/client" "1.11.2"
"@liveblocks/core" "1.11.2"
nanoid "^3"
use-sync-external-store "^1.2.0"