Skip to content

Commit 21d0306

Browse files
authored
Adds jupyter-ui-toolkit packages in shared scope (jupyter#7530)
* Adds jupyter-ui-toolkit packages in shared scope * reordering package names
1 parent d847b24 commit 21d0306

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
"@jupyter-notebook/tree": "~7.3.0",
2424
"@jupyter-notebook/tree-extension": "~7.3.0",
2525
"@jupyter-notebook/ui-components": "~7.3.0",
26+
"@jupyter/react-components": "^0.16.6",
27+
"@jupyter/web-components": "^0.16.6",
2628
"@jupyter/ydoc": "~3.0.0",
2729
"@jupyterlab/application": "~4.3.2",
2830
"@jupyterlab/application-extension": "~4.3.2",
@@ -367,6 +369,8 @@
367369
"@codemirror/state",
368370
"@codemirror/view",
369371
"@jupyter-notebook/tree",
372+
"@jupyter/react-components",
373+
"@jupyter/web-components",
370374
"@jupyter/ydoc",
371375
"@jupyterlab/application",
372376
"@jupyterlab/apputils",

0 commit comments

Comments
 (0)