Jelajahi Sumber

Update services deps

Steven Silvester 8 tahun lalu
induk
melakukan
c759d54ab4

+ 1 - 1
examples/console/package.json

@@ -8,7 +8,7 @@
     "watch": "watch 'npm run update && npm run build' ../../src src --wait 10"
   },
   "dependencies": {
-    "jupyter-js-services": "^0.17.0",
+    "jupyter-js-services": "^0.18.0",
     "jupyterlab": "file:../..",
     "phosphor": "^0.6.0"
   },

+ 1 - 1
examples/filebrowser/package.json

@@ -8,7 +8,7 @@
     "watch": "watch 'npm run update && npm run build' ../../src src --wait 10"
   },
   "dependencies": {
-    "jupyter-js-services": "^0.17.0",
+    "jupyter-js-services": "^0.18.0",
     "jupyterlab": "file:../..",
     "phosphor": "^0.6.0"
   },

+ 1 - 1
examples/lab/package.json

@@ -10,7 +10,7 @@
   "dependencies": {
     "es6-promise": "^3.1.2",
     "font-awesome": "^4.6.3",
-    "jupyter-js-services": "^0.16.0",
+    "jupyter-js-services": "^0.18.0",
     "jupyterlab": "file:../../",
     "phosphor": "^0.6.0"
   },

+ 1 - 1
examples/notebook/package.json

@@ -8,7 +8,7 @@
     "watch": "watch 'npm run update && npm run build' ../../src src --wait 10"
   },
   "dependencies": {
-    "jupyter-js-services": "^0.17.0",
+    "jupyter-js-services": "^0.18.0",
     "jupyterlab": "file:../..",
     "phosphor": "^0.6.0"
   },

+ 1 - 1
examples/terminal/package.json

@@ -8,7 +8,7 @@
     "watch": "watch 'npm run update && npm run build' ../../src src --wait 10"
   },
   "dependencies": {
-    "jupyter-js-services": "^0.17.0",
+    "jupyter-js-services": "^0.18.0",
     "jupyterlab": "file:../..",
     "phosphor": "^0.6.0",
     "xterm": "^1.0.0"

+ 1 - 1
package.json

@@ -13,7 +13,7 @@
     "es6-promise": "^3.2.1",
     "jquery": "^2.2.0",
     "jquery-ui": "^1.10.5 <1.12",
-    "jupyter-js-services": "git+https://github.com/afshin/jupyter-js-services.git#0e41d861b6c5f7a1a89235a34fb75a6122769b5b",
+    "jupyter-js-services": "^0.18.0",
     "leaflet": "^0.7.7",
     "marked": "^0.3.5",
     "moment": "^2.11.2",