Преглед изворни кода

Release @jupyterlab/outputarea@0.13.1

Steven Silvester пре 7 година
родитељ
комит
664200a7cc

+ 1 - 1
dev_mode/package.json

@@ -47,7 +47,7 @@
     "@jupyterlab/notebook": "^0.13.0",
     "@jupyterlab/notebook-extension": "^0.13.0",
     "@jupyterlab/observables": "^0.2.0",
-    "@jupyterlab/outputarea": "^0.13.0",
+    "@jupyterlab/outputarea": "^0.13.1",
     "@jupyterlab/pdf-extension": "^0.5.0",
     "@jupyterlab/rendermime": "^0.13.0",
     "@jupyterlab/rendermime-interfaces": "^0.4.3",

+ 1 - 1
packages/cells/package.json

@@ -35,7 +35,7 @@
     "@jupyterlab/codemirror": "^0.13.0",
     "@jupyterlab/coreutils": "^0.13.0",
     "@jupyterlab/observables": "^0.2.0",
-    "@jupyterlab/outputarea": "^0.13.0",
+    "@jupyterlab/outputarea": "^0.13.1",
     "@jupyterlab/rendermime": "^0.13.0",
     "@jupyterlab/services": "^0.52.0",
     "@phosphor/coreutils": "^1.3.0",

+ 1 - 1
packages/metapackage/package.json

@@ -69,7 +69,7 @@
     "@jupyterlab/notebook": "^0.13.0",
     "@jupyterlab/notebook-extension": "^0.13.0",
     "@jupyterlab/observables": "^0.2.0",
-    "@jupyterlab/outputarea": "^0.13.0",
+    "@jupyterlab/outputarea": "^0.13.1",
     "@jupyterlab/pdf-extension": "^0.5.0",
     "@jupyterlab/rendermime": "^0.13.0",
     "@jupyterlab/rendermime-interfaces": "^0.4.3",

+ 1 - 1
packages/outputarea/package.json

@@ -1,6 +1,6 @@
 {
   "name": "@jupyterlab/outputarea",
-  "version": "0.13.0",
+  "version": "0.13.1",
   "description": "JupyterLab - Notebook Output Area",
   "homepage": "https://github.com/jupyterlab/jupyterlab",
   "bugs": {

+ 1 - 1
packages/services/examples/typescript-browser-with-output/package.json

@@ -8,7 +8,7 @@
     "prepublishOnly": "npm run build"
   },
   "dependencies": {
-    "@jupyterlab/outputarea": "^0.13.0",
+    "@jupyterlab/outputarea": "^0.13.1",
     "@jupyterlab/rendermime": "^0.13.0",
     "@jupyterlab/services": "^0.52.0",
     "es6-promise": "~4.1.1"

+ 1 - 1
test/package.json

@@ -35,7 +35,7 @@
     "@jupyterlab/mainmenu": "^0.2.0",
     "@jupyterlab/notebook": "^0.13.0",
     "@jupyterlab/observables": "^0.2.0",
-    "@jupyterlab/outputarea": "^0.13.0",
+    "@jupyterlab/outputarea": "^0.13.1",
     "@jupyterlab/rendermime": "^0.13.0",
     "@jupyterlab/services": "^0.52.0",
     "@jupyterlab/terminal": "^0.13.0",