Browse Source

Integrity.

Ian Rose 6 years ago
parent
commit
69e3e95768

+ 3 - 3
dev_mode/package.json

@@ -57,7 +57,7 @@
     "@jupyterlab/markdownviewer-extension": "^1.0.0-alpha.1",
     "@jupyterlab/mathjax2": "^1.0.0-alpha.1",
     "@jupyterlab/mathjax2-extension": "^1.0.0-alpha.1",
-    "@jupyterlab/notebook": "^1.0.0-alpha.1",
+    "@jupyterlab/notebook": "^1.0.0-alpha.2",
     "@jupyterlab/notebook-extension": "^1.0.0-alpha.1",
     "@jupyterlab/observables": "^2.2.0-alpha.1",
     "@jupyterlab/outputarea": "^1.0.0-alpha.1",
@@ -76,8 +76,8 @@
     "@jupyterlab/tabmanager-extension": "^1.0.0-alpha.1",
     "@jupyterlab/terminal": "^1.0.0-alpha.1",
     "@jupyterlab/terminal-extension": "^1.0.0-alpha.1",
-    "@jupyterlab/theme-dark-extension": "^1.0.0-alpha.1",
-    "@jupyterlab/theme-light-extension": "^1.0.0-alpha.1",
+    "@jupyterlab/theme-dark-extension": "^1.0.0-alpha.2",
+    "@jupyterlab/theme-light-extension": "^1.0.0-alpha.2",
     "@jupyterlab/tooltip": "^1.0.0-alpha.1",
     "@jupyterlab/tooltip-extension": "^1.0.0-alpha.1",
     "@jupyterlab/ui-components": "^1.0.0-alpha.1",

+ 2 - 2
examples/app/package.json

@@ -34,8 +34,8 @@
     "@jupyterlab/shortcuts-extension": "^1.0.0-alpha.1",
     "@jupyterlab/tabmanager-extension": "^1.0.0-alpha.1",
     "@jupyterlab/terminal-extension": "^1.0.0-alpha.1",
-    "@jupyterlab/theme-dark-extension": "^1.0.0-alpha.1",
-    "@jupyterlab/theme-light-extension": "^1.0.0-alpha.1",
+    "@jupyterlab/theme-dark-extension": "^1.0.0-alpha.2",
+    "@jupyterlab/theme-light-extension": "^1.0.0-alpha.2",
     "@jupyterlab/tooltip-extension": "^1.0.0-alpha.1",
     "es6-promise": "~4.1.1"
   },

+ 1 - 1
examples/cell/package.json

@@ -14,7 +14,7 @@
     "@jupyterlab/completer": "^1.0.0-alpha.1",
     "@jupyterlab/rendermime": "^1.0.0-alpha.1",
     "@jupyterlab/services": "^4.0.0-alpha.1",
-    "@jupyterlab/theme-light-extension": "^1.0.0-alpha.1",
+    "@jupyterlab/theme-light-extension": "^1.0.0-alpha.2",
     "@phosphor/commands": "^1.6.1",
     "@phosphor/widgets": "^1.6.0",
     "es6-promise": "~4.1.1"

+ 1 - 1
examples/console/package.json

@@ -12,7 +12,7 @@
     "@jupyterlab/console": "^1.0.0-alpha.1",
     "@jupyterlab/rendermime": "^1.0.0-alpha.1",
     "@jupyterlab/services": "^4.0.0-alpha.1",
-    "@jupyterlab/theme-light-extension": "^1.0.0-alpha.1",
+    "@jupyterlab/theme-light-extension": "^1.0.0-alpha.2",
     "@phosphor/commands": "^1.6.1",
     "@phosphor/widgets": "^1.6.0",
     "es6-promise": "~4.1.1"

+ 1 - 1
examples/filebrowser/package.json

@@ -15,7 +15,7 @@
     "@jupyterlab/filebrowser": "^1.0.0-alpha.1",
     "@jupyterlab/fileeditor": "^1.0.0-alpha.1",
     "@jupyterlab/services": "^4.0.0-alpha.1",
-    "@jupyterlab/theme-light-extension": "^1.0.0-alpha.1",
+    "@jupyterlab/theme-light-extension": "^1.0.0-alpha.2",
     "@phosphor/algorithm": "^1.1.2",
     "@phosphor/commands": "^1.6.1",
     "@phosphor/widgets": "^1.6.0",

+ 2 - 2
examples/notebook/package.json

@@ -13,10 +13,10 @@
     "@jupyterlab/docmanager": "^1.0.0-alpha.1",
     "@jupyterlab/docregistry": "^1.0.0-alpha.1",
     "@jupyterlab/mathjax2": "^1.0.0-alpha.1",
-    "@jupyterlab/notebook": "^1.0.0-alpha.1",
+    "@jupyterlab/notebook": "^1.0.0-alpha.2",
     "@jupyterlab/rendermime": "^1.0.0-alpha.1",
     "@jupyterlab/services": "^4.0.0-alpha.1",
-    "@jupyterlab/theme-light-extension": "^1.0.0-alpha.1",
+    "@jupyterlab/theme-light-extension": "^1.0.0-alpha.2",
     "@phosphor/commands": "^1.6.1",
     "@phosphor/widgets": "^1.6.0",
     "es6-promise": "~4.1.1"

+ 1 - 1
examples/terminal/package.json

@@ -10,7 +10,7 @@
   "dependencies": {
     "@jupyterlab/services": "^4.0.0-alpha.1",
     "@jupyterlab/terminal": "^1.0.0-alpha.1",
-    "@jupyterlab/theme-light-extension": "^1.0.0-alpha.1",
+    "@jupyterlab/theme-light-extension": "^1.0.0-alpha.2",
     "@phosphor/widgets": "^1.6.0",
     "es6-promise": "~4.1.1"
   },

+ 1 - 1
jupyterlab/tests/mock_packages/extension/package.json

@@ -3,7 +3,7 @@
   "version": "0.2.0",
   "private": true,
   "dependencies": {
-    "@jupyterlab/launcher": "^1.0.0-alpha.0"
+    "@jupyterlab/launcher": "^1.0.0-alpha.1"
   },
   "jupyterlab": {
     "extension": true

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

@@ -34,7 +34,7 @@
     "@jupyterlab/completer": "^1.0.0-alpha.1",
     "@jupyterlab/console": "^1.0.0-alpha.1",
     "@jupyterlab/fileeditor": "^1.0.0-alpha.1",
-    "@jupyterlab/notebook": "^1.0.0-alpha.1",
+    "@jupyterlab/notebook": "^1.0.0-alpha.2",
     "@jupyterlab/services": "^4.0.0-alpha.1",
     "@phosphor/algorithm": "^1.1.2",
     "@phosphor/widgets": "^1.6.0"

+ 1 - 1
packages/documentsearch/package.json

@@ -33,7 +33,7 @@
     "@jupyterlab/codeeditor": "^1.0.0-alpha.1",
     "@jupyterlab/codemirror": "^1.0.0-alpha.1",
     "@jupyterlab/fileeditor": "^1.0.0-alpha.1",
-    "@jupyterlab/notebook": "^1.0.0-alpha.1",
+    "@jupyterlab/notebook": "^1.0.0-alpha.2",
     "@phosphor/coreutils": "^1.3.0",
     "@phosphor/disposable": "^1.1.2",
     "@phosphor/signaling": "^1.2.2",

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

@@ -35,7 +35,7 @@
     "@jupyterlab/console": "^1.0.0-alpha.1",
     "@jupyterlab/inspector": "^1.0.0-alpha.1",
     "@jupyterlab/launcher": "^1.0.0-alpha.1",
-    "@jupyterlab/notebook": "^1.0.0-alpha.1"
+    "@jupyterlab/notebook": "^1.0.0-alpha.2"
   },
   "devDependencies": {
     "rimraf": "~2.6.2",

+ 3 - 3
packages/metapackage/package.json

@@ -75,7 +75,7 @@
     "@jupyterlab/markdownviewer-extension": "^1.0.0-alpha.1",
     "@jupyterlab/mathjax2": "^1.0.0-alpha.1",
     "@jupyterlab/mathjax2-extension": "^1.0.0-alpha.1",
-    "@jupyterlab/notebook": "^1.0.0-alpha.1",
+    "@jupyterlab/notebook": "^1.0.0-alpha.2",
     "@jupyterlab/notebook-extension": "^1.0.0-alpha.1",
     "@jupyterlab/observables": "^2.2.0-alpha.1",
     "@jupyterlab/outputarea": "^1.0.0-alpha.1",
@@ -94,8 +94,8 @@
     "@jupyterlab/tabmanager-extension": "^1.0.0-alpha.1",
     "@jupyterlab/terminal": "^1.0.0-alpha.1",
     "@jupyterlab/terminal-extension": "^1.0.0-alpha.1",
-    "@jupyterlab/theme-dark-extension": "^1.0.0-alpha.1",
-    "@jupyterlab/theme-light-extension": "^1.0.0-alpha.1",
+    "@jupyterlab/theme-dark-extension": "^1.0.0-alpha.2",
+    "@jupyterlab/theme-light-extension": "^1.0.0-alpha.2",
     "@jupyterlab/tooltip": "^1.0.0-alpha.1",
     "@jupyterlab/tooltip-extension": "^1.0.0-alpha.1",
     "@jupyterlab/ui-components": "^1.0.0-alpha.1",

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

@@ -39,7 +39,7 @@
     "@jupyterlab/filebrowser": "^1.0.0-alpha.1",
     "@jupyterlab/launcher": "^1.0.0-alpha.1",
     "@jupyterlab/mainmenu": "^1.0.0-alpha.1",
-    "@jupyterlab/notebook": "^1.0.0-alpha.1",
+    "@jupyterlab/notebook": "^1.0.0-alpha.2",
     "@jupyterlab/rendermime": "^1.0.0-alpha.1",
     "@jupyterlab/services": "^4.0.0-alpha.1",
     "@jupyterlab/statusbar": "^1.0.0-alpha.1",

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

@@ -39,7 +39,7 @@
     "@jupyterlab/console": "^1.0.0-alpha.1",
     "@jupyterlab/docregistry": "^1.0.0-alpha.1",
     "@jupyterlab/fileeditor": "^1.0.0-alpha.1",
-    "@jupyterlab/notebook": "^1.0.0-alpha.1",
+    "@jupyterlab/notebook": "^1.0.0-alpha.2",
     "@jupyterlab/statusbar": "^1.0.0-alpha.1",
     "@phosphor/widgets": "^1.6.0"
   },

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

@@ -35,7 +35,7 @@
     "@jupyterlab/console": "^1.0.0-alpha.1",
     "@jupyterlab/coreutils": "^3.0.0-alpha.1",
     "@jupyterlab/fileeditor": "^1.0.0-alpha.1",
-    "@jupyterlab/notebook": "^1.0.0-alpha.1",
+    "@jupyterlab/notebook": "^1.0.0-alpha.2",
     "@jupyterlab/rendermime": "^1.0.0-alpha.1",
     "@jupyterlab/services": "^4.0.0-alpha.1",
     "@jupyterlab/tooltip": "^1.0.0-alpha.1",

+ 1 - 1
tests/package.json

@@ -19,7 +19,7 @@
     "@jupyterlab/inspector": "^1.0.0-alpha.1",
     "@jupyterlab/mainmenu": "^1.0.0-alpha.1",
     "@jupyterlab/mathjax2-extension": "^1.0.0-alpha.1",
-    "@jupyterlab/notebook": "^1.0.0-alpha.1",
+    "@jupyterlab/notebook": "^1.0.0-alpha.2",
     "@jupyterlab/observables": "^2.2.0-alpha.1",
     "@jupyterlab/outputarea": "^1.0.0-alpha.1",
     "@jupyterlab/rendermime": "^1.0.0-alpha.1",

+ 1 - 1
tests/test-notebook/package.json

@@ -21,7 +21,7 @@
     "@jupyterlab/codemirror": "^1.0.0-alpha.1",
     "@jupyterlab/coreutils": "^3.0.0-alpha.1",
     "@jupyterlab/docregistry": "^1.0.0-alpha.1",
-    "@jupyterlab/notebook": "^1.0.0-alpha.1",
+    "@jupyterlab/notebook": "^1.0.0-alpha.2",
     "@jupyterlab/observables": "^2.2.0-alpha.1",
     "@jupyterlab/testutils": "^1.0.0-alpha.1",
     "@phosphor/algorithm": "^1.1.2",

+ 1 - 1
testutils/package.json

@@ -37,7 +37,7 @@
     "@jupyterlab/codemirror": "^1.0.0-alpha.1",
     "@jupyterlab/coreutils": "^3.0.0-alpha.1",
     "@jupyterlab/docregistry": "^1.0.0-alpha.1",
-    "@jupyterlab/notebook": "^1.0.0-alpha.1",
+    "@jupyterlab/notebook": "^1.0.0-alpha.2",
     "@jupyterlab/rendermime": "^1.0.0-alpha.1",
     "@jupyterlab/services": "^4.0.0-alpha.1",
     "@phosphor/coreutils": "^1.3.0",