Skip to content

Commit d8bf58c

Browse files
committed
resolutions: lexical
1 parent e6df223 commit d8bf58c

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

package.json

+10
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,16 @@
134134
"@jupyterlite/server": "^0.4.0",
135135
"@jupyterlite/server-extension": "^0.4.0",
136136
"@jupyter/ydoc": "3.0.2",
137+
"@lexical/code": "0.23.1",
138+
"@lexical/link": "0.23.1",
139+
"@lexical/list": "0.23.1",
140+
"@lexical/react": "0.23.1",
141+
"@lexical/rich-text": "0.23.1",
142+
"@lexical/selection": "0.23.1",
143+
"@lexical/table": "0.23.1",
144+
"@lexical/utils": "0.23.1",
145+
"@lexical/yjs": "0.23.1",
146+
"lexical": "0.23.1",
137147
"@lumino/algorithm": "2.0.1",
138148
"@lumino/application": "2.2.0",
139149
"@lumino/collections": "2.0.1",

packages/lexical/package.json

+8
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,15 @@
6666
"@jupyterlab/coreutils": "^6.0.0",
6767
"@jupyterlab/services": "^7.0.0",
6868
"@jupyterlab/settingregistry": "^4.0.0",
69+
"@lexical/code": "^0.23.1",
70+
"@lexical/link": "^0.23.1",
71+
"@lexical/list": "^0.23.1",
6972
"@lexical/react": "^0.23.1",
73+
"@lexical/rich-text": "^0.23.1",
74+
"@lexical/selection": "^0.23.1",
75+
"@lexical/table": "^0.23.1",
76+
"@lexical/utils": "^0.23.1",
77+
"@lexical/yjs": "^0.23.1",
7078
"katex": "^0.16.21",
7179
"lexical": "^0.23.1",
7280
"lodash-es": "^4.17.21",

0 commit comments

Comments
 (0)