mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-01-31 00:53:37 +00:00
Bump @liveblocks/react from 1.11.0 to 1.11.1
Bumps [@liveblocks/react](https://github.com/liveblocks/liveblocks/tree/HEAD/packages/liveblocks-react) from 1.11.0 to 1.11.1. - [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.1/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:
parent
820d4e7b9f
commit
b71fe9b387
2 changed files with 12 additions and 17 deletions
|
@ -16,7 +16,7 @@
|
|||
"@hello-pangea/dnd": "^16.6.0",
|
||||
"@liveblocks/client": "^1.11.0",
|
||||
"@liveblocks/node": "^1.11.1",
|
||||
"@liveblocks/react": "^1.11.0",
|
||||
"@liveblocks/react": "^1.11.1",
|
||||
"@microsoft/eslint-formatter-sarif": "^3.0.0",
|
||||
"@prisma/client": "^5.12.1",
|
||||
"@prisma/extension-accelerate": "^1.0.0",
|
||||
|
|
27
yarn.lock
27
yarn.lock
|
@ -202,17 +202,12 @@
|
|||
"@jridgewell/resolve-uri" "^3.1.0"
|
||||
"@jridgewell/sourcemap-codec" "^1.4.14"
|
||||
|
||||
"@liveblocks/client@1.11.0", "@liveblocks/client@^1.11.0":
|
||||
version "1.11.0"
|
||||
resolved "https://registry.npmjs.org/@liveblocks/client/-/client-1.11.0.tgz"
|
||||
integrity sha512-dZJM6rra/jBk7C++Cm7PX10TbwklkDv76LmMs8IZj8qkXrdG91ejT5PuLXXo3sDIMCdr2apbKyS6pdb8yw4DCA==
|
||||
"@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==
|
||||
dependencies:
|
||||
"@liveblocks/core" "1.11.0"
|
||||
|
||||
"@liveblocks/core@1.11.0":
|
||||
version "1.11.0"
|
||||
resolved "https://registry.npmjs.org/@liveblocks/core/-/core-1.11.0.tgz"
|
||||
integrity sha512-fB5ZlT/HiXHynDiVwtGz7/9ZJy9RF7nziJ7LicVvMc9OCuibLj8xl4Mp/ZHvFSAcbpWA2kKQe0m0wPawSkamIw==
|
||||
"@liveblocks/core" "1.11.1"
|
||||
|
||||
"@liveblocks/core@1.11.1":
|
||||
version "1.11.1"
|
||||
|
@ -229,13 +224,13 @@
|
|||
fast-sha256 "^1.3.0"
|
||||
node-fetch "^2.6.1"
|
||||
|
||||
"@liveblocks/react@^1.11.0":
|
||||
version "1.11.0"
|
||||
resolved "https://registry.npmjs.org/@liveblocks/react/-/react-1.11.0.tgz"
|
||||
integrity sha512-ADBTXLDR34I2Pj8kvRTpuVkQLAf12Oqk/6zQJ3Qi5L4s9/JBzwUmmH5SqwwtXoxSJtLnIBhQaz62CB5tGrFomQ==
|
||||
"@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==
|
||||
dependencies:
|
||||
"@liveblocks/client" "1.11.0"
|
||||
"@liveblocks/core" "1.11.0"
|
||||
"@liveblocks/client" "1.11.1"
|
||||
"@liveblocks/core" "1.11.1"
|
||||
nanoid "^3"
|
||||
use-sync-external-store "^1.2.0"
|
||||
|
||||
|
|
Loading…
Reference in a new issue