mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-05-10 15:43:08 +00:00
Bump @liveblocks/client from 1.10.2 to 1.10.3
Bumps [@liveblocks/client](https://github.com/liveblocks/liveblocks/tree/HEAD/packages/liveblocks-client) from 1.10.2 to 1.10.3. - [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.3/packages/liveblocks-client) --- updated-dependencies: - dependency-name: "@liveblocks/client" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
460bc2cd69
commit
9a5b770391
2 changed files with 19 additions and 6 deletions
23
package-lock.json
generated
23
package-lock.json
generated
|
@ -11,7 +11,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@clerk/nextjs": "^4.29.9",
|
"@clerk/nextjs": "^4.29.9",
|
||||||
"@hello-pangea/dnd": "^16.5.0",
|
"@hello-pangea/dnd": "^16.5.0",
|
||||||
"@liveblocks/client": "^1.10.2",
|
"@liveblocks/client": "^1.10.3",
|
||||||
"@liveblocks/node": "^1.10.3",
|
"@liveblocks/node": "^1.10.3",
|
||||||
"@liveblocks/react": "^1.10.2",
|
"@liveblocks/react": "^1.10.2",
|
||||||
"@microsoft/eslint-formatter-sarif": "^3.0.0",
|
"@microsoft/eslint-formatter-sarif": "^3.0.0",
|
||||||
|
@ -473,13 +473,18 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@liveblocks/client": {
|
"node_modules/@liveblocks/client": {
|
||||||
"version": "1.10.2",
|
"version": "1.10.3",
|
||||||
"resolved": "https://registry.npmjs.org/@liveblocks/client/-/client-1.10.2.tgz",
|
"resolved": "https://registry.npmjs.org/@liveblocks/client/-/client-1.10.3.tgz",
|
||||||
"integrity": "sha512-3MPCH9MrC4FRWBG/TfP4XMwqFX6YiZBwDPsQICbkIuRViUF4K1jPdm0Eswg4ffb/diBtuCVHvZAaKn6BmRPl5A==",
|
"integrity": "sha512-IiinTqGAZJ3zLUga4kzarKGnCJ8BTWBOaeyjB5sIvWFMV364+qtUwjB3mFVoS3g4VzU5DzfMxIoLkEuusCTceg==",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@liveblocks/core": "1.10.2"
|
"@liveblocks/core": "1.10.3"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/@liveblocks/client/node_modules/@liveblocks/core": {
|
||||||
|
"version": "1.10.3",
|
||||||
|
"resolved": "https://registry.npmjs.org/@liveblocks/core/-/core-1.10.3.tgz",
|
||||||
|
"integrity": "sha512-SZnmITU3PFTYeqf+zXALU+9rFDTP5JUxcVWGlEgPtvmTiJ7U+FfXm3CWMKBkGtUejdjZpChjQC/wer9ArEGOzA=="
|
||||||
|
},
|
||||||
"node_modules/@liveblocks/core": {
|
"node_modules/@liveblocks/core": {
|
||||||
"version": "1.10.2",
|
"version": "1.10.2",
|
||||||
"resolved": "https://registry.npmjs.org/@liveblocks/core/-/core-1.10.2.tgz",
|
"resolved": "https://registry.npmjs.org/@liveblocks/core/-/core-1.10.2.tgz",
|
||||||
|
@ -515,6 +520,14 @@
|
||||||
"react": "^16.14.0 || ^17 || ^18"
|
"react": "^16.14.0 || ^17 || ^18"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/@liveblocks/react/node_modules/@liveblocks/client": {
|
||||||
|
"version": "1.10.2",
|
||||||
|
"resolved": "https://registry.npmjs.org/@liveblocks/client/-/client-1.10.2.tgz",
|
||||||
|
"integrity": "sha512-3MPCH9MrC4FRWBG/TfP4XMwqFX6YiZBwDPsQICbkIuRViUF4K1jPdm0Eswg4ffb/diBtuCVHvZAaKn6BmRPl5A==",
|
||||||
|
"dependencies": {
|
||||||
|
"@liveblocks/core": "1.10.2"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/@microsoft/eslint-formatter-sarif": {
|
"node_modules/@microsoft/eslint-formatter-sarif": {
|
||||||
"version": "3.0.0",
|
"version": "3.0.0",
|
||||||
"resolved": "https://registry.npmjs.org/@microsoft/eslint-formatter-sarif/-/eslint-formatter-sarif-3.0.0.tgz",
|
"resolved": "https://registry.npmjs.org/@microsoft/eslint-formatter-sarif/-/eslint-formatter-sarif-3.0.0.tgz",
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@clerk/nextjs": "^4.29.9",
|
"@clerk/nextjs": "^4.29.9",
|
||||||
"@hello-pangea/dnd": "^16.5.0",
|
"@hello-pangea/dnd": "^16.5.0",
|
||||||
"@liveblocks/client": "^1.10.2",
|
"@liveblocks/client": "^1.10.3",
|
||||||
"@liveblocks/node": "^1.10.3",
|
"@liveblocks/node": "^1.10.3",
|
||||||
"@liveblocks/react": "^1.10.2",
|
"@liveblocks/react": "^1.10.2",
|
||||||
"@microsoft/eslint-formatter-sarif": "^3.0.0",
|
"@microsoft/eslint-formatter-sarif": "^3.0.0",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue