mirror of
https://github.com/ahmadk953/tasko.git
synced 2025-01-31 00:53:37 +00:00
Bump @liveblocks/node from 1.11.3 to 1.12.0
Bumps [@liveblocks/node](https://github.com/liveblocks/liveblocks/tree/HEAD/packages/liveblocks-node) from 1.11.3 to 1.12.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.12.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
5001d32257
commit
2035aaa65a
2 changed files with 11 additions and 6 deletions
|
@ -15,7 +15,7 @@
|
|||
"@clerk/nextjs": "^5.0.4",
|
||||
"@hello-pangea/dnd": "^16.6.0",
|
||||
"@liveblocks/client": "^1.11.0",
|
||||
"@liveblocks/node": "^1.11.3",
|
||||
"@liveblocks/node": "^1.12.0",
|
||||
"@liveblocks/react": "^1.11.3",
|
||||
"@microsoft/eslint-formatter-sarif": "^3.1.0",
|
||||
"@prisma/client": "^5.13.0",
|
||||
|
|
15
yarn.lock
15
yarn.lock
|
@ -215,12 +215,17 @@
|
|||
resolved "https://registry.yarnpkg.com/@liveblocks/core/-/core-1.11.3.tgz#a7087cc92f8b6568728509d8e91a2766772d0161"
|
||||
integrity sha512-lai5o9nhgboocb+AQzL94syp8CZ4blTJFk6xWgUD+/L3qK110ADp7JSEH93k90pXqjf5zBOj5XWPMYehQ6I43w==
|
||||
|
||||
"@liveblocks/node@^1.11.3":
|
||||
version "1.11.3"
|
||||
resolved "https://registry.yarnpkg.com/@liveblocks/node/-/node-1.11.3.tgz#da5eb5a30a7d2a389acffe788c4d28dd548d1f59"
|
||||
integrity sha512-YwMPY5JHUau4Wo4dMDg/4RPA5sQ6+TdBurI/4///L+GmA7y/8lYgqhc9vhaz3Ub0FD5O8dPClqEl97AnMx1NsA==
|
||||
"@liveblocks/core@1.12.0":
|
||||
version "1.12.0"
|
||||
resolved "https://registry.yarnpkg.com/@liveblocks/core/-/core-1.12.0.tgz#6183edc14f763304d15eca372f2c9adfe83c3945"
|
||||
integrity sha512-cPuVZwSh+EBnJL8DA999h4QDNSlOMFyxHPPHm9qVBf9Cl+NY7/Bg3cyKFiHOki6g7y8dQj8No2tpnAHWdqqalA==
|
||||
|
||||
"@liveblocks/node@^1.12.0":
|
||||
version "1.12.0"
|
||||
resolved "https://registry.yarnpkg.com/@liveblocks/node/-/node-1.12.0.tgz#aed818b3b5acf41e4bd0128da4bd6d03c6ca6c2c"
|
||||
integrity sha512-xq9EusU2ntZ2vkIQT6TrqPWv4N+txMkzn2FgNllJxt+VdJhhvbt1UkAIokywIZSElFC6gt1VUNMRFM+a7nSJUw==
|
||||
dependencies:
|
||||
"@liveblocks/core" "1.11.3"
|
||||
"@liveblocks/core" "1.12.0"
|
||||
"@stablelib/base64" "^1.0.1"
|
||||
fast-sha256 "^1.3.0"
|
||||
node-fetch "^2.6.1"
|
||||
|
|
Loading…
Reference in a new issue