소스 검색

Update dependencies for patch releases

Steven Silvester 7 년 전
부모
커밋
f8d64a6604

+ 2 - 2
examples/app/package.json

@@ -11,7 +11,7 @@
     "@jupyterlab/apputils-extension": "^0.8.3",
     "@jupyterlab/codemirror-extension": "^0.8.3",
     "@jupyterlab/completer-extension": "^0.8.3",
-    "@jupyterlab/console-extension": "^0.8.3",
+    "@jupyterlab/console-extension": "^0.8.4",
     "@jupyterlab/csvviewer-extension": "^0.8.3",
     "@jupyterlab/docmanager-extension": "^0.8.3",
     "@jupyterlab/faq-extension": "^0.8.3",
@@ -22,7 +22,7 @@
     "@jupyterlab/inspector-extension": "^0.8.3",
     "@jupyterlab/launcher-extension": "^0.8.3",
     "@jupyterlab/markdownviewer-extension": "^0.8.4",
-    "@jupyterlab/notebook-extension": "^0.8.3",
+    "@jupyterlab/notebook-extension": "^0.8.4",
     "@jupyterlab/running-extension": "^0.8.3",
     "@jupyterlab/services-extension": "^0.8.3",
     "@jupyterlab/settingeditor-extension": "^0.3.3",

+ 1 - 1
examples/notebook/package.json

@@ -11,7 +11,7 @@
     "@jupyterlab/completer": "^0.8.2",
     "@jupyterlab/docmanager": "^0.8.2",
     "@jupyterlab/docregistry": "^0.8.2",
-    "@jupyterlab/notebook": "^0.8.3",
+    "@jupyterlab/notebook": "^0.8.4",
     "@jupyterlab/rendermime": "^0.8.2",
     "@jupyterlab/services": "^0.47.1",
     "@jupyterlab/theming": "^0.8.2",

+ 3 - 3
jupyterlab/package.json

@@ -18,7 +18,7 @@
     "@jupyterlab/completer": "^0.8.2",
     "@jupyterlab/completer-extension": "^0.8.3",
     "@jupyterlab/console": "^0.8.2",
-    "@jupyterlab/console-extension": "^0.8.3",
+    "@jupyterlab/console-extension": "^0.8.4",
     "@jupyterlab/coreutils": "^0.8.1",
     "@jupyterlab/csvviewer": "^0.8.2",
     "@jupyterlab/csvviewer-extension": "^0.8.3",
@@ -39,8 +39,8 @@
     "@jupyterlab/launcher-extension": "^0.8.3",
     "@jupyterlab/markdownviewer": "^0.7.0",
     "@jupyterlab/markdownviewer-extension": "^0.8.4",
-    "@jupyterlab/notebook": "^0.8.3",
-    "@jupyterlab/notebook-extension": "^0.8.3",
+    "@jupyterlab/notebook": "^0.8.4",
+    "@jupyterlab/notebook-extension": "^0.8.4",
     "@jupyterlab/outputarea": "^0.8.2",
     "@jupyterlab/rendermime": "^0.8.2",
     "@jupyterlab/rendermime-interfaces": "^0.2.1",

+ 3 - 1
jupyterlab/tests/mock-mimeextension/package.json

@@ -2,7 +2,9 @@
   "name": "@jupyterlab/mime-extension-test",
   "version": "0.1.0",
   "private": true,
-  "jupyterlab": { "mimeExtension": true },
+  "jupyterlab": {
+    "mimeExtension": true
+  },
   "dependencies": {
     "@phosphor/widgets": "^1.3.0"
   },

+ 3 - 3
packages/all-packages/package.json

@@ -25,7 +25,7 @@
     "@jupyterlab/completer": "^0.8.2",
     "@jupyterlab/completer-extension": "^0.8.3",
     "@jupyterlab/console": "^0.8.2",
-    "@jupyterlab/console-extension": "^0.8.3",
+    "@jupyterlab/console-extension": "^0.8.4",
     "@jupyterlab/coreutils": "^0.8.1",
     "@jupyterlab/csvviewer": "^0.8.2",
     "@jupyterlab/csvviewer-extension": "^0.8.3",
@@ -45,8 +45,8 @@
     "@jupyterlab/launcher": "^0.8.2",
     "@jupyterlab/launcher-extension": "^0.8.3",
     "@jupyterlab/markdownviewer-extension": "^0.8.4",
-    "@jupyterlab/notebook": "^0.8.3",
-    "@jupyterlab/notebook-extension": "^0.8.3",
+    "@jupyterlab/notebook": "^0.8.4",
+    "@jupyterlab/notebook-extension": "^0.8.4",
     "@jupyterlab/outputarea": "^0.8.2",
     "@jupyterlab/rendermime": "^0.8.2",
     "@jupyterlab/running": "^0.8.2",

+ 1 - 1
packages/completer-extension/package.json

@@ -15,7 +15,7 @@
     "@jupyterlab/application": "^0.8.3",
     "@jupyterlab/completer": "^0.8.2",
     "@jupyterlab/console": "^0.8.2",
-    "@jupyterlab/notebook": "^0.8.3",
+    "@jupyterlab/notebook": "^0.8.4",
     "@phosphor/widgets": "^1.3.0"
   },
   "devDependencies": {

+ 1 - 1
packages/inspector-extension/package.json

@@ -16,7 +16,7 @@
     "@jupyterlab/apputils": "^0.8.2",
     "@jupyterlab/console": "^0.8.2",
     "@jupyterlab/inspector": "^0.8.2",
-    "@jupyterlab/notebook": "^0.8.3",
+    "@jupyterlab/notebook": "^0.8.4",
     "@phosphor/disposable": "^1.1.1"
   },
   "devDependencies": {

+ 1 - 1
packages/notebook-extension/package.json

@@ -18,7 +18,7 @@
     "@jupyterlab/coreutils": "^0.8.1",
     "@jupyterlab/docregistry": "^0.8.2",
     "@jupyterlab/launcher": "^0.8.2",
-    "@jupyterlab/notebook": "^0.8.3",
+    "@jupyterlab/notebook": "^0.8.4",
     "@jupyterlab/rendermime": "^0.8.2",
     "@jupyterlab/services": "^0.47.1",
     "@phosphor/coreutils": "^1.2.0",

+ 1 - 1
packages/tooltip-extension/package.json

@@ -16,7 +16,7 @@
     "@jupyterlab/codeeditor": "^0.8.1",
     "@jupyterlab/console": "^0.8.2",
     "@jupyterlab/coreutils": "^0.8.1",
-    "@jupyterlab/notebook": "^0.8.3",
+    "@jupyterlab/notebook": "^0.8.4",
     "@jupyterlab/services": "^0.47.1",
     "@jupyterlab/tooltip": "^0.8.2",
     "@phosphor/coreutils": "^1.2.0",

+ 1 - 1
test/package.json

@@ -29,7 +29,7 @@
     "@jupyterlab/imageviewer": "^0.8.2",
     "@jupyterlab/inspector": "^0.8.2",
     "@jupyterlab/markdownviewer": "^0.7.0",
-    "@jupyterlab/notebook": "^0.8.3",
+    "@jupyterlab/notebook": "^0.8.4",
     "@jupyterlab/outputarea": "^0.8.2",
     "@jupyterlab/rendermime": "^0.8.2",
     "@jupyterlab/services": "^0.47.1",