@liveblocks/react-lexical 3.14.0-pre2 → 3.14.0-pre3
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/dist/version.cjs +1 -1
- package/dist/version.js +1 -1
- package/package.json +6 -6
package/dist/version.cjs
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
3
|
const PKG_NAME = "@liveblocks/react-lexical";
|
|
4
|
-
const PKG_VERSION = typeof "3.14.0-
|
|
4
|
+
const PKG_VERSION = typeof "3.14.0-pre3" === "string" && "3.14.0-pre3";
|
|
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-lexical";
|
|
2
|
-
const PKG_VERSION = typeof "3.14.0-
|
|
2
|
+
const PKG_VERSION = typeof "3.14.0-pre3" === "string" && "3.14.0-pre3";
|
|
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-lexical",
|
|
3
|
-
"version": "3.14.0-
|
|
3
|
+
"version": "3.14.0-pre3",
|
|
4
4
|
"description": "An integration of Lexical + React to enable collaboration, comments, live cursors, and more with Liveblocks.",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|
|
@@ -43,11 +43,11 @@
|
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
45
|
"@floating-ui/react-dom": "^2.1.1",
|
|
46
|
-
"@liveblocks/client": "3.14.0-
|
|
47
|
-
"@liveblocks/core": "3.14.0-
|
|
48
|
-
"@liveblocks/react": "3.14.0-
|
|
49
|
-
"@liveblocks/react-ui": "3.14.0-
|
|
50
|
-
"@liveblocks/yjs": "3.14.0-
|
|
46
|
+
"@liveblocks/client": "3.14.0-pre3",
|
|
47
|
+
"@liveblocks/core": "3.14.0-pre3",
|
|
48
|
+
"@liveblocks/react": "3.14.0-pre3",
|
|
49
|
+
"@liveblocks/react-ui": "3.14.0-pre3",
|
|
50
|
+
"@liveblocks/yjs": "3.14.0-pre3",
|
|
51
51
|
"@radix-ui/react-select": "^2.1.2",
|
|
52
52
|
"@radix-ui/react-toggle": "^1.1.0",
|
|
53
53
|
"yjs": "^13.6.18"
|