Skip to content

Commit 8456d41

Browse files
authored
bump: lexical version (#408)
* bump: lexical version * bump: lexical version
1 parent a6e961c commit 8456d41

File tree

6 files changed

+31
-27
lines changed

6 files changed

+31
-27
lines changed

attic/esbuild/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"@testing-library/user-event": "^12.1.10",
2626
"@uiw/react-md-editor": "^2.1.1",
2727
"assert": "^2.0.0",
28-
"axios": "^0.33.1",
28+
"axios": "^0.35.0",
2929
"bulmaswatch": "^0.8.1",
3030
"constants-browserify": "^1.0.0",
3131
"esbuild-wasm": "^0.8.27",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"eslint-plugin-prettier": "^5.5.4",
6868
"eslint-plugin-react": "^7.37.5",
6969
"eslint-plugin-react-hooks": "^5.2.0",
70-
"fkill-cli": "^7.1.0",
70+
"fkill-cli": "^8.0.0",
7171
"husky": "^9.1.7",
7272
"lerna": "^6.6.2",
7373
"lint-staged": "^16.1.5",

packages/lexical/package.json

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@datalayer/jupyter-lexical",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "Jupyter UI for Lexical",
55
"license": "MIT",
66
"main": "lib/index.js",
@@ -68,25 +68,27 @@
6868
"@jupyterlab/coreutils": "^6.0.0",
6969
"@jupyterlab/services": "^7.0.0",
7070
"@jupyterlab/settingregistry": "^4.0.0",
71-
"@lexical/code": "^0.33.1",
72-
"@lexical/link": "^0.33.1",
73-
"@lexical/list": "^0.33.1",
74-
"@lexical/react": "^0.33.1",
75-
"@lexical/rich-text": "^0.33.1",
76-
"@lexical/selection": "^0.33.1",
77-
"@lexical/table": "^0.33.1",
78-
"@lexical/utils": "^0.33.1",
79-
"@lexical/yjs": "^0.33.1",
71+
"@lexical/code": "^0.35.0",
72+
"@lexical/link": "^0.35.0",
73+
"@lexical/list": "^0.35.0",
74+
"@lexical/mark": "^0.35.0",
75+
"@lexical/react": "^0.35.0",
76+
"@lexical/rich-text": "^0.35.0",
77+
"@lexical/selection": "^0.35.0",
78+
"@lexical/table": "^0.35.0",
79+
"@lexical/utils": "^0.35.0",
80+
"@lexical/yjs": "^0.35.0",
8081
"autoprefixer": "^10.4.21",
8182
"katex": "^0.16.21",
82-
"lexical": "^0.33.1",
83+
"lexical": "^0.35.0",
8384
"lodash-es": "^4.17.21",
8485
"postcss": "^8.5.6",
8586
"react": "18.3.1",
8687
"react-dom": "18.3.1",
8788
"react-json-tree": "^0.19.0",
8889
"styled-components": "^5.3.10",
8990
"tailwindcss": "^4.1.11",
91+
"y-websocket": "3.0.0",
9092
"yjs": "^13.6.24"
9193
},
9294
"devDependencies": {

packages/lexical/src/editor/Editor.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ const initialConfig = {
7979
onError(error: Error) {
8080
throw error;
8181
},
82+
// @ts-expect-error TODO Fix this...
8283
nodes: [
8384
AutoLinkNode,
8485
CodeNode,
@@ -102,7 +103,7 @@ const initialConfig = {
102103
TableRowNode,
103104
YouTubeNode,
104105
],
105-
};
106+
};0
106107

107108
const EditorContextPlugin = () => {
108109
const { setEditor } = useLexical();
@@ -130,6 +131,7 @@ export function Editor(props: Props) {
130131
// console.log('---', _editorState.toJSON());
131132
}
132133
return (
134+
// @ts-expect-error TODO Fix this...
133135
<LexicalComposer initialConfig={initialConfig}>
134136
<div className="editor-shell">
135137
<div className="editor-container">

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@
162162
"utf-8-validate": "^6.0.3",
163163
"wildcard-match": "^5.1.2",
164164
"y-protocols": "^1.0.5",
165-
"y-websocket": "^3.0.0",
165+
"y-websocket": "3.0.0",
166166
"yjs": "^13.6.24",
167167
"zustand": "^4.4.1"
168168
},

packages/vscode/package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -279,33 +279,33 @@
279279
"@codemirror/language": "^6.11.3",
280280
"@codemirror/state": "^6.5.2",
281281
"@codemirror/view": "^6.38.2",
282-
"@datalayer/core": "^0.0.10",
282+
"@datalayer/core": "^0.0.11",
283283
"@datalayer/jupyter-react": "file:../react",
284284
"@datalayer/lexical-loro": "^0.0.7",
285285
"@jupyter/ydoc": "^2.0.0",
286286
"@jupyterlab/services": "^7.0.0",
287-
"@lexical/code": "^0.33.1",
288-
"@lexical/html": "^0.33.1",
289-
"@lexical/link": "^0.33.1",
290-
"@lexical/list": "^0.33.1",
291-
"@lexical/markdown": "^0.33.1",
292-
"@lexical/react": "^0.33.1",
293-
"@lexical/rich-text": "^0.33.1",
294-
"@lexical/selection": "^0.33.1",
295-
"@lexical/utils": "^0.33.1",
287+
"@lexical/code": "^0.35.0",
288+
"@lexical/html": "^0.35.0",
289+
"@lexical/link": "^0.35.0",
290+
"@lexical/list": "^0.35.0",
291+
"@lexical/markdown": "^0.35.0",
292+
"@lexical/react": "^0.35.0",
293+
"@lexical/rich-text": "^0.35.0",
294+
"@lexical/selection": "^0.35.0",
295+
"@lexical/utils": "^0.35.0",
296296
"@lezer/highlight": "^1.2.1",
297297
"@lumino/coreutils": "^2.1.1",
298298
"@lumino/disposable": "^2.1.1",
299299
"@lumino/signaling": "^2.1.1",
300300
"@primer/react": "^37.19.0",
301301
"@vscode/codicons": "^0.0.40",
302-
"lexical": "^0.33.1",
302+
"lexical": "^0.35.0",
303303
"react": "18.3.1",
304304
"react-dom": "18.3.1",
305305
"typestyle": "^2.0.4",
306306
"uuid": "^8.3.2",
307307
"ws": "^8.18.1",
308-
"y-websocket": "^2.0.4",
308+
"y-websocket": "3.0.0",
309309
"yjs": "^13.6.18"
310310
},
311311
"devDependencies": {

0 commit comments

Comments
 (0)