@liveblocks/react 1.0.0-beta1 → 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1 @@
1
+ 5d22742a4af339ea1616e9f6c8d7b5bc055365dc
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liveblocks/react",
3
- "version": "1.0.0-beta1",
3
+ "version": "1.0.0",
4
4
  "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.",
5
5
  "license": "Apache-2.0",
6
6
  "main": "./dist/index.js",
@@ -20,8 +20,8 @@
20
20
  "test:watch": "jest --silent --verbose --color=always --watch"
21
21
  },
22
22
  "dependencies": {
23
- "@liveblocks/client": "1.0.0-beta1",
24
- "@liveblocks/core": "1.0.0-beta1",
23
+ "@liveblocks/client": "1.0.0",
24
+ "@liveblocks/core": "1.0.0",
25
25
  "use-sync-external-store": "^1.2.0"
26
26
  },
27
27
  "peerDependencies": {