@liveblocks/react-blocknote 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 +8 -40
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.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-blocknote";
|
|
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-blocknote",
|
|
3
|
-
"version": "3.18.3-
|
|
3
|
+
"version": "3.18.3-test3",
|
|
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
|
"author": "Liveblocks Inc.",
|
|
@@ -33,12 +33,12 @@
|
|
|
33
33
|
"README.md"
|
|
34
34
|
],
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@liveblocks/
|
|
37
|
-
"@liveblocks/
|
|
38
|
-
"@liveblocks/react
|
|
39
|
-
"@liveblocks/react-ui": "3.18.3-
|
|
40
|
-
"@liveblocks/
|
|
41
|
-
"@liveblocks/yjs": "3.18.3-
|
|
36
|
+
"@liveblocks/client": "3.18.3-test3",
|
|
37
|
+
"@liveblocks/core": "3.18.3-test3",
|
|
38
|
+
"@liveblocks/react": "3.18.3-test3",
|
|
39
|
+
"@liveblocks/react-ui": "3.18.3-test3",
|
|
40
|
+
"@liveblocks/react-tiptap": "3.18.3-test3",
|
|
41
|
+
"@liveblocks/yjs": "3.18.3-test3"
|
|
42
42
|
},
|
|
43
43
|
"peerDependencies": {
|
|
44
44
|
"@blocknote/core": ">=0.43",
|
|
@@ -57,27 +57,6 @@
|
|
|
57
57
|
"optional": true
|
|
58
58
|
}
|
|
59
59
|
},
|
|
60
|
-
"devDependencies": {
|
|
61
|
-
"@blocknote/core": "^0.43.0",
|
|
62
|
-
"@blocknote/react": "^0.43.0",
|
|
63
|
-
"@tiptap/core": "^3.22.3",
|
|
64
|
-
"eslint": "^9.39.4",
|
|
65
|
-
"eslint-plugin-react": "^7.33.2",
|
|
66
|
-
"eslint-plugin-react-hooks": "^5.2.0",
|
|
67
|
-
"msw": "^2.10.4",
|
|
68
|
-
"react": "^18.2.0",
|
|
69
|
-
"react-dom": "^18.2.0",
|
|
70
|
-
"rollup": "3.28.1",
|
|
71
|
-
"stylelint": "^15.10.2",
|
|
72
|
-
"stylelint-config-standard": "^34.0.0",
|
|
73
|
-
"stylelint-order": "^6.0.3",
|
|
74
|
-
"stylelint-plugin-logical-css": "^0.13.2",
|
|
75
|
-
"typescript": "^5.9.3",
|
|
76
|
-
"vitest": "^4.1.4",
|
|
77
|
-
"@liveblocks/eslint-config": "0.0.0",
|
|
78
|
-
"@liveblocks/rollup-config": "0.0.0",
|
|
79
|
-
"@liveblocks/vitest-config": "1.0.0"
|
|
80
|
-
},
|
|
81
60
|
"sideEffects": false,
|
|
82
61
|
"bugs": {
|
|
83
62
|
"url": "https://github.com/liveblocks/liveblocks/issues"
|
|
@@ -108,16 +87,5 @@
|
|
|
108
87
|
"rooms",
|
|
109
88
|
"documents",
|
|
110
89
|
"conflict resolution"
|
|
111
|
-
]
|
|
112
|
-
"scripts": {
|
|
113
|
-
"dev": "rollup --config rollup.config.js --watch",
|
|
114
|
-
"build": "rollup --config rollup.config.js",
|
|
115
|
-
"format": "eslint --fix src/; stylelint --fix src/styles/; prettier --write src/",
|
|
116
|
-
"lint": "eslint src/; stylelint src/styles/",
|
|
117
|
-
"lint:package": "publint --strict && attw --pack",
|
|
118
|
-
"start": "pnpm run dev",
|
|
119
|
-
"test": "vitest run",
|
|
120
|
-
"test:ci": "vitest run",
|
|
121
|
-
"test:watch": "vitest"
|
|
122
|
-
}
|
|
90
|
+
]
|
|
123
91
|
}
|