Ver Fonte

Update imports

Afshin T. Darian há 4 anos atrás
pai
commit
04183544b0
3 ficheiros alterados com 17 adições e 0 exclusões
  1. 6 0
      dev_mode/package.json
  2. 5 0
      jupyterlab/staging/package.json
  3. 6 0
      tsconfigdoc.json

+ 6 - 0
dev_mode/package.json

@@ -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",

+ 5 - 0
jupyterlab/staging/package.json

@@ -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",
@@ -106,6 +107,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",
@@ -202,6 +205,7 @@
       "@jupyterlab/completer-extension": "",
       "@jupyterlab/console-extension": "",
       "@jupyterlab/csvviewer-extension": "",
+      "@jupyterlab/debugger-extension": "",
       "@jupyterlab/docmanager-extension": "",
       "@jupyterlab/documentsearch-extension": "",
       "@jupyterlab/extensionmanager-extension": "",
@@ -246,6 +250,7 @@
       "@jupyterlab/apputils",
       "@jupyterlab/console",
       "@jupyterlab/coreutils",
+      "@jupyterlab/debugger",
       "@jupyterlab/docmanager",
       "@jupyterlab/extensionmanager",
       "@jupyterlab/filebrowser",

+ 6 - 0
tsconfigdoc.json

@@ -63,6 +63,12 @@
     {
       "path": "./packages/csvviewer-extension"
     },
+    {
+      "path": "./packages/debugger"
+    },
+    {
+      "path": "./packages/debugger-extension"
+    },
     {
       "path": "./packages/docmanager"
     },