Kaynağa Gözat

Merge pull request #216 from blink1073/fix-examples-again

Fix console example package.json
Steven Silvester 8 yıl önce
ebeveyn
işleme
2408f5a7b8

+ 1 - 0
examples/console/package.json

@@ -18,6 +18,7 @@
   "dependencies": {
     "jupyter-js-notebook": "file:../..",
     "jupyter-js-services": "^0.10.1",
+    "jupyter-js-ui": "^0.11.0",
     "jupyter-js-utils": "^0.4.0",
     "phosphor-commandpalette": "^0.2.0",
     "phosphor-disposable": "^1.0.5",

+ 1 - 1
examples/notebook/package.json

@@ -18,7 +18,7 @@
   "dependencies": {
     "jupyter-js-notebook": "file:../..",
     "jupyter-js-services": "^0.10.1",
-    "jupyter-js-ui": "^0.11.2",
+    "jupyter-js-ui": "^0.11.0",
     "phosphor-commandpalette": "^0.2.0",
     "phosphor-keymap": "^0.8.0",
     "phosphor-splitpanel": "^1.0.0-rc.1",