mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-01-31 00:53:37 +00:00
Merge pull request #88 from ahmadk953/dependabot/npm_and_yarn/liveblocks/react-1.10.4
Bump @liveblocks/react from 1.10.2 to 1.10.4
This commit is contained in:
commit
6cd0ebf361
2 changed files with 14 additions and 19 deletions
31
package-lock.json
generated
31
package-lock.json
generated
|
@ -13,7 +13,7 @@
|
|||
"@hello-pangea/dnd": "^16.5.0",
|
||||
"@liveblocks/client": "^1.10.2",
|
||||
"@liveblocks/node": "^1.10.4",
|
||||
"@liveblocks/react": "^1.10.2",
|
||||
"@liveblocks/react": "^1.10.4",
|
||||
"@microsoft/eslint-formatter-sarif": "^3.0.0",
|
||||
"@prisma/client": "^5.11.0",
|
||||
"@radix-ui/react-accordion": "^1.1.2",
|
||||
|
@ -473,17 +473,17 @@
|
|||
}
|
||||
},
|
||||
"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==",
|
||||
"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.2"
|
||||
"@liveblocks/core": "1.10.4"
|
||||
}
|
||||
},
|
||||
"node_modules/@liveblocks/core": {
|
||||
"version": "1.10.2",
|
||||
"resolved": "https://registry.npmjs.org/@liveblocks/core/-/core-1.10.2.tgz",
|
||||
"integrity": "sha512-o7BImOTal83Z9pULNrwT5KXCBhbwkfZcIgyLWDF1tlRptI7s+RthqAjEQgblkYZz6ciP6X20StUttXoXNvhr5A=="
|
||||
"version": "1.10.4",
|
||||
"resolved": "https://registry.npmjs.org/@liveblocks/core/-/core-1.10.4.tgz",
|
||||
"integrity": "sha512-Gh9V3Ayoxhg/GAzVX0LcRo+0BLlaJNkDT8g/Kt7UnXDiXWdi5CXzniqnaPf+9mwrohsVGFdZVdF1ixIzk6JAtA=="
|
||||
},
|
||||
"node_modules/@liveblocks/node": {
|
||||
"version": "1.10.4",
|
||||
|
@ -496,18 +496,13 @@
|
|||
"node-fetch": "^2.6.1"
|
||||
}
|
||||
},
|
||||
"node_modules/@liveblocks/node/node_modules/@liveblocks/core": {
|
||||
"version": "1.10.4",
|
||||
"resolved": "https://registry.npmjs.org/@liveblocks/core/-/core-1.10.4.tgz",
|
||||
"integrity": "sha512-Gh9V3Ayoxhg/GAzVX0LcRo+0BLlaJNkDT8g/Kt7UnXDiXWdi5CXzniqnaPf+9mwrohsVGFdZVdF1ixIzk6JAtA=="
|
||||
},
|
||||
"node_modules/@liveblocks/react": {
|
||||
"version": "1.10.2",
|
||||
"resolved": "https://registry.npmjs.org/@liveblocks/react/-/react-1.10.2.tgz",
|
||||
"integrity": "sha512-rJbk6dJkA3T+fOXxdYLh+0QDxSaULKGK1JDzpkFL7SFd9jsn8RYZ/B+oktvsSMAnpezlvTNNwtjLXSg+phD1uw==",
|
||||
"version": "1.10.4",
|
||||
"resolved": "https://registry.npmjs.org/@liveblocks/react/-/react-1.10.4.tgz",
|
||||
"integrity": "sha512-HQWbGvMY6Hto3eAOVl/LczNZ17I2YHNzHtSVKqu0a1PuM5joAFI5DgZxvMfBsOUenhdzc0xrF8PaVjF9KB7vUg==",
|
||||
"dependencies": {
|
||||
"@liveblocks/client": "1.10.2",
|
||||
"@liveblocks/core": "1.10.2",
|
||||
"@liveblocks/client": "1.10.4",
|
||||
"@liveblocks/core": "1.10.4",
|
||||
"nanoid": "^3",
|
||||
"use-sync-external-store": "^1.2.0"
|
||||
},
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
"@hello-pangea/dnd": "^16.5.0",
|
||||
"@liveblocks/client": "^1.10.2",
|
||||
"@liveblocks/node": "^1.10.4",
|
||||
"@liveblocks/react": "^1.10.2",
|
||||
"@liveblocks/react": "^1.10.4",
|
||||
"@microsoft/eslint-formatter-sarif": "^3.0.0",
|
||||
"@prisma/client": "^5.11.0",
|
||||
"@radix-ui/react-accordion": "^1.1.2",
|
||||
|
|
Loading…
Reference in a new issue