diff --git a/package.json b/package.json index 103e016..d23541a 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "dependencies": { "@clerk/nextjs": "^5.0.4", "@hello-pangea/dnd": "^16.6.0", - "@liveblocks/client": "^1.11.0", + "@liveblocks/client": "^1.12.0", "@liveblocks/node": "^1.12.0", "@liveblocks/react": "^1.11.3", "@microsoft/eslint-formatter-sarif": "^3.1.0", diff --git a/yarn.lock b/yarn.lock index 4dafc02..2495398 100644 --- a/yarn.lock +++ b/yarn.lock @@ -203,13 +203,20 @@ "@jridgewell/resolve-uri" "^3.1.0" "@jridgewell/sourcemap-codec" "^1.4.14" -"@liveblocks/client@1.11.3", "@liveblocks/client@^1.11.0": +"@liveblocks/client@1.11.3": version "1.11.3" resolved "https://registry.yarnpkg.com/@liveblocks/client/-/client-1.11.3.tgz#e23ee36423d253aa4c254649b5d18309fcd86605" integrity sha512-Vinzfrz/pBGN/l3XTDgYiUrBzs1xmzKzMtES/qHdIWxTVyVEBT5p8ilyi7kSCdRkdSe6bfmnJmkQljViTsX3vw== dependencies: "@liveblocks/core" "1.11.3" +"@liveblocks/client@^1.12.0": + version "1.12.0" + resolved "https://registry.yarnpkg.com/@liveblocks/client/-/client-1.12.0.tgz#d1ba315668eebe7c87acf326244b662e6772cd67" + integrity sha512-TL4sPbWBlrGF7UXLNx2RYuZi/Z51jXALMFAdaWkYE0Qz7mMwxTVSyjPVR7ZXVuqdSo0CTQ1rpPyZeqcoUDtEoQ== + dependencies: + "@liveblocks/core" "1.12.0" + "@liveblocks/core@1.11.3": version "1.11.3" resolved "https://registry.yarnpkg.com/@liveblocks/core/-/core-1.11.3.tgz#a7087cc92f8b6568728509d8e91a2766772d0161"