mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-02-07 03:32:51 +00:00
Bump @liveblocks/client from 1.10.4 to 1.11.0
Bumps [@liveblocks/client](https://github.com/liveblocks/liveblocks/tree/HEAD/packages/liveblocks-client) from 1.10.4 to 1.11.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.11.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:
parent
45e5628713
commit
17784ef772
2 changed files with 19 additions and 6 deletions
23
package-lock.json
generated
23
package-lock.json
generated
|
@ -11,7 +11,7 @@
|
|||
"dependencies": {
|
||||
"@clerk/nextjs": "^5.0.0-beta.35",
|
||||
"@hello-pangea/dnd": "^16.5.0",
|
||||
"@liveblocks/client": "^1.10.2",
|
||||
"@liveblocks/client": "^1.11.0",
|
||||
"@liveblocks/node": "^1.11.0",
|
||||
"@liveblocks/react": "^1.10.4",
|
||||
"@microsoft/eslint-formatter-sarif": "^3.0.0",
|
||||
|
@ -443,13 +443,18 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@liveblocks/client": {
|
||||
"version": "1.10.4",
|
||||
"resolved": "https://registry.npmjs.org/@liveblocks/client/-/client-1.10.4.tgz",
|
||||
"integrity": "sha512-klmFd1kVkUbUzYue/tMxRmqJwE/4hw9Yqv5KnbzNAK8HxQ/X6e2m/eEXvNdMsP2Uco0qJDfJsJBjEjKFxCOf1A==",
|
||||
"version": "1.11.0",
|
||||
"resolved": "https://registry.npmjs.org/@liveblocks/client/-/client-1.11.0.tgz",
|
||||
"integrity": "sha512-dZJM6rra/jBk7C++Cm7PX10TbwklkDv76LmMs8IZj8qkXrdG91ejT5PuLXXo3sDIMCdr2apbKyS6pdb8yw4DCA==",
|
||||
"dependencies": {
|
||||
"@liveblocks/core": "1.10.4"
|
||||
"@liveblocks/core": "1.11.0"
|
||||
}
|
||||
},
|
||||
"node_modules/@liveblocks/client/node_modules/@liveblocks/core": {
|
||||
"version": "1.11.0",
|
||||
"resolved": "https://registry.npmjs.org/@liveblocks/core/-/core-1.11.0.tgz",
|
||||
"integrity": "sha512-fB5ZlT/HiXHynDiVwtGz7/9ZJy9RF7nziJ7LicVvMc9OCuibLj8xl4Mp/ZHvFSAcbpWA2kKQe0m0wPawSkamIw=="
|
||||
},
|
||||
"node_modules/@liveblocks/core": {
|
||||
"version": "1.10.4",
|
||||
"resolved": "https://registry.npmjs.org/@liveblocks/core/-/core-1.10.4.tgz",
|
||||
|
@ -485,6 +490,14 @@
|
|||
"react": "^16.14.0 || ^17 || ^18"
|
||||
}
|
||||
},
|
||||
"node_modules/@liveblocks/react/node_modules/@liveblocks/client": {
|
||||
"version": "1.10.4",
|
||||
"resolved": "https://registry.npmjs.org/@liveblocks/client/-/client-1.10.4.tgz",
|
||||
"integrity": "sha512-klmFd1kVkUbUzYue/tMxRmqJwE/4hw9Yqv5KnbzNAK8HxQ/X6e2m/eEXvNdMsP2Uco0qJDfJsJBjEjKFxCOf1A==",
|
||||
"dependencies": {
|
||||
"@liveblocks/core": "1.10.4"
|
||||
}
|
||||
},
|
||||
"node_modules/@microsoft/eslint-formatter-sarif": {
|
||||
"version": "3.0.0",
|
||||
"resolved": "https://registry.npmjs.org/@microsoft/eslint-formatter-sarif/-/eslint-formatter-sarif-3.0.0.tgz",
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
"dependencies": {
|
||||
"@clerk/nextjs": "^5.0.0-beta.35",
|
||||
"@hello-pangea/dnd": "^16.5.0",
|
||||
"@liveblocks/client": "^1.10.2",
|
||||
"@liveblocks/client": "^1.11.0",
|
||||
"@liveblocks/node": "^1.11.0",
|
||||
"@liveblocks/react": "^1.10.4",
|
||||
"@microsoft/eslint-formatter-sarif": "^3.0.0",
|
||||
|
|
Loading…
Reference in a new issue