Skip to content

Commit fff2dbe

Browse files
committed
Fix JupyterLab 4 support by using the Lumino version it provides
Signed-off-by: martinRenou <[email protected]>
1 parent 93d09c2 commit fff2dbe

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

package.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,42 @@
120120
"@jupyter-widgets/base": {
121121
"bundled": false,
122122
"singleton": true
123+
},
124+
"@lumino/algorithm": {
125+
"bundled": false,
126+
"singleton": true
127+
},
128+
"@lumino/commands": {
129+
"bundled": false,
130+
"singleton": true
131+
},
132+
"@lumino/coreutils": {
133+
"bundled": false,
134+
"singleton": true
135+
},
136+
"@lumino/datagrid": {
137+
"bundled": false,
138+
"singleton": true
139+
},
140+
"@lumino/default-theme": {
141+
"bundled": false,
142+
"singleton": true
143+
},
144+
"@lumino/domutils": {
145+
"bundled": false,
146+
"singleton": true
147+
},
148+
"@lumino/messaging": {
149+
"bundled": false,
150+
"singleton": true
151+
},
152+
"@lumino/virtualdom": {
153+
"bundled": false,
154+
"singleton": true
155+
},
156+
"@lumino/widgets": {
157+
"bundled": false,
158+
"singleton": true
123159
}
124160
}
125161
}

0 commit comments

Comments
 (0)