|
@@ -25,6 +25,7 @@
|
|
|
"@jupyterlab/console-extension": "~3.0.0-alpha.4",
|
|
|
"@jupyterlab/coreutils": "~5.0.0-alpha.4",
|
|
|
"@jupyterlab/csvviewer-extension": "~3.0.0-alpha.4",
|
|
|
+ "@jupyterlab/debugger-extension": "~3.0.0-alpha.4",
|
|
|
"@jupyterlab/docmanager-extension": "~3.0.0-alpha.4",
|
|
|
"@jupyterlab/documentsearch-extension": "~3.0.0-alpha.4",
|
|
|
"@jupyterlab/extensionmanager-extension": "~3.0.0-alpha.4",
|
|
@@ -107,6 +108,8 @@
|
|
|
"@jupyterlab/coreutils": "~5.0.0-alpha.4",
|
|
|
"@jupyterlab/csvviewer": "~3.0.0-alpha.4",
|
|
|
"@jupyterlab/csvviewer-extension": "~3.0.0-alpha.4",
|
|
|
+ "@jupyterlab/debugger": "~3.0.0-alpha.4",
|
|
|
+ "@jupyterlab/debugger-extension": "~3.0.0-alpha.4",
|
|
|
"@jupyterlab/docmanager": "~3.0.0-alpha.4",
|
|
|
"@jupyterlab/docmanager-extension": "~3.0.0-alpha.4",
|
|
|
"@jupyterlab/docregistry": "~3.0.0-alpha.4",
|
|
@@ -203,6 +206,7 @@
|
|
|
"@jupyterlab/completer-extension": "",
|
|
|
"@jupyterlab/console-extension": "",
|
|
|
"@jupyterlab/csvviewer-extension": "",
|
|
|
+ "@jupyterlab/debugger-extension": "",
|
|
|
"@jupyterlab/docmanager-extension": "",
|
|
|
"@jupyterlab/documentsearch-extension": "",
|
|
|
"@jupyterlab/extensionmanager-extension": "",
|
|
@@ -305,6 +309,8 @@
|
|
|
"@jupyterlab/coreutils": "../packages/coreutils",
|
|
|
"@jupyterlab/csvviewer": "../packages/csvviewer",
|
|
|
"@jupyterlab/csvviewer-extension": "../packages/csvviewer-extension",
|
|
|
+ "@jupyterlab/debugger": "../packages/debugger",
|
|
|
+ "@jupyterlab/debugger-extension": "../packages/debugger-extension",
|
|
|
"@jupyterlab/docmanager": "../packages/docmanager",
|
|
|
"@jupyterlab/docmanager-extension": "../packages/docmanager-extension",
|
|
|
"@jupyterlab/docregistry": "../packages/docregistry",
|