mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-01-31 00:53:37 +00:00
Merge pull request #50 from ahmadk953/dependabot/npm_and_yarn/liveblocks/react-1.10.2
Bump @liveblocks/react from 1.10.0 to 1.10.2
This commit is contained in:
commit
7fc3ebf96d
2 changed files with 21 additions and 11 deletions
30
package-lock.json
generated
30
package-lock.json
generated
|
@ -13,7 +13,7 @@
|
|||
"@hello-pangea/dnd": "^16.5.0",
|
||||
"@liveblocks/client": "^1.9.8",
|
||||
"@liveblocks/node": "^1.10.0",
|
||||
"@liveblocks/react": "^1.10.0",
|
||||
"@liveblocks/react": "^1.10.2",
|
||||
"@microsoft/eslint-formatter-sarif": "^3.0.0",
|
||||
"@prisma/client": "^5.10.2",
|
||||
"@radix-ui/react-accordion": "^1.1.2",
|
||||
|
@ -473,13 +473,18 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@liveblocks/client": {
|
||||
"version": "1.10.0",
|
||||
"resolved": "https://registry.npmjs.org/@liveblocks/client/-/client-1.10.0.tgz",
|
||||
"integrity": "sha512-UL32qEgjYdUaQbTBnMAegab4umVRQYFJEBccVW94hDc2wwxdf0rIcqZTvZOX2vqmWXWhKiIiWo1Pu8rCTorFfg==",
|
||||
"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.0"
|
||||
"@liveblocks/core": "1.10.2"
|
||||
}
|
||||
},
|
||||
"node_modules/@liveblocks/client/node_modules/@liveblocks/core": {
|
||||
"version": "1.10.2",
|
||||
"resolved": "https://registry.npmjs.org/@liveblocks/core/-/core-1.10.2.tgz",
|
||||
"integrity": "sha512-o7BImOTal83Z9pULNrwT5KXCBhbwkfZcIgyLWDF1tlRptI7s+RthqAjEQgblkYZz6ciP6X20StUttXoXNvhr5A=="
|
||||
},
|
||||
"node_modules/@liveblocks/core": {
|
||||
"version": "1.10.0",
|
||||
"resolved": "https://registry.npmjs.org/@liveblocks/core/-/core-1.10.0.tgz",
|
||||
|
@ -497,12 +502,12 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@liveblocks/react": {
|
||||
"version": "1.10.0",
|
||||
"resolved": "https://registry.npmjs.org/@liveblocks/react/-/react-1.10.0.tgz",
|
||||
"integrity": "sha512-SASkpQFeeHtD3QG+4sCZ9v4ofVyhZB3EE1jYTSzvnVMaoxThyOlxt5FRzRa/XZRpjihbQOpI6vLdiZGZDBgVJw==",
|
||||
"version": "1.10.2",
|
||||
"resolved": "https://registry.npmjs.org/@liveblocks/react/-/react-1.10.2.tgz",
|
||||
"integrity": "sha512-rJbk6dJkA3T+fOXxdYLh+0QDxSaULKGK1JDzpkFL7SFd9jsn8RYZ/B+oktvsSMAnpezlvTNNwtjLXSg+phD1uw==",
|
||||
"dependencies": {
|
||||
"@liveblocks/client": "1.10.0",
|
||||
"@liveblocks/core": "1.10.0",
|
||||
"@liveblocks/client": "1.10.2",
|
||||
"@liveblocks/core": "1.10.2",
|
||||
"nanoid": "^3",
|
||||
"use-sync-external-store": "^1.2.0"
|
||||
},
|
||||
|
@ -510,6 +515,11 @@
|
|||
"react": "^16.14.0 || ^17 || ^18"
|
||||
}
|
||||
},
|
||||
"node_modules/@liveblocks/react/node_modules/@liveblocks/core": {
|
||||
"version": "1.10.2",
|
||||
"resolved": "https://registry.npmjs.org/@liveblocks/core/-/core-1.10.2.tgz",
|
||||
"integrity": "sha512-o7BImOTal83Z9pULNrwT5KXCBhbwkfZcIgyLWDF1tlRptI7s+RthqAjEQgblkYZz6ciP6X20StUttXoXNvhr5A=="
|
||||
},
|
||||
"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",
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
"@hello-pangea/dnd": "^16.5.0",
|
||||
"@liveblocks/client": "^1.9.8",
|
||||
"@liveblocks/node": "^1.10.0",
|
||||
"@liveblocks/react": "^1.10.0",
|
||||
"@liveblocks/react": "^1.10.2",
|
||||
"@microsoft/eslint-formatter-sarif": "^3.0.0",
|
||||
"@prisma/client": "^5.10.2",
|
||||
"@radix-ui/react-accordion": "^1.1.2",
|
||||
|
|
Loading…
Reference in a new issue