Browse Source

Update examples

Steven Silvester 8 years ago
parent
commit
9b4cf22651

+ 1 - 1
examples/console/package.json

@@ -9,7 +9,7 @@
     "watch": "watch \"npm run update && npm run build\" ../../src src --wait 10"
   },
   "dependencies": {
-    "@jupyterlab/services": "^0.31.0",
+    "@jupyterlab/services": "^0.32.0",
     "jupyterlab": "file:../..",
     "phosphor": "^0.7.0"
   },

+ 1 - 1
examples/filebrowser/package.json

@@ -9,7 +9,7 @@
     "watch": "watch \"npm run update && npm run build\" ../../src src --wait 10"
   },
   "dependencies": {
-    "@jupyterlab/services": "^0.31.0",
+    "@jupyterlab/services": "^0.32.0",
     "jupyterlab": "file:../..",
     "phosphor": "^0.7.0"
   },

+ 1 - 1
examples/notebook/package.json

@@ -9,7 +9,7 @@
     "watch": "watch \"npm run update && npm run build\" ../../src src --wait 10"
   },
   "dependencies": {
-    "@jupyterlab/services": "^0.31.0",
+    "@jupyterlab/services": "^0.32.0",
     "jupyterlab": "file:../..",
     "phosphor": "^0.7.0"
   },

+ 1 - 1
examples/terminal/package.json

@@ -9,7 +9,7 @@
     "watch": "watch \"npm run update && npm run build\" ../../src src --wait 10"
   },
   "dependencies": {
-    "@jupyterlab/services": "^0.31.0",
+    "@jupyterlab/services": "^0.32.0",
     "jupyterlab": "file:../..",
     "phosphor": "^0.7.0",
     "xterm": "^1.1.3"