diff --git a/docs/pages/platform/limits.mdx b/docs/pages/platform/limits.mdx index b10962690b..df4861ae40 100644 --- a/docs/pages/platform/limits.mdx +++ b/docs/pages/platform/limits.mdx @@ -39,8 +39,8 @@ set of limits. | `userId` The unique identifier for a user. Each `userId` must be used to represent a single user. | 128 characters | | `userInfo` User information sent from the authentication endpoint. | 1024 characters once serialized to JSON | | Broadcast event message Messages sent via the broadcast API for real-time communication between clients. | 32 MB Limited to 1 MB for client versions below 3.14. Make sure to upgrade to get higher limits. | -| Thread metadata Custom metadata attached to a thread. | 50 properties, 4000 characters each | -| Comment metadata Custom metadata attached to a comment. | 50 properties, 4000 characters each | +| Thread metadata Custom metadata attached to a thread. | 50 properties, key length 40 characters, value length 4000 characters | +| Comment metadata Custom metadata attached to a comment. | 50 properties, key length 40 characters, value length 4000 characters | | `LiveObject` A realtime data structure that stores key-value pairs. Learn more | 2 MB when totalling the size of the keys and values For rooms powered by the v2 Storage engine. Rooms powered by the classic v1 engine are limited to 128 kB. | | `LiveMap` A realtime data structure that stores key-value pairs in a map. Learn more | Unlimited, so long as each individual value does not exceed 2 MB For rooms powered by the v2 Storage engine. Rooms powered by the classic v1 engine are limited to 128 kB. | | `LiveList` A realtime data structure that stores an ordered list of items. Learn more | Unlimited, so long as each individual value does not exceed 2 MB For rooms powered by the v2 Storage engine. Rooms powered by the classic v1 engine are limited to 128 kB. | diff --git a/examples/sveltekit-live-avatars/package-lock.json b/examples/sveltekit-live-avatars/package-lock.json index a2c2378a7f..4ee9b266f7 100644 --- a/examples/sveltekit-live-avatars/package-lock.json +++ b/examples/sveltekit-live-avatars/package-lock.json @@ -1194,9 +1194,9 @@ } }, "node_modules/devalue": { - "version": "5.6.3", - "resolved": "https://registry.npmjs.org/devalue/-/devalue-5.6.3.tgz", - "integrity": "sha512-nc7XjUU/2Lb+SvEFVGcWLiKkzfw8+qHI7zn8WYXKkLMgfGSHbgCEaR6bJpev8Cm6Rmrb19Gfd/tZvGqx9is3wg==", + "version": "5.6.4", + "resolved": "https://registry.npmjs.org/devalue/-/devalue-5.6.4.tgz", + "integrity": "sha512-Gp6rDldRsFh/7XuouDbxMH3Mx8GMCcgzIb1pDTvNyn8pZGQ22u+Wa+lGV9dQCltFQ7uVw0MhRyb8XDskNFOReA==", "dev": true, "license": "MIT" }, diff --git a/examples/sveltekit-live-cursors/package-lock.json b/examples/sveltekit-live-cursors/package-lock.json index 4a1cc1a027..b41c6f95d7 100644 --- a/examples/sveltekit-live-cursors/package-lock.json +++ b/examples/sveltekit-live-cursors/package-lock.json @@ -1193,9 +1193,9 @@ } }, "node_modules/devalue": { - "version": "5.6.3", - "resolved": "https://registry.npmjs.org/devalue/-/devalue-5.6.3.tgz", - "integrity": "sha512-nc7XjUU/2Lb+SvEFVGcWLiKkzfw8+qHI7zn8WYXKkLMgfGSHbgCEaR6bJpev8Cm6Rmrb19Gfd/tZvGqx9is3wg==", + "version": "5.6.4", + "resolved": "https://registry.npmjs.org/devalue/-/devalue-5.6.4.tgz", + "integrity": "sha512-Gp6rDldRsFh/7XuouDbxMH3Mx8GMCcgzIb1pDTvNyn8pZGQ22u+Wa+lGV9dQCltFQ7uVw0MhRyb8XDskNFOReA==", "dev": true, "license": "MIT" }, diff --git a/package-lock.json b/package-lock.json index 03affc1e31..90b938dc4c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -37178,10 +37178,10 @@ }, "packages/liveblocks-client": { "name": "@liveblocks/client", - "version": "3.15.1", + "version": "3.15.2", "license": "Apache-2.0", "dependencies": { - "@liveblocks/core": "3.15.1" + "@liveblocks/core": "3.15.2" }, "devDependencies": { "@liveblocks/eslint-config": "*", @@ -37190,7 +37190,7 @@ }, "packages/liveblocks-core": { "name": "@liveblocks/core", - "version": "3.15.1", + "version": "3.15.2", "license": "Apache-2.0", "devDependencies": { "@liveblocks/eslint-config": "*", @@ -37208,11 +37208,11 @@ }, "packages/liveblocks-emails": { "name": "@liveblocks/emails", - "version": "3.15.1", + "version": "3.15.2", "license": "Apache-2.0", "dependencies": { - "@liveblocks/core": "3.15.1", - "@liveblocks/node": "3.15.1" + "@liveblocks/core": "3.15.2", + "@liveblocks/node": "3.15.2" }, "devDependencies": { "@liveblocks/eslint-config": "*", @@ -37231,10 +37231,10 @@ }, "packages/liveblocks-node": { "name": "@liveblocks/node", - "version": "3.15.1", + "version": "3.15.2", "license": "Apache-2.0", "dependencies": { - "@liveblocks/core": "3.15.1", + "@liveblocks/core": "3.15.2", "@stablelib/base64": "^1.0.1", "fast-sha256": "^1.3.0", "node-fetch": "^2.6.1" @@ -37249,11 +37249,11 @@ }, "packages/liveblocks-node-lexical": { "name": "@liveblocks/node-lexical", - "version": "3.15.1", + "version": "3.15.2", "license": "Apache-2.0", "dependencies": { - "@liveblocks/core": "3.15.1", - "@liveblocks/node": "3.15.1", + "@liveblocks/core": "3.15.2", + "@liveblocks/node": "3.15.2", "yjs": "^13.6.18" }, "devDependencies": { @@ -37270,11 +37270,11 @@ }, "packages/liveblocks-node-prosemirror": { "name": "@liveblocks/node-prosemirror", - "version": "3.15.1", + "version": "3.15.2", "license": "Apache-2.0", "dependencies": { - "@liveblocks/core": "3.15.1", - "@liveblocks/node": "3.15.1", + "@liveblocks/core": "3.15.2", + "@liveblocks/node": "3.15.2", "yjs": "^13.6.20" }, "devDependencies": { @@ -37294,11 +37294,11 @@ }, "packages/liveblocks-react": { "name": "@liveblocks/react", - "version": "3.15.1", + "version": "3.15.2", "license": "Apache-2.0", "dependencies": { - "@liveblocks/client": "3.15.1", - "@liveblocks/core": "3.15.1" + "@liveblocks/client": "3.15.2", + "@liveblocks/core": "3.15.2" }, "devDependencies": { "@liveblocks/eslint-config": "*", @@ -37328,15 +37328,15 @@ }, "packages/liveblocks-react-blocknote": { "name": "@liveblocks/react-blocknote", - "version": "3.15.1", + "version": "3.15.2", "license": "Apache-2.0", "dependencies": { - "@liveblocks/client": "3.15.1", - "@liveblocks/core": "3.15.1", - "@liveblocks/react": "3.15.1", - "@liveblocks/react-tiptap": "3.15.1", - "@liveblocks/react-ui": "3.15.1", - "@liveblocks/yjs": "3.15.1", + "@liveblocks/client": "3.15.2", + "@liveblocks/core": "3.15.2", + "@liveblocks/react": "3.15.2", + "@liveblocks/react-tiptap": "3.15.2", + "@liveblocks/react-ui": "3.15.2", + "@liveblocks/yjs": "3.15.2", "@tiptap/core": "^3.19.0", "vitest-tsconfig-paths": "^3.4.1" }, @@ -37373,15 +37373,15 @@ }, "packages/liveblocks-react-lexical": { "name": "@liveblocks/react-lexical", - "version": "3.15.1", + "version": "3.15.2", "license": "Apache-2.0", "dependencies": { "@floating-ui/react-dom": "^2.1.0", - "@liveblocks/client": "3.15.1", - "@liveblocks/core": "3.15.1", - "@liveblocks/react": "3.15.1", - "@liveblocks/react-ui": "3.15.1", - "@liveblocks/yjs": "3.15.1", + "@liveblocks/client": "3.15.2", + "@liveblocks/core": "3.15.2", + "@liveblocks/react": "3.15.2", + "@liveblocks/react-ui": "3.15.2", + "@liveblocks/yjs": "3.15.2", "radix-ui": "^1.4.0", "yjs": "^13.6.18" }, @@ -39015,15 +39015,15 @@ }, "packages/liveblocks-react-tiptap": { "name": "@liveblocks/react-tiptap", - "version": "3.15.1", + "version": "3.15.2", "license": "Apache-2.0", "dependencies": { "@floating-ui/react-dom": "^2.1.0", - "@liveblocks/client": "3.15.1", - "@liveblocks/core": "3.15.1", - "@liveblocks/react": "3.15.1", - "@liveblocks/react-ui": "3.15.1", - "@liveblocks/yjs": "3.15.1", + "@liveblocks/client": "3.15.2", + "@liveblocks/core": "3.15.2", + "@liveblocks/react": "3.15.2", + "@liveblocks/react-ui": "3.15.2", + "@liveblocks/yjs": "3.15.2", "@tiptap/core": "^3.19.0", "@tiptap/react": "^3.19.0", "@tiptap/suggestion": "^3.19.0", @@ -40671,13 +40671,13 @@ }, "packages/liveblocks-react-ui": { "name": "@liveblocks/react-ui", - "version": "3.15.1", + "version": "3.15.2", "license": "Apache-2.0", "dependencies": { "@floating-ui/react-dom": "^2.1.0", - "@liveblocks/client": "3.15.1", - "@liveblocks/core": "3.15.1", - "@liveblocks/react": "3.15.1", + "@liveblocks/client": "3.15.2", + "@liveblocks/core": "3.15.2", + "@liveblocks/react": "3.15.2", "frimousse": "^0.2.0", "marked": "^15.0.11", "radix-ui": "^1.4.0", @@ -41051,11 +41051,11 @@ }, "packages/liveblocks-redux": { "name": "@liveblocks/redux", - "version": "3.15.1", + "version": "3.15.2", "license": "Apache-2.0", "dependencies": { - "@liveblocks/client": "3.15.1", - "@liveblocks/core": "3.15.1" + "@liveblocks/client": "3.15.2", + "@liveblocks/core": "3.15.2" }, "devDependencies": { "@liveblocks/eslint-config": "*", @@ -41211,11 +41211,11 @@ }, "packages/liveblocks-yjs": { "name": "@liveblocks/yjs", - "version": "3.15.1", + "version": "3.15.2", "license": "Apache-2.0", "dependencies": { - "@liveblocks/client": "3.15.1", - "@liveblocks/core": "3.15.1", + "@liveblocks/client": "3.15.2", + "@liveblocks/core": "3.15.2", "@noble/hashes": "^1.8.0", "js-base64": "^3.7.7", "y-indexeddb": "^9.0.12" @@ -41280,11 +41280,11 @@ }, "packages/liveblocks-zustand": { "name": "@liveblocks/zustand", - "version": "3.15.1", + "version": "3.15.2", "license": "Apache-2.0", "dependencies": { - "@liveblocks/client": "3.15.1", - "@liveblocks/core": "3.15.1" + "@liveblocks/client": "3.15.2", + "@liveblocks/core": "3.15.2" }, "devDependencies": { "@liveblocks/eslint-config": "*", diff --git a/packages/liveblocks-client/package.json b/packages/liveblocks-client/package.json index 981e7ca17f..0734cccaf2 100644 --- a/packages/liveblocks-client/package.json +++ b/packages/liveblocks-client/package.json @@ -1,6 +1,6 @@ { "name": "@liveblocks/client", - "version": "3.15.1", + "version": "3.15.2", "description": "A client that lets you interact with Liveblocks servers. Liveblocks is the all-in-one toolkit to build collaborative products like Figma, Notion, and more.", "license": "Apache-2.0", "author": "Liveblocks Inc.", @@ -36,7 +36,7 @@ "test:watch": "NODE_OPTIONS=\"--no-deprecation\" vitest" }, "dependencies": { - "@liveblocks/core": "3.15.1" + "@liveblocks/core": "3.15.2" }, "devDependencies": { "@liveblocks/eslint-config": "*", diff --git a/packages/liveblocks-core/package.json b/packages/liveblocks-core/package.json index e33128baa5..c2fae6a783 100644 --- a/packages/liveblocks-core/package.json +++ b/packages/liveblocks-core/package.json @@ -1,6 +1,6 @@ { "name": "@liveblocks/core", - "version": "3.15.1", + "version": "3.15.2", "description": "Private internals for Liveblocks. DO NOT import directly from this package!", "type": "module", "main": "./dist/index.cjs", diff --git a/packages/liveblocks-emails/package.json b/packages/liveblocks-emails/package.json index 81e1d63f97..a63ebedaa0 100644 --- a/packages/liveblocks-emails/package.json +++ b/packages/liveblocks-emails/package.json @@ -1,6 +1,6 @@ { "name": "@liveblocks/emails", - "version": "3.15.1", + "version": "3.15.2", "description": "A set of functions and utilities to make sending emails based on Liveblocks notification events easy. Liveblocks is the all-in-one toolkit to build collaborative products like Figma, Notion, and more.", "license": "Apache-2.0", "author": "Liveblocks Inc.", @@ -37,8 +37,8 @@ "test:watch": "NODE_OPTIONS=\"--no-deprecation\" vitest" }, "dependencies": { - "@liveblocks/core": "3.15.1", - "@liveblocks/node": "3.15.1" + "@liveblocks/core": "3.15.2", + "@liveblocks/node": "3.15.2" }, "peerDependencies": { "react": "^18 || ^19 || ^19.0.0-rc" diff --git a/packages/liveblocks-node-lexical/package.json b/packages/liveblocks-node-lexical/package.json index 610a5a12b0..6e2b7afe6a 100644 --- a/packages/liveblocks-node-lexical/package.json +++ b/packages/liveblocks-node-lexical/package.json @@ -1,6 +1,6 @@ { "name": "@liveblocks/node-lexical", - "version": "3.15.1", + "version": "3.15.2", "description": "A server-side utility that lets you modify lexical documents hosted in Liveblocks.", "license": "Apache-2.0", "author": "Liveblocks Inc.", @@ -36,8 +36,8 @@ "test:watch": "NODE_OPTIONS=\"--no-deprecation\" vitest" }, "dependencies": { - "@liveblocks/core": "3.15.1", - "@liveblocks/node": "3.15.1", + "@liveblocks/core": "3.15.2", + "@liveblocks/node": "3.15.2", "yjs": "^13.6.18" }, "peerDependencies": { diff --git a/packages/liveblocks-node-prosemirror/package.json b/packages/liveblocks-node-prosemirror/package.json index 6784924719..466d121cdc 100644 --- a/packages/liveblocks-node-prosemirror/package.json +++ b/packages/liveblocks-node-prosemirror/package.json @@ -1,6 +1,6 @@ { "name": "@liveblocks/node-prosemirror", - "version": "3.15.1", + "version": "3.15.2", "description": "A server-side utility that lets you modify prosemirror and tiptap documents hosted in Liveblocks.", "license": "Apache-2.0", "author": "Liveblocks Inc.", @@ -36,8 +36,8 @@ "test:watch": "NODE_OPTIONS=\"--no-deprecation\" vitest" }, "dependencies": { - "@liveblocks/core": "3.15.1", - "@liveblocks/node": "3.15.1", + "@liveblocks/core": "3.15.2", + "@liveblocks/node": "3.15.2", "yjs": "^13.6.20" }, "peerDependencies": { diff --git a/packages/liveblocks-node/package.json b/packages/liveblocks-node/package.json index 7b11aced40..1baccf35a1 100644 --- a/packages/liveblocks-node/package.json +++ b/packages/liveblocks-node/package.json @@ -1,6 +1,6 @@ { "name": "@liveblocks/node", - "version": "3.15.1", + "version": "3.15.2", "description": "A server-side utility that lets you set up a Liveblocks authentication endpoint. Liveblocks is the all-in-one toolkit to build collaborative products like Figma, Notion, and more.", "license": "Apache-2.0", "author": "Liveblocks Inc.", @@ -36,7 +36,7 @@ "test:watch": "NODE_OPTIONS=\"--no-deprecation\" vitest" }, "dependencies": { - "@liveblocks/core": "3.15.1", + "@liveblocks/core": "3.15.2", "@stablelib/base64": "^1.0.1", "fast-sha256": "^1.3.0", "node-fetch": "^2.6.1" diff --git a/packages/liveblocks-react-blocknote/package.json b/packages/liveblocks-react-blocknote/package.json index 82a705526e..821abe0a57 100644 --- a/packages/liveblocks-react-blocknote/package.json +++ b/packages/liveblocks-react-blocknote/package.json @@ -1,6 +1,6 @@ { "name": "@liveblocks/react-blocknote", - "version": "3.15.1", + "version": "3.15.2", "description": "An integration of BlockNote + React to enable collaboration, comments, live cursors, and more with Liveblocks.", "license": "Apache-2.0", "author": "Liveblocks Inc.", @@ -44,12 +44,12 @@ "test:watch": "NODE_OPTIONS=\"--no-deprecation\" vitest" }, "dependencies": { - "@liveblocks/client": "3.15.1", - "@liveblocks/core": "3.15.1", - "@liveblocks/react": "3.15.1", - "@liveblocks/react-tiptap": "3.15.1", - "@liveblocks/react-ui": "3.15.1", - "@liveblocks/yjs": "3.15.1", + "@liveblocks/client": "3.15.2", + "@liveblocks/core": "3.15.2", + "@liveblocks/react": "3.15.2", + "@liveblocks/react-tiptap": "3.15.2", + "@liveblocks/react-ui": "3.15.2", + "@liveblocks/yjs": "3.15.2", "@tiptap/core": "^3.19.0", "vitest-tsconfig-paths": "^3.4.1" }, diff --git a/packages/liveblocks-react-lexical/package.json b/packages/liveblocks-react-lexical/package.json index dba25e9a1d..f6bb01d1bb 100644 --- a/packages/liveblocks-react-lexical/package.json +++ b/packages/liveblocks-react-lexical/package.json @@ -1,6 +1,6 @@ { "name": "@liveblocks/react-lexical", - "version": "3.15.1", + "version": "3.15.2", "description": "An integration of Lexical + React to enable collaboration, comments, live cursors, and more with Liveblocks.", "license": "Apache-2.0", "author": "Liveblocks Inc.", @@ -45,11 +45,11 @@ }, "dependencies": { "@floating-ui/react-dom": "^2.1.0", - "@liveblocks/client": "3.15.1", - "@liveblocks/core": "3.15.1", - "@liveblocks/react": "3.15.1", - "@liveblocks/react-ui": "3.15.1", - "@liveblocks/yjs": "3.15.1", + "@liveblocks/client": "3.15.2", + "@liveblocks/core": "3.15.2", + "@liveblocks/react": "3.15.2", + "@liveblocks/react-ui": "3.15.2", + "@liveblocks/yjs": "3.15.2", "radix-ui": "^1.4.0", "yjs": "^13.6.18" }, diff --git a/packages/liveblocks-react-tiptap/package.json b/packages/liveblocks-react-tiptap/package.json index b8f966cb93..80ee3d5dd8 100644 --- a/packages/liveblocks-react-tiptap/package.json +++ b/packages/liveblocks-react-tiptap/package.json @@ -1,6 +1,6 @@ { "name": "@liveblocks/react-tiptap", - "version": "3.15.1", + "version": "3.15.2", "description": "An integration of TipTap + React to enable collaboration, comments, live cursors, and more with Liveblocks.", "license": "Apache-2.0", "author": "Liveblocks Inc.", @@ -45,11 +45,11 @@ }, "dependencies": { "@floating-ui/react-dom": "^2.1.0", - "@liveblocks/client": "3.15.1", - "@liveblocks/core": "3.15.1", - "@liveblocks/react": "3.15.1", - "@liveblocks/react-ui": "3.15.1", - "@liveblocks/yjs": "3.15.1", + "@liveblocks/client": "3.15.2", + "@liveblocks/core": "3.15.2", + "@liveblocks/react": "3.15.2", + "@liveblocks/react-ui": "3.15.2", + "@liveblocks/yjs": "3.15.2", "@tiptap/core": "^3.19.0", "@tiptap/react": "^3.19.0", "@tiptap/suggestion": "^3.19.0", diff --git a/packages/liveblocks-react-ui/package.json b/packages/liveblocks-react-ui/package.json index 2f9f6035a5..aaa31306d3 100644 --- a/packages/liveblocks-react-ui/package.json +++ b/packages/liveblocks-react-ui/package.json @@ -1,6 +1,6 @@ { "name": "@liveblocks/react-ui", - "version": "3.15.1", + "version": "3.15.2", "description": "A set of React pre-built components for the Liveblocks products. Liveblocks is the all-in-one toolkit to build collaborative products like Figma, Notion, and more.", "license": "Apache-2.0", "author": "Liveblocks Inc.", @@ -78,9 +78,9 @@ }, "dependencies": { "@floating-ui/react-dom": "^2.1.0", - "@liveblocks/client": "3.15.1", - "@liveblocks/core": "3.15.1", - "@liveblocks/react": "3.15.1", + "@liveblocks/client": "3.15.2", + "@liveblocks/core": "3.15.2", + "@liveblocks/react": "3.15.2", "frimousse": "^0.2.0", "marked": "^15.0.11", "radix-ui": "^1.4.0", diff --git a/packages/liveblocks-react/package.json b/packages/liveblocks-react/package.json index aebe9cfe39..6027058a9e 100644 --- a/packages/liveblocks-react/package.json +++ b/packages/liveblocks-react/package.json @@ -1,6 +1,6 @@ { "name": "@liveblocks/react", - "version": "3.15.1", + "version": "3.15.2", "description": "A set of React hooks and providers to use Liveblocks declaratively. Liveblocks is the all-in-one toolkit to build collaborative products like Figma, Notion, and more.", "license": "Apache-2.0", "author": "Liveblocks Inc.", @@ -63,8 +63,8 @@ "showdeps": "depcruise src --include-only '^src' --exclude='__tests__' --output-type dot | dot -T svg > /tmp/dependency-graph.svg && open /tmp/dependency-graph.svg" }, "dependencies": { - "@liveblocks/client": "3.15.1", - "@liveblocks/core": "3.15.1" + "@liveblocks/client": "3.15.2", + "@liveblocks/core": "3.15.2" }, "peerDependencies": { "@types/react": "*", diff --git a/packages/liveblocks-redux/package.json b/packages/liveblocks-redux/package.json index b9dafb5b93..7560b41954 100644 --- a/packages/liveblocks-redux/package.json +++ b/packages/liveblocks-redux/package.json @@ -1,6 +1,6 @@ { "name": "@liveblocks/redux", - "version": "3.15.1", + "version": "3.15.2", "description": "A store enhancer to integrate Liveblocks into Redux stores. Liveblocks is the all-in-one toolkit to build collaborative products like Figma, Notion, and more.", "license": "Apache-2.0", "author": "Liveblocks Inc.", @@ -35,8 +35,8 @@ "test:watch": "vitest" }, "dependencies": { - "@liveblocks/client": "3.15.1", - "@liveblocks/core": "3.15.1" + "@liveblocks/client": "3.15.2", + "@liveblocks/core": "3.15.2" }, "peerDependencies": { "redux": "^4 || ^5" diff --git a/packages/liveblocks-yjs/package.json b/packages/liveblocks-yjs/package.json index 3aba148061..49ab406b36 100644 --- a/packages/liveblocks-yjs/package.json +++ b/packages/liveblocks-yjs/package.json @@ -1,6 +1,6 @@ { "name": "@liveblocks/yjs", - "version": "3.15.1", + "version": "3.15.2", "description": "Integrate your existing or new Yjs documents with Liveblocks.", "license": "Apache-2.0", "author": "Liveblocks Inc.", @@ -35,8 +35,8 @@ "test:watch": "vitest" }, "dependencies": { - "@liveblocks/client": "3.15.1", - "@liveblocks/core": "3.15.1", + "@liveblocks/client": "3.15.2", + "@liveblocks/core": "3.15.2", "@noble/hashes": "^1.8.0", "js-base64": "^3.7.7", "y-indexeddb": "^9.0.12" diff --git a/packages/liveblocks-zustand/package.json b/packages/liveblocks-zustand/package.json index 8f0b9c63a3..2d968c4542 100644 --- a/packages/liveblocks-zustand/package.json +++ b/packages/liveblocks-zustand/package.json @@ -1,6 +1,6 @@ { "name": "@liveblocks/zustand", - "version": "3.15.1", + "version": "3.15.2", "description": "A middleware for Zustand to automatically synchronize your stores with Liveblocks. Liveblocks is the all-in-one toolkit to build collaborative products like Figma, Notion, and more.", "license": "Apache-2.0", "author": "Liveblocks Inc.", @@ -36,8 +36,8 @@ "test:watch": "vitest" }, "dependencies": { - "@liveblocks/client": "3.15.1", - "@liveblocks/core": "3.15.1" + "@liveblocks/client": "3.15.2", + "@liveblocks/core": "3.15.2" }, "peerDependencies": { "zustand": "^5.0.1"