Skip to content

Commit 50eee5f

Browse files
committed
adding dependencies
1 parent 964d829 commit 50eee5f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

packages/jupyter-chat/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@
5151
"@jupyterlab/codeeditor": "^4.2.0",
5252
"@jupyterlab/codemirror": "^4.2.0",
5353
"@jupyterlab/docmanager": "^4.2.0",
54+
"@jupyterlab/docregistry": "^4.2.0",
5455
"@jupyterlab/filebrowser": "^4.2.0",
5556
"@jupyterlab/fileeditor": "^4.2.0",
5657
"@jupyterlab/notebook": "^4.2.0",
@@ -62,6 +63,7 @@
6263
"@lumino/disposable": "^2.0.0",
6364
"@lumino/polling": "^2.0.0",
6465
"@lumino/signaling": "^2.0.0",
66+
"@lumino/widgets": "^2.0.0",
6567
"@mui/icons-material": "^7.3.2",
6668
"@mui/material": "^7.3.2",
6769
"clsx": "^2.1.0",

yarn.lock

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2309,6 +2309,7 @@ __metadata:
23092309
"@jupyterlab/codeeditor": ^4.2.0
23102310
"@jupyterlab/codemirror": ^4.2.0
23112311
"@jupyterlab/docmanager": ^4.2.0
2312+
"@jupyterlab/docregistry": ^4.2.0
23122313
"@jupyterlab/filebrowser": ^4.2.0
23132314
"@jupyterlab/fileeditor": ^4.2.0
23142315
"@jupyterlab/notebook": ^4.2.0
@@ -2321,6 +2322,7 @@ __metadata:
23212322
"@lumino/disposable": ^2.0.0
23222323
"@lumino/polling": ^2.0.0
23232324
"@lumino/signaling": ^2.0.0
2325+
"@lumino/widgets": ^2.0.0
23242326
"@mui/icons-material": ^7.3.2
23252327
"@mui/material": ^7.3.2
23262328
"@types/jest": ^29.2.0

0 commit comments

Comments
 (0)