Browse Source

Use InputGroup in json-extension

Grant Nestor 6 years ago
parent
commit
a930534bbf
2 changed files with 4 additions and 0 deletions
  1. 1 0
      packages/json-extension/package.json
  2. 3 0
      packages/json-extension/tsconfig.json

+ 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"
     }
   ]
 }