@liveblocks/react-lexical 3.18.3-test1 → 3.18.3-test3
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 +7 -43
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.18.3-
|
|
4
|
+
const PKG_VERSION = typeof "3.18.3-test3" === "string" && "3.18.3-test3";
|
|
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.18.3-
|
|
2
|
+
const PKG_VERSION = typeof "3.18.3-test3" === "string" && "3.18.3-test3";
|
|
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.18.3-
|
|
3
|
+
"version": "3.18.3-test3",
|
|
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
|
"author": "Liveblocks Inc.",
|
|
@@ -35,11 +35,11 @@
|
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@floating-ui/react-dom": "^2.1.0",
|
|
37
37
|
"radix-ui": "^1.4.0",
|
|
38
|
-
"@liveblocks/client": "3.18.3-
|
|
39
|
-
"@liveblocks/core": "3.18.3-
|
|
40
|
-
"@liveblocks/react": "3.18.3-
|
|
41
|
-
"@liveblocks/
|
|
42
|
-
"@liveblocks/
|
|
38
|
+
"@liveblocks/client": "3.18.3-test3",
|
|
39
|
+
"@liveblocks/core": "3.18.3-test3",
|
|
40
|
+
"@liveblocks/react-ui": "3.18.3-test3",
|
|
41
|
+
"@liveblocks/yjs": "3.18.3-test3",
|
|
42
|
+
"@liveblocks/react": "3.18.3-test3"
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
45
45
|
"@lexical/react": "0.35.0",
|
|
@@ -62,31 +62,6 @@
|
|
|
62
62
|
"optional": true
|
|
63
63
|
}
|
|
64
64
|
},
|
|
65
|
-
"devDependencies": {
|
|
66
|
-
"@lexical/react": "0.35.0",
|
|
67
|
-
"@lexical/rich-text": "0.35.0",
|
|
68
|
-
"@lexical/selection": "0.35.0",
|
|
69
|
-
"@lexical/utils": "0.35.0",
|
|
70
|
-
"@lexical/yjs": "0.35.0",
|
|
71
|
-
"eslint": "^9.39.4",
|
|
72
|
-
"eslint-plugin-react": "^7.33.2",
|
|
73
|
-
"eslint-plugin-react-hooks": "^5.2.0",
|
|
74
|
-
"lexical": "0.35.0",
|
|
75
|
-
"msw": "^2.10.4",
|
|
76
|
-
"react": "^18.2.0",
|
|
77
|
-
"react-dom": "^18.2.0",
|
|
78
|
-
"rollup": "3.28.1",
|
|
79
|
-
"stylelint": "^15.10.2",
|
|
80
|
-
"stylelint-config-standard": "^34.0.0",
|
|
81
|
-
"stylelint-order": "^6.0.3",
|
|
82
|
-
"stylelint-plugin-logical-css": "^0.13.2",
|
|
83
|
-
"typescript": "^5.9.3",
|
|
84
|
-
"vitest": "^4.1.4",
|
|
85
|
-
"yjs": "^13.6.27",
|
|
86
|
-
"@liveblocks/rollup-config": "0.0.0",
|
|
87
|
-
"@liveblocks/vitest-config": "1.0.0",
|
|
88
|
-
"@liveblocks/eslint-config": "0.0.0"
|
|
89
|
-
},
|
|
90
65
|
"sideEffects": false,
|
|
91
66
|
"bugs": {
|
|
92
67
|
"url": "https://github.com/liveblocks/liveblocks/issues"
|
|
@@ -115,16 +90,5 @@
|
|
|
115
90
|
"rooms",
|
|
116
91
|
"documents",
|
|
117
92
|
"conflict resolution"
|
|
118
|
-
]
|
|
119
|
-
"scripts": {
|
|
120
|
-
"dev": "rollup --config rollup.config.js --watch",
|
|
121
|
-
"build": "rollup --config rollup.config.js",
|
|
122
|
-
"format": "eslint --fix src/; stylelint --fix src/styles/; prettier --write src/",
|
|
123
|
-
"lint": "eslint src/; stylelint src/styles/",
|
|
124
|
-
"lint:package": "publint --strict && attw --pack",
|
|
125
|
-
"start": "pnpm run dev",
|
|
126
|
-
"test": "vitest run",
|
|
127
|
-
"test:ci": "vitest run",
|
|
128
|
-
"test:watch": "vitest"
|
|
129
|
-
}
|
|
93
|
+
]
|
|
130
94
|
}
|