@liveblocks/react-blocknote 3.13.4 → 3.13.5

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.
package/README.md CHANGED
@@ -64,4 +64,4 @@ learn more about
64
64
  Licensed under the Apache License 2.0, Copyright © 2021-present
65
65
  [Liveblocks](https://liveblocks.io).
66
66
 
67
- See [LICENSE](../../LICENSE) for more information.
67
+ See [LICENSE](../../licenses/LICENSE-APACHE-2.0) for more information.
package/dist/version.cjs CHANGED
@@ -1,7 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  const PKG_NAME = "@liveblocks/react-blocknote";
4
- const PKG_VERSION = typeof "3.13.4" === "string" && "3.13.4";
4
+ const PKG_VERSION = typeof "3.13.5" === "string" && "3.13.5";
5
5
  const PKG_FORMAT = typeof "cjs" === "string" && "cjs";
6
6
 
7
7
  exports.PKG_FORMAT = PKG_FORMAT;
package/dist/version.js CHANGED
@@ -1,5 +1,5 @@
1
1
  const PKG_NAME = "@liveblocks/react-blocknote";
2
- const PKG_VERSION = typeof "3.13.4" === "string" && "3.13.4";
2
+ const PKG_VERSION = typeof "3.13.5" === "string" && "3.13.5";
3
3
  const PKG_FORMAT = typeof "esm" === "string" && "esm";
4
4
 
5
5
  export { PKG_FORMAT, PKG_NAME, PKG_VERSION };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liveblocks/react-blocknote",
3
- "version": "3.13.4",
3
+ "version": "3.13.5",
4
4
  "description": "An integration of BlockNote + React to enable collaboration, comments, live cursors, and more with Liveblocks.",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -42,19 +42,19 @@
42
42
  "test:watch": "NODE_OPTIONS=\"--no-deprecation\" vitest"
43
43
  },
44
44
  "dependencies": {
45
- "@liveblocks/client": "3.13.4",
46
- "@liveblocks/core": "3.13.4",
47
- "@liveblocks/react": "3.13.4",
48
- "@liveblocks/react-tiptap": "3.13.4",
49
- "@liveblocks/react-ui": "3.13.4",
50
- "@liveblocks/yjs": "3.13.4",
51
- "@tiptap/core": "^3.4.2",
45
+ "@liveblocks/client": "3.13.5",
46
+ "@liveblocks/core": "3.13.5",
47
+ "@liveblocks/react": "3.13.5",
48
+ "@liveblocks/react-tiptap": "3.13.5",
49
+ "@liveblocks/react-ui": "3.13.5",
50
+ "@liveblocks/yjs": "3.13.5",
51
+ "@tiptap/core": "^3.19.0",
52
52
  "vitest-tsconfig-paths": "^3.4.1"
53
53
  },
54
54
  "peerDependencies": {
55
55
  "@blocknote/core": "0.39.1 - 1.0.0",
56
56
  "@blocknote/react": "0.39.1 - 1.0.0",
57
- "@tiptap/core": "^3.4.2",
57
+ "@tiptap/core": "^3.19.0",
58
58
  "@types/react": "*",
59
59
  "@types/react-dom": "*",
60
60
  "react": "^18 || ^19 || ^19.0.0-rc",