Pārlūkot izejas kodu

Use InputGroup in json-extension

Grant Nestor 6 gadi atpakaļ
vecāks
revīzija
a930534bbf

+ 1 - 0
packages/json-extension/package.json

@@ -31,6 +31,7 @@
   },
   "dependencies": {
     "@jupyterlab/rendermime-interfaces": "^1.2.1",
+    "@jupyterlab/ui-components": "^0.0.1",
     "@phosphor/coreutils": "^1.3.0",
     "@phosphor/messaging": "^1.2.2",
     "@phosphor/widgets": "^1.6.0",

+ 3 - 0
packages/json-extension/tsconfig.json

@@ -8,6 +8,9 @@
   "references": [
     {
       "path": "../rendermime-interfaces"
+    },
+    {
+      "path": "../ui-components"
     }
   ]
 }