mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-01-31 00:53:37 +00:00
Bump @liveblocks/node from 1.10.4 to 1.11.0
Bumps [@liveblocks/node](https://github.com/liveblocks/liveblocks/tree/HEAD/packages/liveblocks-node) 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-node) --- updated-dependencies: - dependency-name: "@liveblocks/node" dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
3bd03f213d
commit
46e13ecdc7
2 changed files with 11 additions and 6 deletions
15
package-lock.json
generated
15
package-lock.json
generated
|
@ -12,7 +12,7 @@
|
|||
"@clerk/nextjs": "^4.29.9",
|
||||
"@hello-pangea/dnd": "^16.5.0",
|
||||
"@liveblocks/client": "^1.10.2",
|
||||
"@liveblocks/node": "^1.10.4",
|
||||
"@liveblocks/node": "^1.11.0",
|
||||
"@liveblocks/react": "^1.10.4",
|
||||
"@microsoft/eslint-formatter-sarif": "^3.0.0",
|
||||
"@prisma/client": "^5.11.0",
|
||||
|
@ -488,16 +488,21 @@
|
|||
"integrity": "sha512-Gh9V3Ayoxhg/GAzVX0LcRo+0BLlaJNkDT8g/Kt7UnXDiXWdi5CXzniqnaPf+9mwrohsVGFdZVdF1ixIzk6JAtA=="
|
||||
},
|
||||
"node_modules/@liveblocks/node": {
|
||||
"version": "1.10.4",
|
||||
"resolved": "https://registry.npmjs.org/@liveblocks/node/-/node-1.10.4.tgz",
|
||||
"integrity": "sha512-6jzTKjrZHslRPaPxGoq1i3U8Ta1Fn5344gY4G/E9jiJU/DWzKGrh8d2nt6acA7pBlHRnRCfG8W7Mw+lMfQIElQ==",
|
||||
"version": "1.11.0",
|
||||
"resolved": "https://registry.npmjs.org/@liveblocks/node/-/node-1.11.0.tgz",
|
||||
"integrity": "sha512-pAk3RviTSZAr/R6m410vZI+PAjYI/UrLFmMoR3eCYdpQQBCGbfvboDl4lcM3RXc0u2vE7O8V4wfux71A/VJOcg==",
|
||||
"dependencies": {
|
||||
"@liveblocks/core": "1.10.4",
|
||||
"@liveblocks/core": "1.11.0",
|
||||
"@stablelib/base64": "^1.0.1",
|
||||
"fast-sha256": "^1.3.0",
|
||||
"node-fetch": "^2.6.1"
|
||||
}
|
||||
},
|
||||
"node_modules/@liveblocks/node/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/react": {
|
||||
"version": "1.10.4",
|
||||
"resolved": "https://registry.npmjs.org/@liveblocks/react/-/react-1.10.4.tgz",
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
"@clerk/nextjs": "^4.29.9",
|
||||
"@hello-pangea/dnd": "^16.5.0",
|
||||
"@liveblocks/client": "^1.10.2",
|
||||
"@liveblocks/node": "^1.10.4",
|
||||
"@liveblocks/node": "^1.11.0",
|
||||
"@liveblocks/react": "^1.10.4",
|
||||
"@microsoft/eslint-formatter-sarif": "^3.0.0",
|
||||
"@prisma/client": "^5.11.0",
|
||||
|
|
Loading…
Reference in a new issue