diff --git a/buildutils/package.json b/buildutils/package.json index af590057d0b9..3bd7576c0d91 100644 --- a/buildutils/package.json +++ b/buildutils/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/buildutils", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "JupyterLab - Build Utilities", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { diff --git a/buildutils/template/package.json b/buildutils/template/package.json index fe43f0d741e1..27683e7764c8 100644 --- a/buildutils/template/package.json +++ b/buildutils/template/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/template", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "JupyterLab - Package Template", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -37,7 +37,7 @@ "watch": "tsc -b --watch" }, "devDependencies": { - "@jupyterlab/testutils": "^3.0.0-alpha.0", + "@jupyterlab/testutils": "^3.0.0-alpha.1", "@types/jest": "^24.0.23", "jest": "^25.2.3", "rimraf": "~3.0.0", diff --git a/dev_mode/package.json b/dev_mode/package.json index c690f4f29893..f9d5008a86c7 100644 --- a/dev_mode/package.json +++ b/dev_mode/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/application-top", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "private": true, "scripts": { "build": "webpack", @@ -16,51 +16,51 @@ "watch": "webpack --watch" }, "dependencies": { - "@jupyterlab/application": "~3.0.0-alpha.0", - "@jupyterlab/application-extension": "~3.0.0-alpha.0", - "@jupyterlab/apputils-extension": "~3.0.0-alpha.0", - "@jupyterlab/celltags-extension": "~3.0.0-alpha.0", - "@jupyterlab/codemirror-extension": "~3.0.0-alpha.0", - "@jupyterlab/completer-extension": "~3.0.0-alpha.0", - "@jupyterlab/console-extension": "~3.0.0-alpha.0", - "@jupyterlab/coreutils": "~5.0.0-alpha.0", - "@jupyterlab/csvviewer-extension": "~3.0.0-alpha.0", - "@jupyterlab/docmanager-extension": "~3.0.0-alpha.0", - "@jupyterlab/documentsearch-extension": "~3.0.0-alpha.0", - "@jupyterlab/extensionmanager-extension": "~3.0.0-alpha.0", - "@jupyterlab/filebrowser-extension": "~3.0.0-alpha.0", - "@jupyterlab/fileeditor-extension": "~3.0.0-alpha.0", - "@jupyterlab/help-extension": "~3.0.0-alpha.0", - "@jupyterlab/htmlviewer-extension": "~3.0.0-alpha.0", - "@jupyterlab/hub-extension": "~3.0.0-alpha.0", - "@jupyterlab/imageviewer-extension": "~3.0.0-alpha.0", - "@jupyterlab/inspector-extension": "~3.0.0-alpha.0", - "@jupyterlab/javascript-extension": "~3.0.0-alpha.0", - "@jupyterlab/json-extension": "~3.0.0-alpha.0", - "@jupyterlab/launcher-extension": "~3.0.0-alpha.0", - "@jupyterlab/logconsole-extension": "~3.0.0-alpha.0", - "@jupyterlab/mainmenu-extension": "~3.0.0-alpha.0", - "@jupyterlab/markdownviewer-extension": "~3.0.0-alpha.0", - "@jupyterlab/mathjax2-extension": "~3.0.0-alpha.0", - "@jupyterlab/notebook-extension": "~3.0.0-alpha.0", - "@jupyterlab/pdf-extension": "~3.0.0-alpha.0", - "@jupyterlab/rendermime-extension": "~3.0.0-alpha.0", - "@jupyterlab/running-extension": "~3.0.0-alpha.0", - "@jupyterlab/settingeditor-extension": "~3.0.0-alpha.0", - "@jupyterlab/shortcuts-extension": "~3.0.0-alpha.0", - "@jupyterlab/statusbar-extension": "~3.0.0-alpha.0", - "@jupyterlab/tabmanager-extension": "~3.0.0-alpha.0", - "@jupyterlab/terminal-extension": "~3.0.0-alpha.0", - "@jupyterlab/theme-dark-extension": "~3.0.0-alpha.0", - "@jupyterlab/theme-light-extension": "~3.0.0-alpha.0", - "@jupyterlab/toc-extension": "~5.0.0-alpha.0", - "@jupyterlab/tooltip-extension": "~3.0.0-alpha.0", - "@jupyterlab/ui-components-extension": "~3.0.0-alpha.0", - "@jupyterlab/vdom-extension": "~3.0.0-alpha.0", - "@jupyterlab/vega5-extension": "~3.0.0-alpha.0" + "@jupyterlab/application": "^3.0.0-alpha.1", + "@jupyterlab/application-extension": "^3.0.0-alpha.1", + "@jupyterlab/apputils-extension": "^3.0.0-alpha.1", + "@jupyterlab/celltags-extension": "^3.0.0-alpha.1", + "@jupyterlab/codemirror-extension": "^3.0.0-alpha.1", + "@jupyterlab/completer-extension": "^3.0.0-alpha.1", + "@jupyterlab/console-extension": "^3.0.0-alpha.1", + "@jupyterlab/coreutils": "^5.0.0-alpha.1", + "@jupyterlab/csvviewer-extension": "^3.0.0-alpha.1", + "@jupyterlab/docmanager-extension": "^3.0.0-alpha.1", + "@jupyterlab/documentsearch-extension": "^3.0.0-alpha.1", + "@jupyterlab/extensionmanager-extension": "^3.0.0-alpha.1", + "@jupyterlab/filebrowser-extension": "^3.0.0-alpha.1", + "@jupyterlab/fileeditor-extension": "^3.0.0-alpha.1", + "@jupyterlab/help-extension": "^3.0.0-alpha.1", + "@jupyterlab/htmlviewer-extension": "^3.0.0-alpha.1", + "@jupyterlab/hub-extension": "^3.0.0-alpha.1", + "@jupyterlab/imageviewer-extension": "^3.0.0-alpha.1", + "@jupyterlab/inspector-extension": "^3.0.0-alpha.1", + "@jupyterlab/javascript-extension": "^3.0.0-alpha.1", + "@jupyterlab/json-extension": "^3.0.0-alpha.1", + "@jupyterlab/launcher-extension": "^3.0.0-alpha.1", + "@jupyterlab/logconsole-extension": "^3.0.0-alpha.1", + "@jupyterlab/mainmenu-extension": "^3.0.0-alpha.1", + "@jupyterlab/markdownviewer-extension": "^3.0.0-alpha.1", + "@jupyterlab/mathjax2-extension": "^3.0.0-alpha.1", + "@jupyterlab/notebook-extension": "^3.0.0-alpha.1", + "@jupyterlab/pdf-extension": "^3.0.0-alpha.1", + "@jupyterlab/rendermime-extension": "^3.0.0-alpha.1", + "@jupyterlab/running-extension": "^3.0.0-alpha.1", + "@jupyterlab/settingeditor-extension": "^3.0.0-alpha.1", + "@jupyterlab/shortcuts-extension": "^3.0.0-alpha.1", + "@jupyterlab/statusbar-extension": "^3.0.0-alpha.1", + "@jupyterlab/tabmanager-extension": "^3.0.0-alpha.1", + "@jupyterlab/terminal-extension": "^3.0.0-alpha.1", + "@jupyterlab/theme-dark-extension": "^3.0.0-alpha.1", + "@jupyterlab/theme-light-extension": "^3.0.0-alpha.1", + "@jupyterlab/toc-extension": "^5.0.0-alpha.1", + "@jupyterlab/tooltip-extension": "^3.0.0-alpha.1", + "@jupyterlab/ui-components-extension": "^3.0.0-alpha.1", + "@jupyterlab/vdom-extension": "^3.0.0-alpha.1", + "@jupyterlab/vega5-extension": "^3.0.0-alpha.1" }, "devDependencies": { - "@jupyterlab/buildutils": "^3.0.0-alpha.0", + "@jupyterlab/buildutils": "^3.0.0-alpha.1", "chokidar": "^3.4.0", "css-loader": "~3.2.0", "duplicate-package-checker-webpack-plugin": "^3.0.0", diff --git a/examples/app/package.json b/examples/app/package.json index 19fccc6c03e9..aca827ca9198 100644 --- a/examples/app/package.json +++ b/examples/app/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/example-app", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "private": true, "scripts": { "build": "webpack", @@ -8,36 +8,36 @@ "prepublishOnly": "npm run build" }, "dependencies": { - "@jupyterlab/application": "^3.0.0-alpha.0", - "@jupyterlab/application-extension": "^3.0.0-alpha.0", - "@jupyterlab/apputils-extension": "^3.0.0-alpha.0", - "@jupyterlab/buildutils": "^3.0.0-alpha.0", - "@jupyterlab/codemirror-extension": "^3.0.0-alpha.0", - "@jupyterlab/completer-extension": "^3.0.0-alpha.0", - "@jupyterlab/console-extension": "^3.0.0-alpha.0", - "@jupyterlab/csvviewer-extension": "^3.0.0-alpha.0", - "@jupyterlab/docmanager-extension": "^3.0.0-alpha.0", - "@jupyterlab/filebrowser-extension": "^3.0.0-alpha.0", - "@jupyterlab/fileeditor-extension": "^3.0.0-alpha.0", - "@jupyterlab/help-extension": "^3.0.0-alpha.0", - "@jupyterlab/imageviewer-extension": "^3.0.0-alpha.0", - "@jupyterlab/inspector-extension": "^3.0.0-alpha.0", - "@jupyterlab/launcher-extension": "^3.0.0-alpha.0", - "@jupyterlab/mainmenu-extension": "^3.0.0-alpha.0", - "@jupyterlab/markdownviewer-extension": "^3.0.0-alpha.0", - "@jupyterlab/mathjax2-extension": "^3.0.0-alpha.0", - "@jupyterlab/notebook-extension": "^3.0.0-alpha.0", - "@jupyterlab/rendermime-extension": "^3.0.0-alpha.0", - "@jupyterlab/running-extension": "^3.0.0-alpha.0", - "@jupyterlab/settingeditor-extension": "^3.0.0-alpha.0", - "@jupyterlab/shortcuts-extension": "^3.0.0-alpha.0", - "@jupyterlab/statusbar-extension": "^3.0.0-alpha.0", - "@jupyterlab/tabmanager-extension": "^3.0.0-alpha.0", - "@jupyterlab/terminal-extension": "^3.0.0-alpha.0", - "@jupyterlab/theme-dark-extension": "^3.0.0-alpha.0", - "@jupyterlab/theme-light-extension": "^3.0.0-alpha.0", - "@jupyterlab/tooltip-extension": "^3.0.0-alpha.0", - "@jupyterlab/ui-components-extension": "^3.0.0-alpha.0", + "@jupyterlab/application": "^3.0.0-alpha.1", + "@jupyterlab/application-extension": "^3.0.0-alpha.1", + "@jupyterlab/apputils-extension": "^3.0.0-alpha.1", + "@jupyterlab/buildutils": "^3.0.0-alpha.1", + "@jupyterlab/codemirror-extension": "^3.0.0-alpha.1", + "@jupyterlab/completer-extension": "^3.0.0-alpha.1", + "@jupyterlab/console-extension": "^3.0.0-alpha.1", + "@jupyterlab/csvviewer-extension": "^3.0.0-alpha.1", + "@jupyterlab/docmanager-extension": "^3.0.0-alpha.1", + "@jupyterlab/filebrowser-extension": "^3.0.0-alpha.1", + "@jupyterlab/fileeditor-extension": "^3.0.0-alpha.1", + "@jupyterlab/help-extension": "^3.0.0-alpha.1", + "@jupyterlab/imageviewer-extension": "^3.0.0-alpha.1", + "@jupyterlab/inspector-extension": "^3.0.0-alpha.1", + "@jupyterlab/launcher-extension": "^3.0.0-alpha.1", + "@jupyterlab/mainmenu-extension": "^3.0.0-alpha.1", + "@jupyterlab/markdownviewer-extension": "^3.0.0-alpha.1", + "@jupyterlab/mathjax2-extension": "^3.0.0-alpha.1", + "@jupyterlab/notebook-extension": "^3.0.0-alpha.1", + "@jupyterlab/rendermime-extension": "^3.0.0-alpha.1", + "@jupyterlab/running-extension": "^3.0.0-alpha.1", + "@jupyterlab/settingeditor-extension": "^3.0.0-alpha.1", + "@jupyterlab/shortcuts-extension": "^3.0.0-alpha.1", + "@jupyterlab/statusbar-extension": "^3.0.0-alpha.1", + "@jupyterlab/tabmanager-extension": "^3.0.0-alpha.1", + "@jupyterlab/terminal-extension": "^3.0.0-alpha.1", + "@jupyterlab/theme-dark-extension": "^3.0.0-alpha.1", + "@jupyterlab/theme-light-extension": "^3.0.0-alpha.1", + "@jupyterlab/tooltip-extension": "^3.0.0-alpha.1", + "@jupyterlab/ui-components-extension": "^3.0.0-alpha.1", "es6-promise": "~4.2.8", "react": "~16.9.0", "react-dom": "~16.9.0" diff --git a/examples/cell/package.json b/examples/cell/package.json index ebc7fde8d768..1af885c2707e 100644 --- a/examples/cell/package.json +++ b/examples/cell/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/example-cell", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "private": true, "scripts": { "build": "tsc -p src && webpack", @@ -8,13 +8,13 @@ "prepublishOnly": "npm run build" }, "dependencies": { - "@jupyterlab/apputils": "^3.0.0-alpha.0", - "@jupyterlab/cells": "^3.0.0-alpha.0", - "@jupyterlab/codemirror": "^3.0.0-alpha.0", - "@jupyterlab/completer": "^3.0.0-alpha.0", - "@jupyterlab/rendermime": "^3.0.0-alpha.0", - "@jupyterlab/services": "^6.0.0-alpha.0", - "@jupyterlab/theme-light-extension": "^3.0.0-alpha.0", + "@jupyterlab/apputils": "^3.0.0-alpha.1", + "@jupyterlab/cells": "^3.0.0-alpha.1", + "@jupyterlab/codemirror": "^3.0.0-alpha.1", + "@jupyterlab/completer": "^3.0.0-alpha.1", + "@jupyterlab/rendermime": "^3.0.0-alpha.1", + "@jupyterlab/services": "^6.0.0-alpha.1", + "@jupyterlab/theme-light-extension": "^3.0.0-alpha.1", "@lumino/commands": "^1.10.1", "@lumino/widgets": "^1.11.1", "es6-promise": "~4.2.8" diff --git a/examples/console/package.json b/examples/console/package.json index 0c4402462150..a3caa8e63b78 100644 --- a/examples/console/package.json +++ b/examples/console/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/example-console", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "private": true, "scripts": { "build": "tsc -p src && webpack", @@ -8,11 +8,11 @@ "prepublishOnly": "npm run build" }, "dependencies": { - "@jupyterlab/codemirror": "^3.0.0-alpha.0", - "@jupyterlab/console": "^3.0.0-alpha.0", - "@jupyterlab/rendermime": "^3.0.0-alpha.0", - "@jupyterlab/services": "^6.0.0-alpha.0", - "@jupyterlab/theme-light-extension": "^3.0.0-alpha.0", + "@jupyterlab/codemirror": "^3.0.0-alpha.1", + "@jupyterlab/console": "^3.0.0-alpha.1", + "@jupyterlab/rendermime": "^3.0.0-alpha.1", + "@jupyterlab/services": "^6.0.0-alpha.1", + "@jupyterlab/theme-light-extension": "^3.0.0-alpha.1", "@lumino/commands": "^1.10.1", "@lumino/widgets": "^1.11.1", "es6-promise": "~4.2.8" diff --git a/examples/federated/core_package/package.json b/examples/federated/core_package/package.json index 3d91de74bdb8..a8686bd6e2ab 100644 --- a/examples/federated/core_package/package.json +++ b/examples/federated/core_package/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/example-federated-core", - "version": "2.1.0", + "version": "2.1.1-alpha.0", "private": true, "scripts": { "build": "npm run clean && webpack", @@ -9,28 +9,28 @@ "watch": "npm run clean && webpack --watch" }, "dependencies": { - "@jupyterlab/application": "^3.0.0-alpha.0", - "@jupyterlab/application-extension": "^3.0.0-alpha.0", - "@jupyterlab/apputils-extension": "^3.0.0-alpha.0", - "@jupyterlab/codemirror-extension": "^3.0.0-alpha.0", - "@jupyterlab/docmanager-extension": "^3.0.0-alpha.0", - "@jupyterlab/filebrowser-extension": "^3.0.0-alpha.0", - "@jupyterlab/fileeditor-extension": "^3.0.0-alpha.0", - "@jupyterlab/help-extension": "^3.0.0-alpha.0", - "@jupyterlab/imageviewer-extension": "^3.0.0-alpha.0", - "@jupyterlab/mainmenu-extension": "^3.0.0-alpha.0", - "@jupyterlab/mathjax2-extension": "^3.0.0-alpha.0", - "@jupyterlab/rendermime-extension": "^3.0.0-alpha.0", - "@jupyterlab/shortcuts-extension": "^3.0.0-alpha.0", - "@jupyterlab/theme-dark-extension": "^3.0.0-alpha.0", - "@jupyterlab/theme-light-extension": "^3.0.0-alpha.0", - "@jupyterlab/ui-components-extension": "^3.0.0-alpha.0", + "@jupyterlab/application": "^3.0.0-alpha.1", + "@jupyterlab/application-extension": "^3.0.0-alpha.1", + "@jupyterlab/apputils-extension": "^3.0.0-alpha.1", + "@jupyterlab/codemirror-extension": "^3.0.0-alpha.1", + "@jupyterlab/docmanager-extension": "^3.0.0-alpha.1", + "@jupyterlab/filebrowser-extension": "^3.0.0-alpha.1", + "@jupyterlab/fileeditor-extension": "^3.0.0-alpha.1", + "@jupyterlab/help-extension": "^3.0.0-alpha.1", + "@jupyterlab/imageviewer-extension": "^3.0.0-alpha.1", + "@jupyterlab/mainmenu-extension": "^3.0.0-alpha.1", + "@jupyterlab/mathjax2-extension": "^3.0.0-alpha.1", + "@jupyterlab/rendermime-extension": "^3.0.0-alpha.1", + "@jupyterlab/shortcuts-extension": "^3.0.0-alpha.1", + "@jupyterlab/theme-dark-extension": "^3.0.0-alpha.1", + "@jupyterlab/theme-light-extension": "^3.0.0-alpha.1", + "@jupyterlab/ui-components-extension": "^3.0.0-alpha.1", "es6-promise": "~4.2.8", "react": "~16.9.0", "react-dom": "~16.9.0" }, "devDependencies": { - "@jupyterlab/buildutils": "^3.0.0-alpha.0", + "@jupyterlab/buildutils": "^3.0.0-alpha.1", "copy-webpack-plugin": "^6.0.1", "css-loader": "~3.2.0", "file-loader": "~5.0.2", diff --git a/examples/federated/md_package/package.json b/examples/federated/md_package/package.json index aa0801936a1b..5e91a8d633db 100644 --- a/examples/federated/md_package/package.json +++ b/examples/federated/md_package/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/example-federated-md", - "version": "2.1.0", + "version": "2.1.1-alpha.0", "private": true, "scripts": { "build": "npm run clean && webpack", @@ -9,11 +9,11 @@ "watch": "npm run clean && webpack --watch" }, "dependencies": { - "@jupyterlab/application": "^3.0.0-alpha.0", - "@jupyterlab/markdownviewer-extension": "^3.0.0-alpha.0" + "@jupyterlab/application": "^3.0.0-alpha.1", + "@jupyterlab/markdownviewer-extension": "^3.0.0-alpha.1" }, "devDependencies": { - "@jupyterlab/buildutils": "^3.0.0-alpha.0", + "@jupyterlab/buildutils": "^3.0.0-alpha.1", "copy-webpack-plugin": "^6.0.1", "css-loader": "~3.2.0", "file-loader": "~5.0.2", diff --git a/examples/federated/package.json b/examples/federated/package.json index ab1afc020429..edd88444707a 100644 --- a/examples/federated/package.json +++ b/examples/federated/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/example-federated", - "version": "2.1.0", + "version": "2.1.1-alpha.0", "private": true, "scripts": { "build": "cd core_package && npm run build && cd ../md_package && npm run build" diff --git a/examples/filebrowser/package.json b/examples/filebrowser/package.json index 7ef39b59c62b..ab89eea4fa9c 100644 --- a/examples/filebrowser/package.json +++ b/examples/filebrowser/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/example-filebrowser", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "private": true, "scripts": { "build": "tsc -p src && webpack", @@ -8,14 +8,14 @@ "prepublishOnly": "npm run build" }, "dependencies": { - "@jupyterlab/apputils": "^3.0.0-alpha.0", - "@jupyterlab/codemirror": "^3.0.0-alpha.0", - "@jupyterlab/docmanager": "^3.0.0-alpha.0", - "@jupyterlab/docregistry": "^3.0.0-alpha.0", - "@jupyterlab/filebrowser": "^3.0.0-alpha.0", - "@jupyterlab/fileeditor": "^3.0.0-alpha.0", - "@jupyterlab/services": "^6.0.0-alpha.0", - "@jupyterlab/theme-light-extension": "^3.0.0-alpha.0", + "@jupyterlab/apputils": "^3.0.0-alpha.1", + "@jupyterlab/codemirror": "^3.0.0-alpha.1", + "@jupyterlab/docmanager": "^3.0.0-alpha.1", + "@jupyterlab/docregistry": "^3.0.0-alpha.1", + "@jupyterlab/filebrowser": "^3.0.0-alpha.1", + "@jupyterlab/fileeditor": "^3.0.0-alpha.1", + "@jupyterlab/services": "^6.0.0-alpha.1", + "@jupyterlab/theme-light-extension": "^3.0.0-alpha.1", "@lumino/algorithm": "^1.2.3", "@lumino/commands": "^1.10.1", "@lumino/widgets": "^1.11.1", diff --git a/examples/notebook/package.json b/examples/notebook/package.json index ecff000c34d4..1009d749f7c2 100644 --- a/examples/notebook/package.json +++ b/examples/notebook/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/example-notebook", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "private": true, "scripts": { "build": "tsc -p src && webpack", @@ -8,16 +8,16 @@ "prepublishOnly": "npm run build" }, "dependencies": { - "@jupyterlab/codemirror": "^3.0.0-alpha.0", - "@jupyterlab/completer": "^3.0.0-alpha.0", - "@jupyterlab/docmanager": "^3.0.0-alpha.0", - "@jupyterlab/docregistry": "^3.0.0-alpha.0", - "@jupyterlab/documentsearch": "^3.0.0-alpha.0", - "@jupyterlab/mathjax2": "^3.0.0-alpha.0", - "@jupyterlab/notebook": "^3.0.0-alpha.0", - "@jupyterlab/rendermime": "^3.0.0-alpha.0", - "@jupyterlab/services": "^6.0.0-alpha.0", - "@jupyterlab/theme-light-extension": "^3.0.0-alpha.0", + "@jupyterlab/codemirror": "^3.0.0-alpha.1", + "@jupyterlab/completer": "^3.0.0-alpha.1", + "@jupyterlab/docmanager": "^3.0.0-alpha.1", + "@jupyterlab/docregistry": "^3.0.0-alpha.1", + "@jupyterlab/documentsearch": "^3.0.0-alpha.1", + "@jupyterlab/mathjax2": "^3.0.0-alpha.1", + "@jupyterlab/notebook": "^3.0.0-alpha.1", + "@jupyterlab/rendermime": "^3.0.0-alpha.1", + "@jupyterlab/services": "^6.0.0-alpha.1", + "@jupyterlab/theme-light-extension": "^3.0.0-alpha.1", "@lumino/commands": "^1.10.1", "@lumino/widgets": "^1.11.1", "es6-promise": "~4.2.8" diff --git a/examples/terminal/package.json b/examples/terminal/package.json index bdaddab404a7..0af4272339a8 100644 --- a/examples/terminal/package.json +++ b/examples/terminal/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/example-terminal", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "private": true, "scripts": { "build": "tsc -p src && webpack", @@ -8,9 +8,9 @@ "prepublishOnly": "npm run build" }, "dependencies": { - "@jupyterlab/services": "^6.0.0-alpha.0", - "@jupyterlab/terminal": "^3.0.0-alpha.0", - "@jupyterlab/theme-light-extension": "^3.0.0-alpha.0", + "@jupyterlab/services": "^6.0.0-alpha.1", + "@jupyterlab/terminal": "^3.0.0-alpha.1", + "@jupyterlab/theme-light-extension": "^3.0.0-alpha.1", "@lumino/widgets": "^1.11.1", "es6-promise": "~4.2.8" }, diff --git a/jupyterlab/tests/mock_packages/extension/package.json b/jupyterlab/tests/mock_packages/extension/package.json index b640a3dab94b..95403304968b 100644 --- a/jupyterlab/tests/mock_packages/extension/package.json +++ b/jupyterlab/tests/mock_packages/extension/package.json @@ -1,9 +1,9 @@ { "name": "@jupyterlab/mock-extension", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "private": true, "dependencies": { - "@jupyterlab/launcher": "^3.0.0-alpha.0" + "@jupyterlab/launcher": "^3.0.0-alpha.1" }, "jupyterlab": { "extension": true diff --git a/packages/application-extension/package.json b/packages/application-extension/package.json index 1d1eda4c1e8d..6cd87b480e9d 100644 --- a/packages/application-extension/package.json +++ b/packages/application-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/application-extension", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "JupyterLab - Application Extension", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -36,13 +36,13 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^3.0.0-alpha.0", - "@jupyterlab/apputils": "^3.0.0-alpha.0", - "@jupyterlab/coreutils": "^5.0.0-alpha.0", - "@jupyterlab/property-inspector": "^3.0.0-alpha.0", - "@jupyterlab/settingregistry": "^3.0.0-alpha.0", - "@jupyterlab/statedb": "^3.0.0-alpha.0", - "@jupyterlab/ui-components": "^3.0.0-alpha.0", + "@jupyterlab/application": "^3.0.0-alpha.1", + "@jupyterlab/apputils": "^3.0.0-alpha.1", + "@jupyterlab/coreutils": "^5.0.0-alpha.1", + "@jupyterlab/property-inspector": "^3.0.0-alpha.1", + "@jupyterlab/settingregistry": "^3.0.0-alpha.1", + "@jupyterlab/statedb": "^3.0.0-alpha.1", + "@jupyterlab/ui-components": "^3.0.0-alpha.1", "@lumino/algorithm": "^1.2.3", "@lumino/coreutils": "^1.4.3", "@lumino/disposable": "^1.3.5", diff --git a/packages/application/package.json b/packages/application/package.json index a26b0addcc00..29ac0724b6de 100644 --- a/packages/application/package.json +++ b/packages/application/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/application", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "JupyterLab - Application", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -41,14 +41,14 @@ }, "dependencies": { "@fortawesome/fontawesome-free": "^5.12.0", - "@jupyterlab/apputils": "^3.0.0-alpha.0", - "@jupyterlab/coreutils": "^5.0.0-alpha.0", - "@jupyterlab/docregistry": "^3.0.0-alpha.0", - "@jupyterlab/rendermime": "^3.0.0-alpha.0", - "@jupyterlab/rendermime-interfaces": "^3.0.0-alpha.0", - "@jupyterlab/services": "^6.0.0-alpha.0", - "@jupyterlab/statedb": "^3.0.0-alpha.0", - "@jupyterlab/ui-components": "^3.0.0-alpha.0", + "@jupyterlab/apputils": "^3.0.0-alpha.1", + "@jupyterlab/coreutils": "^5.0.0-alpha.1", + "@jupyterlab/docregistry": "^3.0.0-alpha.1", + "@jupyterlab/rendermime": "^3.0.0-alpha.1", + "@jupyterlab/rendermime-interfaces": "^3.0.0-alpha.1", + "@jupyterlab/services": "^6.0.0-alpha.1", + "@jupyterlab/statedb": "^3.0.0-alpha.1", + "@jupyterlab/ui-components": "^3.0.0-alpha.1", "@lumino/algorithm": "^1.2.3", "@lumino/application": "^1.8.4", "@lumino/commands": "^1.10.1", @@ -61,7 +61,7 @@ "@lumino/widgets": "^1.11.1" }, "devDependencies": { - "@jupyterlab/testutils": "^3.0.0-alpha.0", + "@jupyterlab/testutils": "^3.0.0-alpha.1", "@types/jest": "^24.0.23", "jest": "^25.2.3", "rimraf": "~3.0.0", diff --git a/packages/apputils-extension/package.json b/packages/apputils-extension/package.json index 0b435be884fd..100daab16cc8 100644 --- a/packages/apputils-extension/package.json +++ b/packages/apputils-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/apputils-extension", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "JupyterLab - Application Utilities Extension", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -37,13 +37,13 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^3.0.0-alpha.0", - "@jupyterlab/apputils": "^3.0.0-alpha.0", - "@jupyterlab/coreutils": "^5.0.0-alpha.0", - "@jupyterlab/mainmenu": "^3.0.0-alpha.0", - "@jupyterlab/settingregistry": "^3.0.0-alpha.0", - "@jupyterlab/statedb": "^3.0.0-alpha.0", - "@jupyterlab/ui-components": "^3.0.0-alpha.0", + "@jupyterlab/application": "^3.0.0-alpha.1", + "@jupyterlab/apputils": "^3.0.0-alpha.1", + "@jupyterlab/coreutils": "^5.0.0-alpha.1", + "@jupyterlab/mainmenu": "^3.0.0-alpha.1", + "@jupyterlab/settingregistry": "^3.0.0-alpha.1", + "@jupyterlab/statedb": "^3.0.0-alpha.1", + "@jupyterlab/ui-components": "^3.0.0-alpha.1", "@lumino/algorithm": "^1.2.3", "@lumino/commands": "^1.10.1", "@lumino/coreutils": "^1.4.3", diff --git a/packages/apputils/package.json b/packages/apputils/package.json index 81ea978129ca..e814bf1cd55c 100644 --- a/packages/apputils/package.json +++ b/packages/apputils/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/apputils", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "JupyterLab - Application Utilities", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -40,11 +40,11 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/coreutils": "^5.0.0-alpha.0", - "@jupyterlab/services": "^6.0.0-alpha.0", - "@jupyterlab/settingregistry": "^3.0.0-alpha.0", - "@jupyterlab/statedb": "^3.0.0-alpha.0", - "@jupyterlab/ui-components": "^3.0.0-alpha.0", + "@jupyterlab/coreutils": "^5.0.0-alpha.1", + "@jupyterlab/services": "^6.0.0-alpha.1", + "@jupyterlab/settingregistry": "^3.0.0-alpha.1", + "@jupyterlab/statedb": "^3.0.0-alpha.1", + "@jupyterlab/ui-components": "^3.0.0-alpha.1", "@lumino/algorithm": "^1.2.3", "@lumino/commands": "^1.10.1", "@lumino/coreutils": "^1.4.3", @@ -61,7 +61,7 @@ "sanitize-html": "~1.20.1" }, "devDependencies": { - "@jupyterlab/testutils": "^3.0.0-alpha.0", + "@jupyterlab/testutils": "^3.0.0-alpha.1", "@types/jest": "^24.0.23", "@types/react-dom": "~16.9.4", "@types/sanitize-html": "^1.20.2", diff --git a/packages/attachments/package.json b/packages/attachments/package.json index 6d7db7ef2a1e..f37c175f7a39 100644 --- a/packages/attachments/package.json +++ b/packages/attachments/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/attachments", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "JupyterLab - Notebook Cell Attachments", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -35,10 +35,10 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/nbformat": "^3.0.0-alpha.0", - "@jupyterlab/observables": "^4.0.0-alpha.0", - "@jupyterlab/rendermime": "^3.0.0-alpha.0", - "@jupyterlab/rendermime-interfaces": "^3.0.0-alpha.0", + "@jupyterlab/nbformat": "^3.0.0-alpha.1", + "@jupyterlab/observables": "^4.0.0-alpha.1", + "@jupyterlab/rendermime": "^3.0.0-alpha.1", + "@jupyterlab/rendermime-interfaces": "^3.0.0-alpha.1", "@lumino/disposable": "^1.3.5", "@lumino/signaling": "^1.3.5" }, diff --git a/packages/cells/package.json b/packages/cells/package.json index 72a58ce3aa78..e0621397e928 100644 --- a/packages/cells/package.json +++ b/packages/cells/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/cells", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "JupyterLab - Notebook Cells", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -40,18 +40,18 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/apputils": "^3.0.0-alpha.0", - "@jupyterlab/attachments": "^3.0.0-alpha.0", - "@jupyterlab/codeeditor": "^3.0.0-alpha.0", - "@jupyterlab/codemirror": "^3.0.0-alpha.0", - "@jupyterlab/coreutils": "^5.0.0-alpha.0", - "@jupyterlab/filebrowser": "^3.0.0-alpha.0", - "@jupyterlab/nbformat": "^3.0.0-alpha.0", - "@jupyterlab/observables": "^4.0.0-alpha.0", - "@jupyterlab/outputarea": "^3.0.0-alpha.0", - "@jupyterlab/rendermime": "^3.0.0-alpha.0", - "@jupyterlab/services": "^6.0.0-alpha.0", - "@jupyterlab/ui-components": "^3.0.0-alpha.0", + "@jupyterlab/apputils": "^3.0.0-alpha.1", + "@jupyterlab/attachments": "^3.0.0-alpha.1", + "@jupyterlab/codeeditor": "^3.0.0-alpha.1", + "@jupyterlab/codemirror": "^3.0.0-alpha.1", + "@jupyterlab/coreutils": "^5.0.0-alpha.1", + "@jupyterlab/filebrowser": "^3.0.0-alpha.1", + "@jupyterlab/nbformat": "^3.0.0-alpha.1", + "@jupyterlab/observables": "^4.0.0-alpha.1", + "@jupyterlab/outputarea": "^3.0.0-alpha.1", + "@jupyterlab/rendermime": "^3.0.0-alpha.1", + "@jupyterlab/services": "^6.0.0-alpha.1", + "@jupyterlab/ui-components": "^3.0.0-alpha.1", "@lumino/algorithm": "^1.2.3", "@lumino/coreutils": "^1.4.3", "@lumino/dragdrop": "^1.5.1", @@ -62,7 +62,7 @@ "react": "~16.9.0" }, "devDependencies": { - "@jupyterlab/testutils": "^3.0.0-alpha.0", + "@jupyterlab/testutils": "^3.0.0-alpha.1", "@types/jest": "^24.0.23", "@types/react": "~16.9.16", "jest": "^25.2.3", diff --git a/packages/celltags-extension/package.json b/packages/celltags-extension/package.json index cef8d3b6648c..c5df909c7361 100644 --- a/packages/celltags-extension/package.json +++ b/packages/celltags-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/celltags-extension", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "An extension for manipulating tags in cell metadata", "keywords": [ "jupyter", @@ -38,9 +38,9 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^3.0.0-alpha.0", - "@jupyterlab/celltags": "^3.0.0-alpha.0", - "@jupyterlab/notebook": "^3.0.0-alpha.0" + "@jupyterlab/application": "^3.0.0-alpha.1", + "@jupyterlab/celltags": "^3.0.0-alpha.1", + "@jupyterlab/notebook": "^3.0.0-alpha.1" }, "devDependencies": { "@types/node": "^12.12.17", diff --git a/packages/celltags/package.json b/packages/celltags/package.json index 3bc356a533e7..7974efb14eb7 100644 --- a/packages/celltags/package.json +++ b/packages/celltags/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/celltags", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "An extension for manipulating tags in cell metadata", "keywords": [ "jupyter", @@ -39,10 +39,10 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^3.0.0-alpha.0", - "@jupyterlab/cells": "^3.0.0-alpha.0", - "@jupyterlab/notebook": "^3.0.0-alpha.0", - "@jupyterlab/ui-components": "^3.0.0-alpha.0", + "@jupyterlab/application": "^3.0.0-alpha.1", + "@jupyterlab/cells": "^3.0.0-alpha.1", + "@jupyterlab/notebook": "^3.0.0-alpha.1", + "@jupyterlab/ui-components": "^3.0.0-alpha.1", "@lumino/coreutils": "^1.4.3", "@lumino/widgets": "^1.11.1" }, diff --git a/packages/codeeditor/package.json b/packages/codeeditor/package.json index 3bbf840754cf..4522a587eb0b 100644 --- a/packages/codeeditor/package.json +++ b/packages/codeeditor/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/codeeditor", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "JupyterLab - Abstract Code Editor", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -40,10 +40,10 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/coreutils": "^5.0.0-alpha.0", - "@jupyterlab/nbformat": "^3.0.0-alpha.0", - "@jupyterlab/observables": "^4.0.0-alpha.0", - "@jupyterlab/ui-components": "^3.0.0-alpha.0", + "@jupyterlab/coreutils": "^5.0.0-alpha.1", + "@jupyterlab/nbformat": "^3.0.0-alpha.1", + "@jupyterlab/observables": "^4.0.0-alpha.1", + "@jupyterlab/ui-components": "^3.0.0-alpha.1", "@lumino/coreutils": "^1.4.3", "@lumino/disposable": "^1.3.5", "@lumino/dragdrop": "^1.5.1", @@ -52,7 +52,7 @@ "@lumino/widgets": "^1.11.1" }, "devDependencies": { - "@jupyterlab/testutils": "^3.0.0-alpha.0", + "@jupyterlab/testutils": "^3.0.0-alpha.1", "@types/jest": "^24.0.23", "jest": "^25.2.3", "rimraf": "~3.0.0", diff --git a/packages/codemirror-extension/package.json b/packages/codemirror-extension/package.json index 1a4915ca0859..aefbfdecdcf6 100644 --- a/packages/codemirror-extension/package.json +++ b/packages/codemirror-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/codemirror-extension", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "JupyterLab - CodeMirror Provider Extension", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -36,14 +36,14 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^3.0.0-alpha.0", - "@jupyterlab/codeeditor": "^3.0.0-alpha.0", - "@jupyterlab/codemirror": "^3.0.0-alpha.0", - "@jupyterlab/docregistry": "^3.0.0-alpha.0", - "@jupyterlab/fileeditor": "^3.0.0-alpha.0", - "@jupyterlab/mainmenu": "^3.0.0-alpha.0", - "@jupyterlab/settingregistry": "^3.0.0-alpha.0", - "@jupyterlab/statusbar": "^3.0.0-alpha.0", + "@jupyterlab/application": "^3.0.0-alpha.1", + "@jupyterlab/codeeditor": "^3.0.0-alpha.1", + "@jupyterlab/codemirror": "^3.0.0-alpha.1", + "@jupyterlab/docregistry": "^3.0.0-alpha.1", + "@jupyterlab/fileeditor": "^3.0.0-alpha.1", + "@jupyterlab/mainmenu": "^3.0.0-alpha.1", + "@jupyterlab/settingregistry": "^3.0.0-alpha.1", + "@jupyterlab/statusbar": "^3.0.0-alpha.1", "@lumino/widgets": "^1.11.1", "codemirror": "~5.53.2" }, diff --git a/packages/codemirror/package.json b/packages/codemirror/package.json index a6b908c9e34d..dad39bd27d86 100644 --- a/packages/codemirror/package.json +++ b/packages/codemirror/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/codemirror", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "JupyterLab - CodeMirror Editor Provider", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -38,12 +38,12 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/apputils": "^3.0.0-alpha.0", - "@jupyterlab/codeeditor": "^3.0.0-alpha.0", - "@jupyterlab/coreutils": "^5.0.0-alpha.0", - "@jupyterlab/nbformat": "^3.0.0-alpha.0", - "@jupyterlab/observables": "^4.0.0-alpha.0", - "@jupyterlab/statusbar": "^3.0.0-alpha.0", + "@jupyterlab/apputils": "^3.0.0-alpha.1", + "@jupyterlab/codeeditor": "^3.0.0-alpha.1", + "@jupyterlab/coreutils": "^5.0.0-alpha.1", + "@jupyterlab/nbformat": "^3.0.0-alpha.1", + "@jupyterlab/observables": "^4.0.0-alpha.1", + "@jupyterlab/statusbar": "^3.0.0-alpha.1", "@lumino/algorithm": "^1.2.3", "@lumino/commands": "^1.10.1", "@lumino/coreutils": "^1.4.3", @@ -55,7 +55,7 @@ "react": "~16.9.0" }, "devDependencies": { - "@jupyterlab/testutils": "^3.0.0-alpha.0", + "@jupyterlab/testutils": "^3.0.0-alpha.1", "@types/codemirror": "^0.0.76", "@types/jest": "^24.0.23", "jest": "^25.2.3", diff --git a/packages/completer-extension/package.json b/packages/completer-extension/package.json index 29d65ab800bd..8f5d874ff003 100644 --- a/packages/completer-extension/package.json +++ b/packages/completer-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/completer-extension", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "JupyterLab - Completer Extension", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -36,12 +36,12 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^3.0.0-alpha.0", - "@jupyterlab/completer": "^3.0.0-alpha.0", - "@jupyterlab/console": "^3.0.0-alpha.0", - "@jupyterlab/fileeditor": "^3.0.0-alpha.0", - "@jupyterlab/notebook": "^3.0.0-alpha.0", - "@jupyterlab/services": "^6.0.0-alpha.0", + "@jupyterlab/application": "^3.0.0-alpha.1", + "@jupyterlab/completer": "^3.0.0-alpha.1", + "@jupyterlab/console": "^3.0.0-alpha.1", + "@jupyterlab/fileeditor": "^3.0.0-alpha.1", + "@jupyterlab/notebook": "^3.0.0-alpha.1", + "@jupyterlab/services": "^6.0.0-alpha.1", "@lumino/algorithm": "^1.2.3", "@lumino/widgets": "^1.11.1" }, diff --git a/packages/completer/package.json b/packages/completer/package.json index 08883aecf337..17f6472618ab 100644 --- a/packages/completer/package.json +++ b/packages/completer/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/completer", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "JupyterLab - Completer", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -40,12 +40,12 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/apputils": "^3.0.0-alpha.0", - "@jupyterlab/codeeditor": "^3.0.0-alpha.0", - "@jupyterlab/coreutils": "^5.0.0-alpha.0", - "@jupyterlab/services": "^6.0.0-alpha.0", - "@jupyterlab/statedb": "^3.0.0-alpha.0", - "@jupyterlab/ui-components": "^3.0.0-alpha.0", + "@jupyterlab/apputils": "^3.0.0-alpha.1", + "@jupyterlab/codeeditor": "^3.0.0-alpha.1", + "@jupyterlab/coreutils": "^5.0.0-alpha.1", + "@jupyterlab/services": "^6.0.0-alpha.1", + "@jupyterlab/statedb": "^3.0.0-alpha.1", + "@jupyterlab/ui-components": "^3.0.0-alpha.1", "@lumino/algorithm": "^1.2.3", "@lumino/coreutils": "^1.4.3", "@lumino/disposable": "^1.3.5", @@ -55,7 +55,7 @@ "@lumino/widgets": "^1.11.1" }, "devDependencies": { - "@jupyterlab/testutils": "^3.0.0-alpha.0", + "@jupyterlab/testutils": "^3.0.0-alpha.1", "@types/jest": "^24.0.23", "jest": "^25.2.3", "rimraf": "~3.0.0", diff --git a/packages/console-extension/package.json b/packages/console-extension/package.json index b68057e80784..ceb840c15883 100644 --- a/packages/console-extension/package.json +++ b/packages/console-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/console-extension", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "JupyterLab - Code Console Extension", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -36,17 +36,17 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^3.0.0-alpha.0", - "@jupyterlab/apputils": "^3.0.0-alpha.0", - "@jupyterlab/codeeditor": "^3.0.0-alpha.0", - "@jupyterlab/console": "^3.0.0-alpha.0", - "@jupyterlab/coreutils": "^5.0.0-alpha.0", - "@jupyterlab/filebrowser": "^3.0.0-alpha.0", - "@jupyterlab/launcher": "^3.0.0-alpha.0", - "@jupyterlab/mainmenu": "^3.0.0-alpha.0", - "@jupyterlab/rendermime": "^3.0.0-alpha.0", - "@jupyterlab/settingregistry": "^3.0.0-alpha.0", - "@jupyterlab/ui-components": "^3.0.0-alpha.0", + "@jupyterlab/application": "^3.0.0-alpha.1", + "@jupyterlab/apputils": "^3.0.0-alpha.1", + "@jupyterlab/codeeditor": "^3.0.0-alpha.1", + "@jupyterlab/console": "^3.0.0-alpha.1", + "@jupyterlab/coreutils": "^5.0.0-alpha.1", + "@jupyterlab/filebrowser": "^3.0.0-alpha.1", + "@jupyterlab/launcher": "^3.0.0-alpha.1", + "@jupyterlab/mainmenu": "^3.0.0-alpha.1", + "@jupyterlab/rendermime": "^3.0.0-alpha.1", + "@jupyterlab/settingregistry": "^3.0.0-alpha.1", + "@jupyterlab/ui-components": "^3.0.0-alpha.1", "@lumino/algorithm": "^1.2.3", "@lumino/coreutils": "^1.4.3", "@lumino/disposable": "^1.3.5", diff --git a/packages/console/package.json b/packages/console/package.json index 45c478a1ddaf..f5848b09bbc0 100644 --- a/packages/console/package.json +++ b/packages/console/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/console", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "JupyterLab - Code Console", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -41,15 +41,15 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/apputils": "^3.0.0-alpha.0", - "@jupyterlab/cells": "^3.0.0-alpha.0", - "@jupyterlab/codeeditor": "^3.0.0-alpha.0", - "@jupyterlab/coreutils": "^5.0.0-alpha.0", - "@jupyterlab/nbformat": "^3.0.0-alpha.0", - "@jupyterlab/observables": "^4.0.0-alpha.0", - "@jupyterlab/rendermime": "^3.0.0-alpha.0", - "@jupyterlab/services": "^6.0.0-alpha.0", - "@jupyterlab/ui-components": "^3.0.0-alpha.0", + "@jupyterlab/apputils": "^3.0.0-alpha.1", + "@jupyterlab/cells": "^3.0.0-alpha.1", + "@jupyterlab/codeeditor": "^3.0.0-alpha.1", + "@jupyterlab/coreutils": "^5.0.0-alpha.1", + "@jupyterlab/nbformat": "^3.0.0-alpha.1", + "@jupyterlab/observables": "^4.0.0-alpha.1", + "@jupyterlab/rendermime": "^3.0.0-alpha.1", + "@jupyterlab/services": "^6.0.0-alpha.1", + "@jupyterlab/ui-components": "^3.0.0-alpha.1", "@lumino/algorithm": "^1.2.3", "@lumino/coreutils": "^1.4.3", "@lumino/disposable": "^1.3.5", @@ -59,7 +59,7 @@ "@lumino/widgets": "^1.11.1" }, "devDependencies": { - "@jupyterlab/testutils": "^3.0.0-alpha.0", + "@jupyterlab/testutils": "^3.0.0-alpha.1", "@types/jest": "^24.0.23", "jest": "^25.2.3", "rimraf": "~3.0.0", diff --git a/packages/coreutils/package.json b/packages/coreutils/package.json index 70614d28da79..4c3583f50656 100644 --- a/packages/coreutils/package.json +++ b/packages/coreutils/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/coreutils", - "version": "5.0.0-alpha.0", + "version": "5.0.0-alpha.1", "description": "JupyterLab - Core Utilities", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -46,7 +46,7 @@ "url-parse": "~1.4.7" }, "devDependencies": { - "@jupyterlab/testutils": "^3.0.0-alpha.0", + "@jupyterlab/testutils": "^3.0.0-alpha.1", "@types/jest": "^24.0.23", "@types/minimist": "^1.2.0", "jest": "^25.2.3", diff --git a/packages/csvviewer-extension/package.json b/packages/csvviewer-extension/package.json index 824629f5f1fb..527e1c8456a2 100644 --- a/packages/csvviewer-extension/package.json +++ b/packages/csvviewer-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/csvviewer-extension", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "JupyterLab - CSV Widget Extension", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -35,12 +35,12 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^3.0.0-alpha.0", - "@jupyterlab/apputils": "^3.0.0-alpha.0", - "@jupyterlab/csvviewer": "^3.0.0-alpha.0", - "@jupyterlab/docregistry": "^3.0.0-alpha.0", - "@jupyterlab/documentsearch": "^3.0.0-alpha.0", - "@jupyterlab/mainmenu": "^3.0.0-alpha.0", + "@jupyterlab/application": "^3.0.0-alpha.1", + "@jupyterlab/apputils": "^3.0.0-alpha.1", + "@jupyterlab/csvviewer": "^3.0.0-alpha.1", + "@jupyterlab/docregistry": "^3.0.0-alpha.1", + "@jupyterlab/documentsearch": "^3.0.0-alpha.1", + "@jupyterlab/mainmenu": "^3.0.0-alpha.1", "@lumino/datagrid": "^0.6.0", "@lumino/signaling": "^1.3.5", "@lumino/widgets": "^1.11.1" diff --git a/packages/csvviewer/package.json b/packages/csvviewer/package.json index fba024877a9c..31e1af496694 100644 --- a/packages/csvviewer/package.json +++ b/packages/csvviewer/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/csvviewer", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "JupyterLab - CSV Widget", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -40,9 +40,9 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/apputils": "^3.0.0-alpha.0", - "@jupyterlab/coreutils": "^5.0.0-alpha.0", - "@jupyterlab/docregistry": "^3.0.0-alpha.0", + "@jupyterlab/apputils": "^3.0.0-alpha.1", + "@jupyterlab/coreutils": "^5.0.0-alpha.1", + "@jupyterlab/docregistry": "^3.0.0-alpha.1", "@lumino/algorithm": "^1.2.3", "@lumino/coreutils": "^1.4.3", "@lumino/datagrid": "^0.6.0", @@ -52,7 +52,7 @@ "@lumino/widgets": "^1.11.1" }, "devDependencies": { - "@jupyterlab/testutils": "^3.0.0-alpha.0", + "@jupyterlab/testutils": "^3.0.0-alpha.1", "@types/jest": "^24.0.23", "canvas": "^2.6.1", "csv-spectrum": "^1.0.0", diff --git a/packages/docmanager-extension/package.json b/packages/docmanager-extension/package.json index 0172becc0591..f9a4acfa09a5 100644 --- a/packages/docmanager-extension/package.json +++ b/packages/docmanager-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/docmanager-extension", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "JupyterLab - Document Manager Extension", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -36,15 +36,15 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^3.0.0-alpha.0", - "@jupyterlab/apputils": "^3.0.0-alpha.0", - "@jupyterlab/coreutils": "^5.0.0-alpha.0", - "@jupyterlab/docmanager": "^3.0.0-alpha.0", - "@jupyterlab/docregistry": "^3.0.0-alpha.0", - "@jupyterlab/mainmenu": "^3.0.0-alpha.0", - "@jupyterlab/services": "^6.0.0-alpha.0", - "@jupyterlab/settingregistry": "^3.0.0-alpha.0", - "@jupyterlab/statusbar": "^3.0.0-alpha.0", + "@jupyterlab/application": "^3.0.0-alpha.1", + "@jupyterlab/apputils": "^3.0.0-alpha.1", + "@jupyterlab/coreutils": "^5.0.0-alpha.1", + "@jupyterlab/docmanager": "^3.0.0-alpha.1", + "@jupyterlab/docregistry": "^3.0.0-alpha.1", + "@jupyterlab/mainmenu": "^3.0.0-alpha.1", + "@jupyterlab/services": "^6.0.0-alpha.1", + "@jupyterlab/settingregistry": "^3.0.0-alpha.1", + "@jupyterlab/statusbar": "^3.0.0-alpha.1", "@lumino/algorithm": "^1.2.3", "@lumino/coreutils": "^1.4.3", "@lumino/disposable": "^1.3.5", diff --git a/packages/docmanager/package.json b/packages/docmanager/package.json index 07729ec712aa..89fe836e8523 100644 --- a/packages/docmanager/package.json +++ b/packages/docmanager/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/docmanager", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "JupyterLab - Document Manager", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -40,11 +40,11 @@ "watch": "npm run test -- --watch" }, "dependencies": { - "@jupyterlab/apputils": "^3.0.0-alpha.0", - "@jupyterlab/coreutils": "^5.0.0-alpha.0", - "@jupyterlab/docregistry": "^3.0.0-alpha.0", - "@jupyterlab/services": "^6.0.0-alpha.0", - "@jupyterlab/statusbar": "^3.0.0-alpha.0", + "@jupyterlab/apputils": "^3.0.0-alpha.1", + "@jupyterlab/coreutils": "^5.0.0-alpha.1", + "@jupyterlab/docregistry": "^3.0.0-alpha.1", + "@jupyterlab/services": "^6.0.0-alpha.1", + "@jupyterlab/statusbar": "^3.0.0-alpha.1", "@lumino/algorithm": "^1.2.3", "@lumino/coreutils": "^1.4.3", "@lumino/disposable": "^1.3.5", @@ -55,7 +55,7 @@ "react": "~16.9.0" }, "devDependencies": { - "@jupyterlab/testutils": "^3.0.0-alpha.0", + "@jupyterlab/testutils": "^3.0.0-alpha.1", "@types/jest": "^24.0.23", "jest": "^25.2.3", "rimraf": "~3.0.0", diff --git a/packages/docregistry/package.json b/packages/docregistry/package.json index ffebea855c56..027670416295 100644 --- a/packages/docregistry/package.json +++ b/packages/docregistry/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/docregistry", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "JupyterLab - Document Registry", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -40,15 +40,15 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/apputils": "^3.0.0-alpha.0", - "@jupyterlab/codeeditor": "^3.0.0-alpha.0", - "@jupyterlab/codemirror": "^3.0.0-alpha.0", - "@jupyterlab/coreutils": "^5.0.0-alpha.0", - "@jupyterlab/observables": "^4.0.0-alpha.0", - "@jupyterlab/rendermime": "^3.0.0-alpha.0", - "@jupyterlab/rendermime-interfaces": "^3.0.0-alpha.0", - "@jupyterlab/services": "^6.0.0-alpha.0", - "@jupyterlab/ui-components": "^3.0.0-alpha.0", + "@jupyterlab/apputils": "^3.0.0-alpha.1", + "@jupyterlab/codeeditor": "^3.0.0-alpha.1", + "@jupyterlab/codemirror": "^3.0.0-alpha.1", + "@jupyterlab/coreutils": "^5.0.0-alpha.1", + "@jupyterlab/observables": "^4.0.0-alpha.1", + "@jupyterlab/rendermime": "^3.0.0-alpha.1", + "@jupyterlab/rendermime-interfaces": "^3.0.0-alpha.1", + "@jupyterlab/services": "^6.0.0-alpha.1", + "@jupyterlab/ui-components": "^3.0.0-alpha.1", "@lumino/algorithm": "^1.2.3", "@lumino/coreutils": "^1.4.3", "@lumino/disposable": "^1.3.5", @@ -57,7 +57,7 @@ "@lumino/widgets": "^1.11.1" }, "devDependencies": { - "@jupyterlab/testutils": "^3.0.0-alpha.0", + "@jupyterlab/testutils": "^3.0.0-alpha.1", "@types/jest": "^24.0.23", "jest": "^25.2.3", "rimraf": "~3.0.0", diff --git a/packages/documentsearch-extension/package.json b/packages/documentsearch-extension/package.json index 7daec9aa4cc9..eecd164f1d85 100644 --- a/packages/documentsearch-extension/package.json +++ b/packages/documentsearch-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/documentsearch-extension", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "Search document types", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -33,10 +33,10 @@ "watch": "tsc -w --listEmittedFiles" }, "dependencies": { - "@jupyterlab/application": "^3.0.0-alpha.0", - "@jupyterlab/apputils": "^3.0.0-alpha.0", - "@jupyterlab/documentsearch": "^3.0.0-alpha.0", - "@jupyterlab/mainmenu": "^3.0.0-alpha.0", + "@jupyterlab/application": "^3.0.0-alpha.1", + "@jupyterlab/apputils": "^3.0.0-alpha.1", + "@jupyterlab/documentsearch": "^3.0.0-alpha.1", + "@jupyterlab/mainmenu": "^3.0.0-alpha.1", "@lumino/widgets": "^1.11.1" }, "devDependencies": { diff --git a/packages/documentsearch/package.json b/packages/documentsearch/package.json index e41d2ba91775..5aa95ef8f835 100644 --- a/packages/documentsearch/package.json +++ b/packages/documentsearch/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/documentsearch", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "Document Search", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -32,13 +32,13 @@ "watch": "tsc -w --listEmittedFiles" }, "dependencies": { - "@jupyterlab/apputils": "^3.0.0-alpha.0", - "@jupyterlab/cells": "^3.0.0-alpha.0", - "@jupyterlab/codeeditor": "^3.0.0-alpha.0", - "@jupyterlab/codemirror": "^3.0.0-alpha.0", - "@jupyterlab/fileeditor": "^3.0.0-alpha.0", - "@jupyterlab/notebook": "^3.0.0-alpha.0", - "@jupyterlab/ui-components": "^3.0.0-alpha.0", + "@jupyterlab/apputils": "^3.0.0-alpha.1", + "@jupyterlab/cells": "^3.0.0-alpha.1", + "@jupyterlab/codeeditor": "^3.0.0-alpha.1", + "@jupyterlab/codemirror": "^3.0.0-alpha.1", + "@jupyterlab/fileeditor": "^3.0.0-alpha.1", + "@jupyterlab/notebook": "^3.0.0-alpha.1", + "@jupyterlab/ui-components": "^3.0.0-alpha.1", "@lumino/algorithm": "^1.2.3", "@lumino/coreutils": "^1.4.3", "@lumino/disposable": "^1.3.5", diff --git a/packages/extensionmanager-extension/package.json b/packages/extensionmanager-extension/package.json index ee5f6987f54d..137b6b24f3c4 100644 --- a/packages/extensionmanager-extension/package.json +++ b/packages/extensionmanager-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/extensionmanager-extension", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "JupyterLab - Extension Manager Extension", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -37,12 +37,12 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^3.0.0-alpha.0", - "@jupyterlab/apputils": "^3.0.0-alpha.0", - "@jupyterlab/extensionmanager": "^3.0.0-alpha.0", - "@jupyterlab/mainmenu": "^3.0.0-alpha.0", - "@jupyterlab/settingregistry": "^3.0.0-alpha.0", - "@jupyterlab/ui-components": "^3.0.0-alpha.0" + "@jupyterlab/application": "^3.0.0-alpha.1", + "@jupyterlab/apputils": "^3.0.0-alpha.1", + "@jupyterlab/extensionmanager": "^3.0.0-alpha.1", + "@jupyterlab/mainmenu": "^3.0.0-alpha.1", + "@jupyterlab/settingregistry": "^3.0.0-alpha.1", + "@jupyterlab/ui-components": "^3.0.0-alpha.1" }, "devDependencies": { "rimraf": "~3.0.0", diff --git a/packages/extensionmanager/package.json b/packages/extensionmanager/package.json index 3c03c0ac8272..8530fecaf991 100644 --- a/packages/extensionmanager/package.json +++ b/packages/extensionmanager/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/extensionmanager", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "JupyterLab - Extension Manager", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -35,12 +35,12 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^3.0.0-alpha.0", - "@jupyterlab/apputils": "^3.0.0-alpha.0", - "@jupyterlab/coreutils": "^5.0.0-alpha.0", - "@jupyterlab/services": "^6.0.0-alpha.0", - "@jupyterlab/settingregistry": "^3.0.0-alpha.0", - "@jupyterlab/ui-components": "^3.0.0-alpha.0", + "@jupyterlab/application": "^3.0.0-alpha.1", + "@jupyterlab/apputils": "^3.0.0-alpha.1", + "@jupyterlab/coreutils": "^5.0.0-alpha.1", + "@jupyterlab/services": "^6.0.0-alpha.1", + "@jupyterlab/settingregistry": "^3.0.0-alpha.1", + "@jupyterlab/ui-components": "^3.0.0-alpha.1", "@lumino/messaging": "^1.3.3", "@lumino/polling": "^1.1.1", "@lumino/signaling": "^1.3.5", diff --git a/packages/filebrowser-extension/package.json b/packages/filebrowser-extension/package.json index c9f5923ada34..a88bb34df4d6 100644 --- a/packages/filebrowser-extension/package.json +++ b/packages/filebrowser-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/filebrowser-extension", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "JupyterLab - Filebrowser Widget Extension", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -36,18 +36,18 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^3.0.0-alpha.0", - "@jupyterlab/apputils": "^3.0.0-alpha.0", - "@jupyterlab/coreutils": "^5.0.0-alpha.0", - "@jupyterlab/docmanager": "^3.0.0-alpha.0", - "@jupyterlab/filebrowser": "^3.0.0-alpha.0", - "@jupyterlab/launcher": "^3.0.0-alpha.0", - "@jupyterlab/mainmenu": "^3.0.0-alpha.0", - "@jupyterlab/services": "^6.0.0-alpha.0", - "@jupyterlab/settingregistry": "^3.0.0-alpha.0", - "@jupyterlab/statedb": "^3.0.0-alpha.0", - "@jupyterlab/statusbar": "^3.0.0-alpha.0", - "@jupyterlab/ui-components": "^3.0.0-alpha.0", + "@jupyterlab/application": "^3.0.0-alpha.1", + "@jupyterlab/apputils": "^3.0.0-alpha.1", + "@jupyterlab/coreutils": "^5.0.0-alpha.1", + "@jupyterlab/docmanager": "^3.0.0-alpha.1", + "@jupyterlab/filebrowser": "^3.0.0-alpha.1", + "@jupyterlab/launcher": "^3.0.0-alpha.1", + "@jupyterlab/mainmenu": "^3.0.0-alpha.1", + "@jupyterlab/services": "^6.0.0-alpha.1", + "@jupyterlab/settingregistry": "^3.0.0-alpha.1", + "@jupyterlab/statedb": "^3.0.0-alpha.1", + "@jupyterlab/statusbar": "^3.0.0-alpha.1", + "@jupyterlab/ui-components": "^3.0.0-alpha.1", "@lumino/algorithm": "^1.2.3", "@lumino/commands": "^1.10.1", "@lumino/messaging": "^1.3.3", diff --git a/packages/filebrowser/package.json b/packages/filebrowser/package.json index ab78ba918435..89ccf947f000 100644 --- a/packages/filebrowser/package.json +++ b/packages/filebrowser/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/filebrowser", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "JupyterLab - FileBrowser Widget", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -40,14 +40,14 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/apputils": "^3.0.0-alpha.0", - "@jupyterlab/coreutils": "^5.0.0-alpha.0", - "@jupyterlab/docmanager": "^3.0.0-alpha.0", - "@jupyterlab/docregistry": "^3.0.0-alpha.0", - "@jupyterlab/services": "^6.0.0-alpha.0", - "@jupyterlab/statedb": "^3.0.0-alpha.0", - "@jupyterlab/statusbar": "^3.0.0-alpha.0", - "@jupyterlab/ui-components": "^3.0.0-alpha.0", + "@jupyterlab/apputils": "^3.0.0-alpha.1", + "@jupyterlab/coreutils": "^5.0.0-alpha.1", + "@jupyterlab/docmanager": "^3.0.0-alpha.1", + "@jupyterlab/docregistry": "^3.0.0-alpha.1", + "@jupyterlab/services": "^6.0.0-alpha.1", + "@jupyterlab/statedb": "^3.0.0-alpha.1", + "@jupyterlab/statusbar": "^3.0.0-alpha.1", + "@jupyterlab/ui-components": "^3.0.0-alpha.1", "@lumino/algorithm": "^1.2.3", "@lumino/coreutils": "^1.4.3", "@lumino/disposable": "^1.3.5", @@ -60,7 +60,7 @@ "react": "~16.9.0" }, "devDependencies": { - "@jupyterlab/testutils": "^3.0.0-alpha.0", + "@jupyterlab/testutils": "^3.0.0-alpha.1", "@types/jest": "^24.0.23", "jest": "^25.2.3", "rimraf": "~3.0.0", diff --git a/packages/fileeditor-extension/package.json b/packages/fileeditor-extension/package.json index 2308a6125fd1..e2833dc57a8c 100644 --- a/packages/fileeditor-extension/package.json +++ b/packages/fileeditor-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/fileeditor-extension", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "JupyterLab - Editor Widget Extension", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -36,20 +36,20 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^3.0.0-alpha.0", - "@jupyterlab/apputils": "^3.0.0-alpha.0", - "@jupyterlab/codeeditor": "^3.0.0-alpha.0", - "@jupyterlab/codemirror": "^3.0.0-alpha.0", - "@jupyterlab/console": "^3.0.0-alpha.0", - "@jupyterlab/coreutils": "^5.0.0-alpha.0", - "@jupyterlab/docregistry": "^3.0.0-alpha.0", - "@jupyterlab/filebrowser": "^3.0.0-alpha.0", - "@jupyterlab/fileeditor": "^3.0.0-alpha.0", - "@jupyterlab/launcher": "^3.0.0-alpha.0", - "@jupyterlab/mainmenu": "^3.0.0-alpha.0", - "@jupyterlab/settingregistry": "^3.0.0-alpha.0", - "@jupyterlab/statusbar": "^3.0.0-alpha.0", - "@jupyterlab/ui-components": "^3.0.0-alpha.0", + "@jupyterlab/application": "^3.0.0-alpha.1", + "@jupyterlab/apputils": "^3.0.0-alpha.1", + "@jupyterlab/codeeditor": "^3.0.0-alpha.1", + "@jupyterlab/codemirror": "^3.0.0-alpha.1", + "@jupyterlab/console": "^3.0.0-alpha.1", + "@jupyterlab/coreutils": "^5.0.0-alpha.1", + "@jupyterlab/docregistry": "^3.0.0-alpha.1", + "@jupyterlab/filebrowser": "^3.0.0-alpha.1", + "@jupyterlab/fileeditor": "^3.0.0-alpha.1", + "@jupyterlab/launcher": "^3.0.0-alpha.1", + "@jupyterlab/mainmenu": "^3.0.0-alpha.1", + "@jupyterlab/settingregistry": "^3.0.0-alpha.1", + "@jupyterlab/statusbar": "^3.0.0-alpha.1", + "@jupyterlab/ui-components": "^3.0.0-alpha.1", "@lumino/commands": "^1.10.1", "@lumino/coreutils": "^1.4.3", "@lumino/widgets": "^1.11.1" diff --git a/packages/fileeditor/package.json b/packages/fileeditor/package.json index fa586fe59fbf..a77a431b39c3 100644 --- a/packages/fileeditor/package.json +++ b/packages/fileeditor/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/fileeditor", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "JupyterLab - Editor Widget", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -40,18 +40,18 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/apputils": "^3.0.0-alpha.0", - "@jupyterlab/codeeditor": "^3.0.0-alpha.0", - "@jupyterlab/docregistry": "^3.0.0-alpha.0", - "@jupyterlab/statusbar": "^3.0.0-alpha.0", - "@jupyterlab/ui-components": "^3.0.0-alpha.0", + "@jupyterlab/apputils": "^3.0.0-alpha.1", + "@jupyterlab/codeeditor": "^3.0.0-alpha.1", + "@jupyterlab/docregistry": "^3.0.0-alpha.1", + "@jupyterlab/statusbar": "^3.0.0-alpha.1", + "@jupyterlab/ui-components": "^3.0.0-alpha.1", "@lumino/coreutils": "^1.4.3", "@lumino/messaging": "^1.3.3", "@lumino/widgets": "^1.11.1", "react": "~16.9.0" }, "devDependencies": { - "@jupyterlab/testutils": "^3.0.0-alpha.0", + "@jupyterlab/testutils": "^3.0.0-alpha.1", "@types/jest": "^24.0.23", "jest": "^25.2.3", "rimraf": "~3.0.0", diff --git a/packages/help-extension/package.json b/packages/help-extension/package.json index 90e086da801c..0e8b7e21032b 100644 --- a/packages/help-extension/package.json +++ b/packages/help-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/help-extension", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "JupyterLab - Help Extension", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -36,13 +36,13 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^3.0.0-alpha.0", - "@jupyterlab/apputils": "^3.0.0-alpha.0", - "@jupyterlab/coreutils": "^5.0.0-alpha.0", - "@jupyterlab/inspector": "^3.0.0-alpha.0", - "@jupyterlab/mainmenu": "^3.0.0-alpha.0", - "@jupyterlab/services": "^6.0.0-alpha.0", - "@jupyterlab/ui-components": "^3.0.0-alpha.0", + "@jupyterlab/application": "^3.0.0-alpha.1", + "@jupyterlab/apputils": "^3.0.0-alpha.1", + "@jupyterlab/coreutils": "^5.0.0-alpha.1", + "@jupyterlab/inspector": "^3.0.0-alpha.1", + "@jupyterlab/mainmenu": "^3.0.0-alpha.1", + "@jupyterlab/services": "^6.0.0-alpha.1", + "@jupyterlab/ui-components": "^3.0.0-alpha.1", "@lumino/widgets": "^1.11.1", "react": "~16.9.0" }, diff --git a/packages/htmlviewer-extension/package.json b/packages/htmlviewer-extension/package.json index 5f1af7119c0d..f09b91ab229e 100644 --- a/packages/htmlviewer-extension/package.json +++ b/packages/htmlviewer-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/htmlviewer-extension", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "JupyterLab extension to render HTML files", "keywords": [ "jupyter", @@ -33,11 +33,11 @@ "watch": "tsc -w" }, "dependencies": { - "@jupyterlab/application": "^3.0.0-alpha.0", - "@jupyterlab/apputils": "^3.0.0-alpha.0", - "@jupyterlab/docregistry": "^3.0.0-alpha.0", - "@jupyterlab/htmlviewer": "^3.0.0-alpha.0", - "@jupyterlab/ui-components": "^3.0.0-alpha.0" + "@jupyterlab/application": "^3.0.0-alpha.1", + "@jupyterlab/apputils": "^3.0.0-alpha.1", + "@jupyterlab/docregistry": "^3.0.0-alpha.1", + "@jupyterlab/htmlviewer": "^3.0.0-alpha.1", + "@jupyterlab/ui-components": "^3.0.0-alpha.1" }, "devDependencies": { "rimraf": "~3.0.0", diff --git a/packages/htmlviewer/package.json b/packages/htmlviewer/package.json index ff52f2557329..eef17711a0c3 100644 --- a/packages/htmlviewer/package.json +++ b/packages/htmlviewer/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/htmlviewer", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "A viewer for HTML documents.", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -32,10 +32,10 @@ "watch": "tsc -w --listEmittedFiles" }, "dependencies": { - "@jupyterlab/apputils": "^3.0.0-alpha.0", - "@jupyterlab/coreutils": "^5.0.0-alpha.0", - "@jupyterlab/docregistry": "^3.0.0-alpha.0", - "@jupyterlab/ui-components": "^3.0.0-alpha.0", + "@jupyterlab/apputils": "^3.0.0-alpha.1", + "@jupyterlab/coreutils": "^5.0.0-alpha.1", + "@jupyterlab/docregistry": "^3.0.0-alpha.1", + "@jupyterlab/ui-components": "^3.0.0-alpha.1", "@lumino/coreutils": "^1.4.3", "@lumino/signaling": "^1.3.5", "react": "~16.9.0" diff --git a/packages/hub-extension/package.json b/packages/hub-extension/package.json index 8c7ed8ab291d..a269adde2dfa 100644 --- a/packages/hub-extension/package.json +++ b/packages/hub-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/hub-extension", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "JupyterLab integration for JupyterHub", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -33,11 +33,11 @@ "watch": "tsc -w --listEmittedFiles" }, "dependencies": { - "@jupyterlab/application": "^3.0.0-alpha.0", - "@jupyterlab/apputils": "^3.0.0-alpha.0", - "@jupyterlab/coreutils": "^5.0.0-alpha.0", - "@jupyterlab/mainmenu": "^3.0.0-alpha.0", - "@jupyterlab/services": "^6.0.0-alpha.0" + "@jupyterlab/application": "^3.0.0-alpha.1", + "@jupyterlab/apputils": "^3.0.0-alpha.1", + "@jupyterlab/coreutils": "^5.0.0-alpha.1", + "@jupyterlab/mainmenu": "^3.0.0-alpha.1", + "@jupyterlab/services": "^6.0.0-alpha.1" }, "devDependencies": { "rimraf": "~3.0.0", diff --git a/packages/imageviewer-extension/package.json b/packages/imageviewer-extension/package.json index 791f1c8c5b01..393e22f1d3f0 100644 --- a/packages/imageviewer-extension/package.json +++ b/packages/imageviewer-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/imageviewer-extension", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "JupyterLab - Image Widget Extension", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -36,10 +36,10 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^3.0.0-alpha.0", - "@jupyterlab/apputils": "^3.0.0-alpha.0", - "@jupyterlab/docregistry": "^3.0.0-alpha.0", - "@jupyterlab/imageviewer": "^3.0.0-alpha.0" + "@jupyterlab/application": "^3.0.0-alpha.1", + "@jupyterlab/apputils": "^3.0.0-alpha.1", + "@jupyterlab/docregistry": "^3.0.0-alpha.1", + "@jupyterlab/imageviewer": "^3.0.0-alpha.1" }, "devDependencies": { "rimraf": "~3.0.0", diff --git a/packages/imageviewer/package.json b/packages/imageviewer/package.json index 6b3d67990a57..4857df2a603d 100644 --- a/packages/imageviewer/package.json +++ b/packages/imageviewer/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/imageviewer", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "JupyterLab - Image Widget", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -40,15 +40,15 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/apputils": "^3.0.0-alpha.0", - "@jupyterlab/coreutils": "^5.0.0-alpha.0", - "@jupyterlab/docregistry": "^3.0.0-alpha.0", + "@jupyterlab/apputils": "^3.0.0-alpha.1", + "@jupyterlab/coreutils": "^5.0.0-alpha.1", + "@jupyterlab/docregistry": "^3.0.0-alpha.1", "@lumino/coreutils": "^1.4.3", "@lumino/messaging": "^1.3.3", "@lumino/widgets": "^1.11.1" }, "devDependencies": { - "@jupyterlab/testutils": "^3.0.0-alpha.0", + "@jupyterlab/testutils": "^3.0.0-alpha.1", "@types/jest": "^24.0.23", "jest": "^25.2.3", "rimraf": "~3.0.0", diff --git a/packages/inspector-extension/package.json b/packages/inspector-extension/package.json index 03593847936f..fe4cc99b6f06 100644 --- a/packages/inspector-extension/package.json +++ b/packages/inspector-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/inspector-extension", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "JupyterLab - Code Inspector Extension", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -36,13 +36,13 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^3.0.0-alpha.0", - "@jupyterlab/apputils": "^3.0.0-alpha.0", - "@jupyterlab/console": "^3.0.0-alpha.0", - "@jupyterlab/inspector": "^3.0.0-alpha.0", - "@jupyterlab/launcher": "^3.0.0-alpha.0", - "@jupyterlab/notebook": "^3.0.0-alpha.0", - "@jupyterlab/ui-components": "^3.0.0-alpha.0" + "@jupyterlab/application": "^3.0.0-alpha.1", + "@jupyterlab/apputils": "^3.0.0-alpha.1", + "@jupyterlab/console": "^3.0.0-alpha.1", + "@jupyterlab/inspector": "^3.0.0-alpha.1", + "@jupyterlab/launcher": "^3.0.0-alpha.1", + "@jupyterlab/notebook": "^3.0.0-alpha.1", + "@jupyterlab/ui-components": "^3.0.0-alpha.1" }, "devDependencies": { "rimraf": "~3.0.0", diff --git a/packages/inspector/package.json b/packages/inspector/package.json index e5ad6e917922..3b5034476a59 100644 --- a/packages/inspector/package.json +++ b/packages/inspector/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/inspector", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "JupyterLab - Code Inspector", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -40,12 +40,12 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/apputils": "^3.0.0-alpha.0", - "@jupyterlab/codeeditor": "^3.0.0-alpha.0", - "@jupyterlab/coreutils": "^5.0.0-alpha.0", - "@jupyterlab/rendermime": "^3.0.0-alpha.0", - "@jupyterlab/services": "^6.0.0-alpha.0", - "@jupyterlab/statedb": "^3.0.0-alpha.0", + "@jupyterlab/apputils": "^3.0.0-alpha.1", + "@jupyterlab/codeeditor": "^3.0.0-alpha.1", + "@jupyterlab/coreutils": "^5.0.0-alpha.1", + "@jupyterlab/rendermime": "^3.0.0-alpha.1", + "@jupyterlab/services": "^6.0.0-alpha.1", + "@jupyterlab/statedb": "^3.0.0-alpha.1", "@lumino/coreutils": "^1.4.3", "@lumino/disposable": "^1.3.5", "@lumino/polling": "^1.1.1", @@ -53,7 +53,7 @@ "@lumino/widgets": "^1.11.1" }, "devDependencies": { - "@jupyterlab/testutils": "^3.0.0-alpha.0", + "@jupyterlab/testutils": "^3.0.0-alpha.1", "@types/jest": "^24.0.23", "jest": "^25.2.3", "rimraf": "~3.0.0", diff --git a/packages/javascript-extension/package.json b/packages/javascript-extension/package.json index a00dbdde1fcd..1398b5e1fa1d 100644 --- a/packages/javascript-extension/package.json +++ b/packages/javascript-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/javascript-extension", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "JupyterLab - Javascript Renderer", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -34,8 +34,8 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/rendermime": "^3.0.0-alpha.0", - "@jupyterlab/rendermime-interfaces": "^3.0.0-alpha.0" + "@jupyterlab/rendermime": "^3.0.0-alpha.1", + "@jupyterlab/rendermime-interfaces": "^3.0.0-alpha.1" }, "devDependencies": { "rimraf": "~3.0.0", diff --git a/packages/json-extension/package.json b/packages/json-extension/package.json index 6efa0c22588d..923c2c62511f 100644 --- a/packages/json-extension/package.json +++ b/packages/json-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/json-extension", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "JupyterLab - JSON Renderer", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -34,9 +34,9 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/apputils": "^3.0.0-alpha.0", - "@jupyterlab/rendermime-interfaces": "^3.0.0-alpha.0", - "@jupyterlab/ui-components": "^3.0.0-alpha.0", + "@jupyterlab/apputils": "^3.0.0-alpha.1", + "@jupyterlab/rendermime-interfaces": "^3.0.0-alpha.1", + "@jupyterlab/ui-components": "^3.0.0-alpha.1", "@lumino/coreutils": "^1.4.3", "@lumino/messaging": "^1.3.3", "@lumino/widgets": "^1.11.1", diff --git a/packages/launcher-extension/package.json b/packages/launcher-extension/package.json index 18188d1ba9b4..78325a823660 100644 --- a/packages/launcher-extension/package.json +++ b/packages/launcher-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/launcher-extension", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "JupyterLab - Launcher Page Extension", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -36,10 +36,10 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^3.0.0-alpha.0", - "@jupyterlab/apputils": "^3.0.0-alpha.0", - "@jupyterlab/launcher": "^3.0.0-alpha.0", - "@jupyterlab/ui-components": "^3.0.0-alpha.0", + "@jupyterlab/application": "^3.0.0-alpha.1", + "@jupyterlab/apputils": "^3.0.0-alpha.1", + "@jupyterlab/launcher": "^3.0.0-alpha.1", + "@jupyterlab/ui-components": "^3.0.0-alpha.1", "@lumino/algorithm": "^1.2.3", "@lumino/coreutils": "^1.4.3", "@lumino/widgets": "^1.11.1" diff --git a/packages/launcher/package.json b/packages/launcher/package.json index 188fd9b43195..25401bcf6dba 100644 --- a/packages/launcher/package.json +++ b/packages/launcher/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/launcher", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "JupyterLab - Launcher Panel", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -35,8 +35,8 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/apputils": "^3.0.0-alpha.0", - "@jupyterlab/ui-components": "^3.0.0-alpha.0", + "@jupyterlab/apputils": "^3.0.0-alpha.1", + "@jupyterlab/ui-components": "^3.0.0-alpha.1", "@lumino/algorithm": "^1.2.3", "@lumino/commands": "^1.10.1", "@lumino/coreutils": "^1.4.3", diff --git a/packages/logconsole-extension/package.json b/packages/logconsole-extension/package.json index 9f0514909ea9..35b95522155e 100644 --- a/packages/logconsole-extension/package.json +++ b/packages/logconsole-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/logconsole-extension", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "JupyterLab - Log Console Extension", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -33,18 +33,18 @@ "watch": "tsc -w --listEmittedFiles" }, "dependencies": { - "@jupyterlab/application": "^3.0.0-alpha.0", - "@jupyterlab/apputils": "^3.0.0-alpha.0", - "@jupyterlab/coreutils": "^5.0.0-alpha.0", - "@jupyterlab/logconsole": "^3.0.0-alpha.0", - "@jupyterlab/mainmenu": "^3.0.0-alpha.0", - "@jupyterlab/nbformat": "^3.0.0-alpha.0", - "@jupyterlab/notebook": "^3.0.0-alpha.0", - "@jupyterlab/rendermime": "^3.0.0-alpha.0", - "@jupyterlab/services": "^6.0.0-alpha.0", - "@jupyterlab/settingregistry": "^3.0.0-alpha.0", - "@jupyterlab/statusbar": "^3.0.0-alpha.0", - "@jupyterlab/ui-components": "^3.0.0-alpha.0", + "@jupyterlab/application": "^3.0.0-alpha.1", + "@jupyterlab/apputils": "^3.0.0-alpha.1", + "@jupyterlab/coreutils": "^5.0.0-alpha.1", + "@jupyterlab/logconsole": "^3.0.0-alpha.1", + "@jupyterlab/mainmenu": "^3.0.0-alpha.1", + "@jupyterlab/nbformat": "^3.0.0-alpha.1", + "@jupyterlab/notebook": "^3.0.0-alpha.1", + "@jupyterlab/rendermime": "^3.0.0-alpha.1", + "@jupyterlab/services": "^6.0.0-alpha.1", + "@jupyterlab/settingregistry": "^3.0.0-alpha.1", + "@jupyterlab/statusbar": "^3.0.0-alpha.1", + "@jupyterlab/ui-components": "^3.0.0-alpha.1", "@lumino/coreutils": "^1.4.3", "@lumino/signaling": "^1.3.5", "@lumino/widgets": "^1.11.1", diff --git a/packages/logconsole/package.json b/packages/logconsole/package.json index e6ffbf62e295..33ab7ecbd6da 100644 --- a/packages/logconsole/package.json +++ b/packages/logconsole/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/logconsole", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "JupyterLab - Log Console", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -37,11 +37,11 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/coreutils": "^5.0.0-alpha.0", - "@jupyterlab/nbformat": "^3.0.0-alpha.0", - "@jupyterlab/outputarea": "^3.0.0-alpha.0", - "@jupyterlab/rendermime": "^3.0.0-alpha.0", - "@jupyterlab/services": "^6.0.0-alpha.0", + "@jupyterlab/coreutils": "^5.0.0-alpha.1", + "@jupyterlab/nbformat": "^3.0.0-alpha.1", + "@jupyterlab/outputarea": "^3.0.0-alpha.1", + "@jupyterlab/rendermime": "^3.0.0-alpha.1", + "@jupyterlab/services": "^6.0.0-alpha.1", "@lumino/coreutils": "^1.4.3", "@lumino/disposable": "^1.3.5", "@lumino/messaging": "^1.3.3", @@ -49,7 +49,7 @@ "@lumino/widgets": "^1.11.1" }, "devDependencies": { - "@jupyterlab/testutils": "^3.0.0-alpha.0", + "@jupyterlab/testutils": "^3.0.0-alpha.1", "@types/jest": "^24.0.23", "jest": "^25.2.3", "rimraf": "~3.0.0", diff --git a/packages/mainmenu-extension/package.json b/packages/mainmenu-extension/package.json index 030b1d7ff8f9..8314c854af8c 100644 --- a/packages/mainmenu-extension/package.json +++ b/packages/mainmenu-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/mainmenu-extension", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "JupyterLab - Main Menu Extension", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -36,12 +36,12 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^3.0.0-alpha.0", - "@jupyterlab/apputils": "^3.0.0-alpha.0", - "@jupyterlab/coreutils": "^5.0.0-alpha.0", - "@jupyterlab/mainmenu": "^3.0.0-alpha.0", - "@jupyterlab/services": "^6.0.0-alpha.0", - "@jupyterlab/ui-components": "^3.0.0-alpha.0", + "@jupyterlab/application": "^3.0.0-alpha.1", + "@jupyterlab/apputils": "^3.0.0-alpha.1", + "@jupyterlab/coreutils": "^5.0.0-alpha.1", + "@jupyterlab/mainmenu": "^3.0.0-alpha.1", + "@jupyterlab/services": "^6.0.0-alpha.1", + "@jupyterlab/ui-components": "^3.0.0-alpha.1", "@lumino/algorithm": "^1.2.3", "@lumino/disposable": "^1.3.5", "@lumino/widgets": "^1.11.1" diff --git a/packages/mainmenu/package.json b/packages/mainmenu/package.json index 5cf07254685b..d3b6ebe2a800 100644 --- a/packages/mainmenu/package.json +++ b/packages/mainmenu/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/mainmenu", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "JupyterLab - Main Menu", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -40,9 +40,9 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/apputils": "^3.0.0-alpha.0", - "@jupyterlab/services": "^6.0.0-alpha.0", - "@jupyterlab/ui-components": "^3.0.0-alpha.0", + "@jupyterlab/apputils": "^3.0.0-alpha.1", + "@jupyterlab/services": "^6.0.0-alpha.1", + "@jupyterlab/ui-components": "^3.0.0-alpha.1", "@lumino/algorithm": "^1.2.3", "@lumino/commands": "^1.10.1", "@lumino/coreutils": "^1.4.3", @@ -50,7 +50,7 @@ "@lumino/widgets": "^1.11.1" }, "devDependencies": { - "@jupyterlab/testutils": "^3.0.0-alpha.0", + "@jupyterlab/testutils": "^3.0.0-alpha.1", "@types/jest": "^24.0.23", "jest": "^25.2.3", "rimraf": "~3.0.0", diff --git a/packages/markdownviewer-extension/package.json b/packages/markdownviewer-extension/package.json index 60832238d7a7..98609c136ff3 100644 --- a/packages/markdownviewer-extension/package.json +++ b/packages/markdownviewer-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/markdownviewer-extension", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "JupyterLab - Markdown Renderer Extension", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -36,12 +36,12 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^3.0.0-alpha.0", - "@jupyterlab/apputils": "^3.0.0-alpha.0", - "@jupyterlab/coreutils": "^5.0.0-alpha.0", - "@jupyterlab/markdownviewer": "^3.0.0-alpha.0", - "@jupyterlab/rendermime": "^3.0.0-alpha.0", - "@jupyterlab/settingregistry": "^3.0.0-alpha.0" + "@jupyterlab/application": "^3.0.0-alpha.1", + "@jupyterlab/apputils": "^3.0.0-alpha.1", + "@jupyterlab/coreutils": "^5.0.0-alpha.1", + "@jupyterlab/markdownviewer": "^3.0.0-alpha.1", + "@jupyterlab/rendermime": "^3.0.0-alpha.1", + "@jupyterlab/settingregistry": "^3.0.0-alpha.1" }, "devDependencies": { "rimraf": "~3.0.0", diff --git a/packages/markdownviewer/package.json b/packages/markdownviewer/package.json index 1519d0bd81ba..326bccd59ca2 100644 --- a/packages/markdownviewer/package.json +++ b/packages/markdownviewer/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/markdownviewer", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "JupyterLab - Markdown viewer Widget", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -35,10 +35,10 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/apputils": "^3.0.0-alpha.0", - "@jupyterlab/coreutils": "^5.0.0-alpha.0", - "@jupyterlab/docregistry": "^3.0.0-alpha.0", - "@jupyterlab/rendermime": "^3.0.0-alpha.0", + "@jupyterlab/apputils": "^3.0.0-alpha.1", + "@jupyterlab/coreutils": "^5.0.0-alpha.1", + "@jupyterlab/docregistry": "^3.0.0-alpha.1", + "@jupyterlab/rendermime": "^3.0.0-alpha.1", "@lumino/coreutils": "^1.4.3", "@lumino/messaging": "^1.3.3", "@lumino/widgets": "^1.11.1" diff --git a/packages/mathjax2-extension/package.json b/packages/mathjax2-extension/package.json index 8c106a3895a5..95d7aae61f7f 100644 --- a/packages/mathjax2-extension/package.json +++ b/packages/mathjax2-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/mathjax2-extension", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "A JupyterLab extension providing MathJax 2 Typesetting", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -33,10 +33,10 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^3.0.0-alpha.0", - "@jupyterlab/coreutils": "^5.0.0-alpha.0", - "@jupyterlab/mathjax2": "^3.0.0-alpha.0", - "@jupyterlab/rendermime": "^3.0.0-alpha.0" + "@jupyterlab/application": "^3.0.0-alpha.1", + "@jupyterlab/coreutils": "^5.0.0-alpha.1", + "@jupyterlab/mathjax2": "^3.0.0-alpha.1", + "@jupyterlab/rendermime": "^3.0.0-alpha.1" }, "devDependencies": { "rimraf": "~3.0.0", diff --git a/packages/mathjax2/package.json b/packages/mathjax2/package.json index a6c3bf4cd965..a66a50d531ee 100644 --- a/packages/mathjax2/package.json +++ b/packages/mathjax2/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/mathjax2", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "A MathJax 2 Typesetting provider for JupyterLab", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -33,7 +33,7 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/rendermime-interfaces": "^3.0.0-alpha.0", + "@jupyterlab/rendermime-interfaces": "^3.0.0-alpha.1", "@lumino/coreutils": "^1.4.3" }, "devDependencies": { diff --git a/packages/metapackage/package.json b/packages/metapackage/package.json index b044e2c9f9d9..930c2ef99b82 100644 --- a/packages/metapackage/package.json +++ b/packages/metapackage/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/metapackage", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "JupyterLab - Meta Package. All of the packages used by the core JupyterLab application", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -31,90 +31,90 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^3.0.0-alpha.0", - "@jupyterlab/application-extension": "^3.0.0-alpha.0", - "@jupyterlab/apputils": "^3.0.0-alpha.0", - "@jupyterlab/apputils-extension": "^3.0.0-alpha.0", - "@jupyterlab/attachments": "^3.0.0-alpha.0", - "@jupyterlab/cells": "^3.0.0-alpha.0", - "@jupyterlab/celltags": "^3.0.0-alpha.0", - "@jupyterlab/celltags-extension": "^3.0.0-alpha.0", - "@jupyterlab/codeeditor": "^3.0.0-alpha.0", - "@jupyterlab/codemirror": "^3.0.0-alpha.0", - "@jupyterlab/codemirror-extension": "^3.0.0-alpha.0", - "@jupyterlab/completer": "^3.0.0-alpha.0", - "@jupyterlab/completer-extension": "^3.0.0-alpha.0", - "@jupyterlab/console": "^3.0.0-alpha.0", - "@jupyterlab/console-extension": "^3.0.0-alpha.0", - "@jupyterlab/coreutils": "^5.0.0-alpha.0", - "@jupyterlab/csvviewer": "^3.0.0-alpha.0", - "@jupyterlab/csvviewer-extension": "^3.0.0-alpha.0", - "@jupyterlab/docmanager": "^3.0.0-alpha.0", - "@jupyterlab/docmanager-extension": "^3.0.0-alpha.0", - "@jupyterlab/docregistry": "^3.0.0-alpha.0", - "@jupyterlab/documentsearch": "^3.0.0-alpha.0", - "@jupyterlab/documentsearch-extension": "^3.0.0-alpha.0", - "@jupyterlab/extensionmanager": "^3.0.0-alpha.0", - "@jupyterlab/extensionmanager-extension": "^3.0.0-alpha.0", - "@jupyterlab/filebrowser": "^3.0.0-alpha.0", - "@jupyterlab/filebrowser-extension": "^3.0.0-alpha.0", - "@jupyterlab/fileeditor": "^3.0.0-alpha.0", - "@jupyterlab/fileeditor-extension": "^3.0.0-alpha.0", - "@jupyterlab/help-extension": "^3.0.0-alpha.0", - "@jupyterlab/htmlviewer": "^3.0.0-alpha.0", - "@jupyterlab/htmlviewer-extension": "^3.0.0-alpha.0", - "@jupyterlab/hub-extension": "^3.0.0-alpha.0", - "@jupyterlab/imageviewer": "^3.0.0-alpha.0", - "@jupyterlab/imageviewer-extension": "^3.0.0-alpha.0", - "@jupyterlab/inspector": "^3.0.0-alpha.0", - "@jupyterlab/inspector-extension": "^3.0.0-alpha.0", - "@jupyterlab/javascript-extension": "^3.0.0-alpha.0", - "@jupyterlab/json-extension": "^3.0.0-alpha.0", - "@jupyterlab/launcher": "^3.0.0-alpha.0", - "@jupyterlab/launcher-extension": "^3.0.0-alpha.0", - "@jupyterlab/logconsole": "^3.0.0-alpha.0", - "@jupyterlab/logconsole-extension": "^3.0.0-alpha.0", - "@jupyterlab/mainmenu": "^3.0.0-alpha.0", - "@jupyterlab/mainmenu-extension": "^3.0.0-alpha.0", - "@jupyterlab/markdownviewer": "^3.0.0-alpha.0", - "@jupyterlab/markdownviewer-extension": "^3.0.0-alpha.0", - "@jupyterlab/mathjax2": "^3.0.0-alpha.0", - "@jupyterlab/mathjax2-extension": "^3.0.0-alpha.0", - "@jupyterlab/nbconvert-css": "^3.0.0-alpha.0", - "@jupyterlab/nbformat": "^3.0.0-alpha.0", - "@jupyterlab/notebook": "^3.0.0-alpha.0", - "@jupyterlab/notebook-extension": "^3.0.0-alpha.0", - "@jupyterlab/observables": "^4.0.0-alpha.0", - "@jupyterlab/outputarea": "^3.0.0-alpha.0", - "@jupyterlab/pdf-extension": "^3.0.0-alpha.0", - "@jupyterlab/property-inspector": "^3.0.0-alpha.0", - "@jupyterlab/rendermime": "^3.0.0-alpha.0", - "@jupyterlab/rendermime-extension": "^3.0.0-alpha.0", - "@jupyterlab/rendermime-interfaces": "^3.0.0-alpha.0", - "@jupyterlab/running": "^3.0.0-alpha.0", - "@jupyterlab/running-extension": "^3.0.0-alpha.0", - "@jupyterlab/services": "^6.0.0-alpha.0", - "@jupyterlab/settingeditor": "^3.0.0-alpha.0", - "@jupyterlab/settingeditor-extension": "^3.0.0-alpha.0", - "@jupyterlab/settingregistry": "^3.0.0-alpha.0", - "@jupyterlab/shortcuts-extension": "^3.0.0-alpha.0", - "@jupyterlab/statedb": "^3.0.0-alpha.0", - "@jupyterlab/statusbar": "^3.0.0-alpha.0", - "@jupyterlab/statusbar-extension": "^3.0.0-alpha.0", - "@jupyterlab/tabmanager-extension": "^3.0.0-alpha.0", - "@jupyterlab/terminal": "^3.0.0-alpha.0", - "@jupyterlab/terminal-extension": "^3.0.0-alpha.0", - "@jupyterlab/theme-dark-extension": "^3.0.0-alpha.0", - "@jupyterlab/theme-light-extension": "^3.0.0-alpha.0", - "@jupyterlab/toc": "^5.0.0-alpha.0", - "@jupyterlab/toc-extension": "^5.0.0-alpha.0", - "@jupyterlab/tooltip": "^3.0.0-alpha.0", - "@jupyterlab/tooltip-extension": "^3.0.0-alpha.0", - "@jupyterlab/ui-components": "^3.0.0-alpha.0", - "@jupyterlab/ui-components-extension": "^3.0.0-alpha.0", - "@jupyterlab/vdom": "^3.0.0-alpha.0", - "@jupyterlab/vdom-extension": "^3.0.0-alpha.0", - "@jupyterlab/vega5-extension": "^3.0.0-alpha.0" + "@jupyterlab/application": "^3.0.0-alpha.1", + "@jupyterlab/application-extension": "^3.0.0-alpha.1", + "@jupyterlab/apputils": "^3.0.0-alpha.1", + "@jupyterlab/apputils-extension": "^3.0.0-alpha.1", + "@jupyterlab/attachments": "^3.0.0-alpha.1", + "@jupyterlab/cells": "^3.0.0-alpha.1", + "@jupyterlab/celltags": "^3.0.0-alpha.1", + "@jupyterlab/celltags-extension": "^3.0.0-alpha.1", + "@jupyterlab/codeeditor": "^3.0.0-alpha.1", + "@jupyterlab/codemirror": "^3.0.0-alpha.1", + "@jupyterlab/codemirror-extension": "^3.0.0-alpha.1", + "@jupyterlab/completer": "^3.0.0-alpha.1", + "@jupyterlab/completer-extension": "^3.0.0-alpha.1", + "@jupyterlab/console": "^3.0.0-alpha.1", + "@jupyterlab/console-extension": "^3.0.0-alpha.1", + "@jupyterlab/coreutils": "^5.0.0-alpha.1", + "@jupyterlab/csvviewer": "^3.0.0-alpha.1", + "@jupyterlab/csvviewer-extension": "^3.0.0-alpha.1", + "@jupyterlab/docmanager": "^3.0.0-alpha.1", + "@jupyterlab/docmanager-extension": "^3.0.0-alpha.1", + "@jupyterlab/docregistry": "^3.0.0-alpha.1", + "@jupyterlab/documentsearch": "^3.0.0-alpha.1", + "@jupyterlab/documentsearch-extension": "^3.0.0-alpha.1", + "@jupyterlab/extensionmanager": "^3.0.0-alpha.1", + "@jupyterlab/extensionmanager-extension": "^3.0.0-alpha.1", + "@jupyterlab/filebrowser": "^3.0.0-alpha.1", + "@jupyterlab/filebrowser-extension": "^3.0.0-alpha.1", + "@jupyterlab/fileeditor": "^3.0.0-alpha.1", + "@jupyterlab/fileeditor-extension": "^3.0.0-alpha.1", + "@jupyterlab/help-extension": "^3.0.0-alpha.1", + "@jupyterlab/htmlviewer": "^3.0.0-alpha.1", + "@jupyterlab/htmlviewer-extension": "^3.0.0-alpha.1", + "@jupyterlab/hub-extension": "^3.0.0-alpha.1", + "@jupyterlab/imageviewer": "^3.0.0-alpha.1", + "@jupyterlab/imageviewer-extension": "^3.0.0-alpha.1", + "@jupyterlab/inspector": "^3.0.0-alpha.1", + "@jupyterlab/inspector-extension": "^3.0.0-alpha.1", + "@jupyterlab/javascript-extension": "^3.0.0-alpha.1", + "@jupyterlab/json-extension": "^3.0.0-alpha.1", + "@jupyterlab/launcher": "^3.0.0-alpha.1", + "@jupyterlab/launcher-extension": "^3.0.0-alpha.1", + "@jupyterlab/logconsole": "^3.0.0-alpha.1", + "@jupyterlab/logconsole-extension": "^3.0.0-alpha.1", + "@jupyterlab/mainmenu": "^3.0.0-alpha.1", + "@jupyterlab/mainmenu-extension": "^3.0.0-alpha.1", + "@jupyterlab/markdownviewer": "^3.0.0-alpha.1", + "@jupyterlab/markdownviewer-extension": "^3.0.0-alpha.1", + "@jupyterlab/mathjax2": "^3.0.0-alpha.1", + "@jupyterlab/mathjax2-extension": "^3.0.0-alpha.1", + "@jupyterlab/nbconvert-css": "^3.0.0-alpha.1", + "@jupyterlab/nbformat": "^3.0.0-alpha.1", + "@jupyterlab/notebook": "^3.0.0-alpha.1", + "@jupyterlab/notebook-extension": "^3.0.0-alpha.1", + "@jupyterlab/observables": "^4.0.0-alpha.1", + "@jupyterlab/outputarea": "^3.0.0-alpha.1", + "@jupyterlab/pdf-extension": "^3.0.0-alpha.1", + "@jupyterlab/property-inspector": "^3.0.0-alpha.1", + "@jupyterlab/rendermime": "^3.0.0-alpha.1", + "@jupyterlab/rendermime-extension": "^3.0.0-alpha.1", + "@jupyterlab/rendermime-interfaces": "^3.0.0-alpha.1", + "@jupyterlab/running": "^3.0.0-alpha.1", + "@jupyterlab/running-extension": "^3.0.0-alpha.1", + "@jupyterlab/services": "^6.0.0-alpha.1", + "@jupyterlab/settingeditor": "^3.0.0-alpha.1", + "@jupyterlab/settingeditor-extension": "^3.0.0-alpha.1", + "@jupyterlab/settingregistry": "^3.0.0-alpha.1", + "@jupyterlab/shortcuts-extension": "^3.0.0-alpha.1", + "@jupyterlab/statedb": "^3.0.0-alpha.1", + "@jupyterlab/statusbar": "^3.0.0-alpha.1", + "@jupyterlab/statusbar-extension": "^3.0.0-alpha.1", + "@jupyterlab/tabmanager-extension": "^3.0.0-alpha.1", + "@jupyterlab/terminal": "^3.0.0-alpha.1", + "@jupyterlab/terminal-extension": "^3.0.0-alpha.1", + "@jupyterlab/theme-dark-extension": "^3.0.0-alpha.1", + "@jupyterlab/theme-light-extension": "^3.0.0-alpha.1", + "@jupyterlab/toc": "^5.0.0-alpha.1", + "@jupyterlab/toc-extension": "^5.0.0-alpha.1", + "@jupyterlab/tooltip": "^3.0.0-alpha.1", + "@jupyterlab/tooltip-extension": "^3.0.0-alpha.1", + "@jupyterlab/ui-components": "^3.0.0-alpha.1", + "@jupyterlab/ui-components-extension": "^3.0.0-alpha.1", + "@jupyterlab/vdom": "^3.0.0-alpha.1", + "@jupyterlab/vdom-extension": "^3.0.0-alpha.1", + "@jupyterlab/vega5-extension": "^3.0.0-alpha.1" }, "devDependencies": { "fs-extra": "^8.1.0", diff --git a/packages/nbconvert-css/package.json b/packages/nbconvert-css/package.json index a49fbf5ba6ba..4f9d80e4c74c 100644 --- a/packages/nbconvert-css/package.json +++ b/packages/nbconvert-css/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/nbconvert-css", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "CSS bundle for the JupyterLab nbconvert template", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -34,12 +34,12 @@ "watch": "webpack --watch" }, "dependencies": { - "@jupyterlab/apputils": "^3.0.0-alpha.0", - "@jupyterlab/cells": "^3.0.0-alpha.0", - "@jupyterlab/codemirror": "^3.0.0-alpha.0", - "@jupyterlab/notebook": "^3.0.0-alpha.0", - "@jupyterlab/outputarea": "^3.0.0-alpha.0", - "@jupyterlab/rendermime": "^3.0.0-alpha.0" + "@jupyterlab/apputils": "^3.0.0-alpha.1", + "@jupyterlab/cells": "^3.0.0-alpha.1", + "@jupyterlab/codemirror": "^3.0.0-alpha.1", + "@jupyterlab/notebook": "^3.0.0-alpha.1", + "@jupyterlab/outputarea": "^3.0.0-alpha.1", + "@jupyterlab/rendermime": "^3.0.0-alpha.1" }, "devDependencies": { "css-loader": "~3.2.0", diff --git a/packages/nbformat/package.json b/packages/nbformat/package.json index 2e2e42e01caf..a8962ee25706 100644 --- a/packages/nbformat/package.json +++ b/packages/nbformat/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/nbformat", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "Notebook format interfaces", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -41,7 +41,7 @@ "@lumino/coreutils": "^1.4.3" }, "devDependencies": { - "@jupyterlab/testutils": "^3.0.0-alpha.0", + "@jupyterlab/testutils": "^3.0.0-alpha.1", "@types/jest": "^24.0.23", "jest": "^25.2.3", "rimraf": "~3.0.0", diff --git a/packages/notebook-extension/package.json b/packages/notebook-extension/package.json index 8bb36cf4a385..11dac2794f5e 100644 --- a/packages/notebook-extension/package.json +++ b/packages/notebook-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/notebook-extension", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "JupyterLab - Notebook Extension", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -36,24 +36,24 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^3.0.0-alpha.0", - "@jupyterlab/apputils": "^3.0.0-alpha.0", - "@jupyterlab/cells": "^3.0.0-alpha.0", - "@jupyterlab/codeeditor": "^3.0.0-alpha.0", - "@jupyterlab/coreutils": "^5.0.0-alpha.0", - "@jupyterlab/docmanager": "^3.0.0-alpha.0", - "@jupyterlab/filebrowser": "^3.0.0-alpha.0", - "@jupyterlab/launcher": "^3.0.0-alpha.0", - "@jupyterlab/mainmenu": "^3.0.0-alpha.0", - "@jupyterlab/nbformat": "^3.0.0-alpha.0", - "@jupyterlab/notebook": "^3.0.0-alpha.0", - "@jupyterlab/property-inspector": "^3.0.0-alpha.0", - "@jupyterlab/rendermime": "^3.0.0-alpha.0", - "@jupyterlab/services": "^6.0.0-alpha.0", - "@jupyterlab/settingregistry": "^3.0.0-alpha.0", - "@jupyterlab/statedb": "^3.0.0-alpha.0", - "@jupyterlab/statusbar": "^3.0.0-alpha.0", - "@jupyterlab/ui-components": "^3.0.0-alpha.0", + "@jupyterlab/application": "^3.0.0-alpha.1", + "@jupyterlab/apputils": "^3.0.0-alpha.1", + "@jupyterlab/cells": "^3.0.0-alpha.1", + "@jupyterlab/codeeditor": "^3.0.0-alpha.1", + "@jupyterlab/coreutils": "^5.0.0-alpha.1", + "@jupyterlab/docmanager": "^3.0.0-alpha.1", + "@jupyterlab/filebrowser": "^3.0.0-alpha.1", + "@jupyterlab/launcher": "^3.0.0-alpha.1", + "@jupyterlab/mainmenu": "^3.0.0-alpha.1", + "@jupyterlab/nbformat": "^3.0.0-alpha.1", + "@jupyterlab/notebook": "^3.0.0-alpha.1", + "@jupyterlab/property-inspector": "^3.0.0-alpha.1", + "@jupyterlab/rendermime": "^3.0.0-alpha.1", + "@jupyterlab/services": "^6.0.0-alpha.1", + "@jupyterlab/settingregistry": "^3.0.0-alpha.1", + "@jupyterlab/statedb": "^3.0.0-alpha.1", + "@jupyterlab/statusbar": "^3.0.0-alpha.1", + "@jupyterlab/ui-components": "^3.0.0-alpha.1", "@lumino/algorithm": "^1.2.3", "@lumino/commands": "^1.10.1", "@lumino/coreutils": "^1.4.3", diff --git a/packages/notebook/package.json b/packages/notebook/package.json index aad26bbe3624..f97ad77e3483 100644 --- a/packages/notebook/package.json +++ b/packages/notebook/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/notebook", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "JupyterLab - Notebook", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -40,17 +40,17 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/apputils": "^3.0.0-alpha.0", - "@jupyterlab/cells": "^3.0.0-alpha.0", - "@jupyterlab/codeeditor": "^3.0.0-alpha.0", - "@jupyterlab/coreutils": "^5.0.0-alpha.0", - "@jupyterlab/docregistry": "^3.0.0-alpha.0", - "@jupyterlab/nbformat": "^3.0.0-alpha.0", - "@jupyterlab/observables": "^4.0.0-alpha.0", - "@jupyterlab/rendermime": "^3.0.0-alpha.0", - "@jupyterlab/services": "^6.0.0-alpha.0", - "@jupyterlab/statusbar": "^3.0.0-alpha.0", - "@jupyterlab/ui-components": "^3.0.0-alpha.0", + "@jupyterlab/apputils": "^3.0.0-alpha.1", + "@jupyterlab/cells": "^3.0.0-alpha.1", + "@jupyterlab/codeeditor": "^3.0.0-alpha.1", + "@jupyterlab/coreutils": "^5.0.0-alpha.1", + "@jupyterlab/docregistry": "^3.0.0-alpha.1", + "@jupyterlab/nbformat": "^3.0.0-alpha.1", + "@jupyterlab/observables": "^4.0.0-alpha.1", + "@jupyterlab/rendermime": "^3.0.0-alpha.1", + "@jupyterlab/services": "^6.0.0-alpha.1", + "@jupyterlab/statusbar": "^3.0.0-alpha.1", + "@jupyterlab/ui-components": "^3.0.0-alpha.1", "@lumino/algorithm": "^1.2.3", "@lumino/coreutils": "^1.4.3", "@lumino/domutils": "^1.1.7", @@ -63,7 +63,7 @@ "react": "~16.9.0" }, "devDependencies": { - "@jupyterlab/testutils": "^3.0.0-alpha.0", + "@jupyterlab/testutils": "^3.0.0-alpha.1", "@types/jest": "^24.0.23", "jest": "^25.2.3", "rimraf": "~3.0.0", diff --git a/packages/observables/package.json b/packages/observables/package.json index 6f721d4085f1..2553748f381c 100644 --- a/packages/observables/package.json +++ b/packages/observables/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/observables", - "version": "4.0.0-alpha.0", + "version": "4.0.0-alpha.1", "description": "Data structures which may be observed for changes.", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -44,7 +44,7 @@ "@lumino/signaling": "^1.3.5" }, "devDependencies": { - "@jupyterlab/testutils": "^3.0.0-alpha.0", + "@jupyterlab/testutils": "^3.0.0-alpha.1", "@types/jest": "^24.0.23", "jest": "^25.2.3", "rimraf": "~3.0.0", diff --git a/packages/outputarea/package.json b/packages/outputarea/package.json index cceb0ee1cae2..1d3f898e885b 100644 --- a/packages/outputarea/package.json +++ b/packages/outputarea/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/outputarea", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "JupyterLab - Notebook Output Area", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -40,12 +40,12 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/apputils": "^3.0.0-alpha.0", - "@jupyterlab/nbformat": "^3.0.0-alpha.0", - "@jupyterlab/observables": "^4.0.0-alpha.0", - "@jupyterlab/rendermime": "^3.0.0-alpha.0", - "@jupyterlab/rendermime-interfaces": "^3.0.0-alpha.0", - "@jupyterlab/services": "^6.0.0-alpha.0", + "@jupyterlab/apputils": "^3.0.0-alpha.1", + "@jupyterlab/nbformat": "^3.0.0-alpha.1", + "@jupyterlab/observables": "^4.0.0-alpha.1", + "@jupyterlab/rendermime": "^3.0.0-alpha.1", + "@jupyterlab/rendermime-interfaces": "^3.0.0-alpha.1", + "@jupyterlab/services": "^6.0.0-alpha.1", "@lumino/algorithm": "^1.2.3", "@lumino/coreutils": "^1.4.3", "@lumino/disposable": "^1.3.5", @@ -55,7 +55,7 @@ "@lumino/widgets": "^1.11.1" }, "devDependencies": { - "@jupyterlab/testutils": "^3.0.0-alpha.0", + "@jupyterlab/testutils": "^3.0.0-alpha.1", "@types/jest": "^24.0.23", "jest": "^25.2.3", "rimraf": "~3.0.0", diff --git a/packages/pdf-extension/package.json b/packages/pdf-extension/package.json index c186e5559fd6..9943f243e10f 100644 --- a/packages/pdf-extension/package.json +++ b/packages/pdf-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/pdf-extension", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "JupyterLab - PDF Viewer", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -35,7 +35,7 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/rendermime-interfaces": "^3.0.0-alpha.0", + "@jupyterlab/rendermime-interfaces": "^3.0.0-alpha.1", "@lumino/coreutils": "^1.4.3", "@lumino/disposable": "^1.3.5", "@lumino/widgets": "^1.11.1" diff --git a/packages/property-inspector/package.json b/packages/property-inspector/package.json index c29375b412db..5e2dfd1a3b4d 100644 --- a/packages/property-inspector/package.json +++ b/packages/property-inspector/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/property-inspector", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "A property inspector display for widgets", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -33,8 +33,8 @@ "watch": "tsc -w --listEmittedFiles" }, "dependencies": { - "@jupyterlab/application": "^3.0.0-alpha.0", - "@jupyterlab/apputils": "^3.0.0-alpha.0", + "@jupyterlab/application": "^3.0.0-alpha.1", + "@jupyterlab/apputils": "^3.0.0-alpha.1", "@lumino/coreutils": "^1.4.3", "@lumino/disposable": "^1.3.5", "@lumino/signaling": "^1.3.5", diff --git a/packages/rendermime-extension/package.json b/packages/rendermime-extension/package.json index 6e29eabcbc0f..3ae27c8dd825 100644 --- a/packages/rendermime-extension/package.json +++ b/packages/rendermime-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/rendermime-extension", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "A rendermime extension for JupyterLab", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -33,9 +33,9 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^3.0.0-alpha.0", - "@jupyterlab/docmanager": "^3.0.0-alpha.0", - "@jupyterlab/rendermime": "^3.0.0-alpha.0" + "@jupyterlab/application": "^3.0.0-alpha.1", + "@jupyterlab/docmanager": "^3.0.0-alpha.1", + "@jupyterlab/rendermime": "^3.0.0-alpha.1" }, "devDependencies": { "rimraf": "~3.0.0", diff --git a/packages/rendermime-interfaces/package.json b/packages/rendermime-interfaces/package.json index b4a0a90d3a87..bf053e944c4a 100644 --- a/packages/rendermime-interfaces/package.json +++ b/packages/rendermime-interfaces/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/rendermime-interfaces", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "JupyterLab - Interfaces for Mime Renderers", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { diff --git a/packages/rendermime/package.json b/packages/rendermime/package.json index d657083fb0d2..0157512938fc 100644 --- a/packages/rendermime/package.json +++ b/packages/rendermime/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/rendermime", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "JupyterLab - RenderMime", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -40,13 +40,13 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/apputils": "^3.0.0-alpha.0", - "@jupyterlab/codemirror": "^3.0.0-alpha.0", - "@jupyterlab/coreutils": "^5.0.0-alpha.0", - "@jupyterlab/nbformat": "^3.0.0-alpha.0", - "@jupyterlab/observables": "^4.0.0-alpha.0", - "@jupyterlab/rendermime-interfaces": "^3.0.0-alpha.0", - "@jupyterlab/services": "^6.0.0-alpha.0", + "@jupyterlab/apputils": "^3.0.0-alpha.1", + "@jupyterlab/codemirror": "^3.0.0-alpha.1", + "@jupyterlab/coreutils": "^5.0.0-alpha.1", + "@jupyterlab/nbformat": "^3.0.0-alpha.1", + "@jupyterlab/observables": "^4.0.0-alpha.1", + "@jupyterlab/rendermime-interfaces": "^3.0.0-alpha.1", + "@jupyterlab/services": "^6.0.0-alpha.1", "@lumino/algorithm": "^1.2.3", "@lumino/coreutils": "^1.4.3", "@lumino/messaging": "^1.3.3", @@ -56,8 +56,8 @@ "marked": "^0.8.0" }, "devDependencies": { - "@jupyterlab/mathjax2": "^3.0.0-alpha.0", - "@jupyterlab/testutils": "^3.0.0-alpha.0", + "@jupyterlab/mathjax2": "^3.0.0-alpha.1", + "@jupyterlab/testutils": "^3.0.0-alpha.1", "@types/jest": "^24.0.23", "@types/lodash.escape": "^4.0.6", "@types/marked": "^0.7.2", diff --git a/packages/running-extension/package.json b/packages/running-extension/package.json index 923d1c0d9b6a..f4b9e21067df 100644 --- a/packages/running-extension/package.json +++ b/packages/running-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/running-extension", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "JupyterLab - Running Sessions Extension", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -35,11 +35,11 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^3.0.0-alpha.0", - "@jupyterlab/coreutils": "^5.0.0-alpha.0", - "@jupyterlab/running": "^3.0.0-alpha.0", - "@jupyterlab/services": "^6.0.0-alpha.0", - "@jupyterlab/ui-components": "^3.0.0-alpha.0", + "@jupyterlab/application": "^3.0.0-alpha.1", + "@jupyterlab/coreutils": "^5.0.0-alpha.1", + "@jupyterlab/running": "^3.0.0-alpha.1", + "@jupyterlab/services": "^6.0.0-alpha.1", + "@jupyterlab/ui-components": "^3.0.0-alpha.1", "@lumino/algorithm": "^1.2.3" }, "devDependencies": { diff --git a/packages/running/package.json b/packages/running/package.json index 5a9b2ffd18da..40b116531b7d 100644 --- a/packages/running/package.json +++ b/packages/running/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/running", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "JupyterLab - Running Sessions Panel", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -35,8 +35,8 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/apputils": "^3.0.0-alpha.0", - "@jupyterlab/ui-components": "^3.0.0-alpha.0", + "@jupyterlab/apputils": "^3.0.0-alpha.1", + "@jupyterlab/ui-components": "^3.0.0-alpha.1", "@lumino/coreutils": "^1.4.3", "@lumino/disposable": "^1.3.5", "@lumino/signaling": "^1.3.5", diff --git a/packages/services/examples/browser/package.json b/packages/services/examples/browser/package.json index 4198db721041..ce9da4b9f736 100644 --- a/packages/services/examples/browser/package.json +++ b/packages/services/examples/browser/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/example-services-browser", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "private": true, "scripts": { "build": "tsc && webpack", @@ -8,8 +8,8 @@ "prepublishOnly": "npm run build" }, "dependencies": { - "@jupyterlab/coreutils": "^5.0.0-alpha.0", - "@jupyterlab/services": "^6.0.0-alpha.0", + "@jupyterlab/coreutils": "^5.0.0-alpha.1", + "@jupyterlab/services": "^6.0.0-alpha.1", "@lumino/coreutils": "^1.4.3" }, "devDependencies": { diff --git a/packages/services/examples/node/package.json b/packages/services/examples/node/package.json index 8cd0b0108469..5b357e25d1c5 100644 --- a/packages/services/examples/node/package.json +++ b/packages/services/examples/node/package.json @@ -1,13 +1,13 @@ { "name": "node-example", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "private": true, "scripts": { "clean": "rimraf node_modules", "update": "rimraf node_modules/@jupyterlab/services && npm install" }, "dependencies": { - "@jupyterlab/services": "^6.0.0-alpha.0", + "@jupyterlab/services": "^6.0.0-alpha.1", "node-fetch": "^2.6.0", "ws": "^7.2.0" }, diff --git a/packages/services/examples/typescript-browser-with-output/package.json b/packages/services/examples/typescript-browser-with-output/package.json index ba8172c40ea6..dcdabc9ebe34 100644 --- a/packages/services/examples/typescript-browser-with-output/package.json +++ b/packages/services/examples/typescript-browser-with-output/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/example-services-outputarea", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "private": true, "files": [ "style/index.css", @@ -16,10 +16,10 @@ "prepublishOnly": "npm run build" }, "dependencies": { - "@jupyterlab/coreutils": "^5.0.0-alpha.0", - "@jupyterlab/outputarea": "^3.0.0-alpha.0", - "@jupyterlab/rendermime": "^3.0.0-alpha.0", - "@jupyterlab/services": "^6.0.0-alpha.0" + "@jupyterlab/coreutils": "^5.0.0-alpha.1", + "@jupyterlab/outputarea": "^3.0.0-alpha.1", + "@jupyterlab/rendermime": "^3.0.0-alpha.1", + "@jupyterlab/services": "^6.0.0-alpha.1" }, "devDependencies": { "css-loader": "~3.2.0", diff --git a/packages/services/package.json b/packages/services/package.json index 9ae69c013371..ea41366e2680 100644 --- a/packages/services/package.json +++ b/packages/services/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/services", - "version": "6.0.0-alpha.0", + "version": "6.0.0-alpha.1", "description": "Client APIs for the Jupyter services REST APIs", "keywords": [ "jupyter", @@ -46,11 +46,11 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/coreutils": "^5.0.0-alpha.0", - "@jupyterlab/nbformat": "^3.0.0-alpha.0", - "@jupyterlab/observables": "^4.0.0-alpha.0", - "@jupyterlab/settingregistry": "^3.0.0-alpha.0", - "@jupyterlab/statedb": "^3.0.0-alpha.0", + "@jupyterlab/coreutils": "^5.0.0-alpha.1", + "@jupyterlab/nbformat": "^3.0.0-alpha.1", + "@jupyterlab/observables": "^4.0.0-alpha.1", + "@jupyterlab/settingregistry": "^3.0.0-alpha.1", + "@jupyterlab/statedb": "^3.0.0-alpha.1", "@lumino/algorithm": "^1.2.3", "@lumino/coreutils": "^1.4.3", "@lumino/disposable": "^1.3.5", @@ -60,7 +60,7 @@ "ws": "^7.2.0" }, "devDependencies": { - "@jupyterlab/testutils": "^3.0.0-alpha.0", + "@jupyterlab/testutils": "^3.0.0-alpha.1", "@types/jest": "^24.0.23", "@types/node": "^12.12.17", "@types/text-encoding": "^0.0.35", diff --git a/packages/settingeditor-extension/package.json b/packages/settingeditor-extension/package.json index b4bd5967eee8..b8499aeaa69f 100644 --- a/packages/settingeditor-extension/package.json +++ b/packages/settingeditor-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/settingeditor-extension", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "JupyterLab - Setting Editor Extension", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -36,14 +36,14 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^3.0.0-alpha.0", - "@jupyterlab/apputils": "^3.0.0-alpha.0", - "@jupyterlab/codeeditor": "^3.0.0-alpha.0", - "@jupyterlab/rendermime": "^3.0.0-alpha.0", - "@jupyterlab/settingeditor": "^3.0.0-alpha.0", - "@jupyterlab/settingregistry": "^3.0.0-alpha.0", - "@jupyterlab/statedb": "^3.0.0-alpha.0", - "@jupyterlab/ui-components": "^3.0.0-alpha.0", + "@jupyterlab/application": "^3.0.0-alpha.1", + "@jupyterlab/apputils": "^3.0.0-alpha.1", + "@jupyterlab/codeeditor": "^3.0.0-alpha.1", + "@jupyterlab/rendermime": "^3.0.0-alpha.1", + "@jupyterlab/settingeditor": "^3.0.0-alpha.1", + "@jupyterlab/settingregistry": "^3.0.0-alpha.1", + "@jupyterlab/statedb": "^3.0.0-alpha.1", + "@jupyterlab/ui-components": "^3.0.0-alpha.1", "@lumino/disposable": "^1.3.5" }, "devDependencies": { diff --git a/packages/settingeditor/package.json b/packages/settingeditor/package.json index fdbefc827950..26b9e393d245 100644 --- a/packages/settingeditor/package.json +++ b/packages/settingeditor/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/settingeditor", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "The JupyterLab default setting editor interface", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -35,13 +35,13 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/apputils": "^3.0.0-alpha.0", - "@jupyterlab/codeeditor": "^3.0.0-alpha.0", - "@jupyterlab/inspector": "^3.0.0-alpha.0", - "@jupyterlab/rendermime": "^3.0.0-alpha.0", - "@jupyterlab/settingregistry": "^3.0.0-alpha.0", - "@jupyterlab/statedb": "^3.0.0-alpha.0", - "@jupyterlab/ui-components": "^3.0.0-alpha.0", + "@jupyterlab/apputils": "^3.0.0-alpha.1", + "@jupyterlab/codeeditor": "^3.0.0-alpha.1", + "@jupyterlab/inspector": "^3.0.0-alpha.1", + "@jupyterlab/rendermime": "^3.0.0-alpha.1", + "@jupyterlab/settingregistry": "^3.0.0-alpha.1", + "@jupyterlab/statedb": "^3.0.0-alpha.1", + "@jupyterlab/ui-components": "^3.0.0-alpha.1", "@lumino/commands": "^1.10.1", "@lumino/coreutils": "^1.4.3", "@lumino/messaging": "^1.3.3", diff --git a/packages/settingregistry/package.json b/packages/settingregistry/package.json index 3ed752096b95..fd970632b4f3 100644 --- a/packages/settingregistry/package.json +++ b/packages/settingregistry/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/settingregistry", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "Settings registry for Jupyterlab", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -36,7 +36,7 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/statedb": "^3.0.0-alpha.0", + "@jupyterlab/statedb": "^3.0.0-alpha.1", "@lumino/commands": "^1.10.1", "@lumino/coreutils": "^1.4.3", "@lumino/disposable": "^1.3.5", @@ -45,7 +45,7 @@ "json5": "^2.1.1" }, "devDependencies": { - "@jupyterlab/testutils": "^3.0.0-alpha.0", + "@jupyterlab/testutils": "^3.0.0-alpha.1", "@types/jest": "^24.0.23", "@types/json5": "^0.0.30", "jest": "^25.2.3", diff --git a/packages/shortcuts-extension/package.json b/packages/shortcuts-extension/package.json index 8ded4423f0e3..5b6bcda4ea4c 100644 --- a/packages/shortcuts-extension/package.json +++ b/packages/shortcuts-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/shortcuts-extension", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "JupyterLab - Shortcuts Extension", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -32,8 +32,8 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^3.0.0-alpha.0", - "@jupyterlab/settingregistry": "^3.0.0-alpha.0", + "@jupyterlab/application": "^3.0.0-alpha.1", + "@jupyterlab/settingregistry": "^3.0.0-alpha.1", "@lumino/commands": "^1.10.1", "@lumino/coreutils": "^1.4.3", "@lumino/disposable": "^1.3.5" diff --git a/packages/statedb/package.json b/packages/statedb/package.json index 521e23febd20..e7fd6d9880fd 100644 --- a/packages/statedb/package.json +++ b/packages/statedb/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/statedb", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "Package for managing state in Jupyterlab", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -43,7 +43,7 @@ "@lumino/signaling": "^1.3.5" }, "devDependencies": { - "@jupyterlab/testutils": "^3.0.0-alpha.0", + "@jupyterlab/testutils": "^3.0.0-alpha.1", "@types/jest": "^24.0.23", "jest": "^25.2.3", "rimraf": "~3.0.0", diff --git a/packages/statusbar-extension/package.json b/packages/statusbar-extension/package.json index bc060fd14b57..2c07ec800675 100644 --- a/packages/statusbar-extension/package.json +++ b/packages/statusbar-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/statusbar-extension", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "JupyterLab - Statusbar Extension", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -36,16 +36,16 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^3.0.0-alpha.0", - "@jupyterlab/apputils": "^3.0.0-alpha.0", - "@jupyterlab/cells": "^3.0.0-alpha.0", - "@jupyterlab/console": "^3.0.0-alpha.0", - "@jupyterlab/docregistry": "^3.0.0-alpha.0", - "@jupyterlab/fileeditor": "^3.0.0-alpha.0", - "@jupyterlab/mainmenu": "^3.0.0-alpha.0", - "@jupyterlab/notebook": "^3.0.0-alpha.0", - "@jupyterlab/settingregistry": "^3.0.0-alpha.0", - "@jupyterlab/statusbar": "^3.0.0-alpha.0", + "@jupyterlab/application": "^3.0.0-alpha.1", + "@jupyterlab/apputils": "^3.0.0-alpha.1", + "@jupyterlab/cells": "^3.0.0-alpha.1", + "@jupyterlab/console": "^3.0.0-alpha.1", + "@jupyterlab/docregistry": "^3.0.0-alpha.1", + "@jupyterlab/fileeditor": "^3.0.0-alpha.1", + "@jupyterlab/mainmenu": "^3.0.0-alpha.1", + "@jupyterlab/notebook": "^3.0.0-alpha.1", + "@jupyterlab/settingregistry": "^3.0.0-alpha.1", + "@jupyterlab/statusbar": "^3.0.0-alpha.1", "@lumino/widgets": "^1.11.1" }, "devDependencies": { diff --git a/packages/statusbar/package.json b/packages/statusbar/package.json index d0e1e0395579..5c5330b090ad 100644 --- a/packages/statusbar/package.json +++ b/packages/statusbar/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/statusbar", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "JupyterLab statusbar package.", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -36,11 +36,11 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/apputils": "^3.0.0-alpha.0", - "@jupyterlab/codeeditor": "^3.0.0-alpha.0", - "@jupyterlab/coreutils": "^5.0.0-alpha.0", - "@jupyterlab/services": "^6.0.0-alpha.0", - "@jupyterlab/ui-components": "^3.0.0-alpha.0", + "@jupyterlab/apputils": "^3.0.0-alpha.1", + "@jupyterlab/codeeditor": "^3.0.0-alpha.1", + "@jupyterlab/coreutils": "^5.0.0-alpha.1", + "@jupyterlab/services": "^6.0.0-alpha.1", + "@jupyterlab/ui-components": "^3.0.0-alpha.1", "@lumino/algorithm": "^1.2.3", "@lumino/coreutils": "^1.4.3", "@lumino/disposable": "^1.3.5", @@ -53,7 +53,7 @@ "typestyle": "^2.0.4" }, "devDependencies": { - "@jupyterlab/testutils": "^3.0.0-alpha.0", + "@jupyterlab/testutils": "^3.0.0-alpha.1", "@types/jest": "^24.0.23", "jest": "^25.2.3", "rimraf": "~3.0.0", diff --git a/packages/tabmanager-extension/package.json b/packages/tabmanager-extension/package.json index b349240dabe8..2c917ed5c738 100644 --- a/packages/tabmanager-extension/package.json +++ b/packages/tabmanager-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/tabmanager-extension", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "JupyterLab - Tab Manager Extension", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -35,8 +35,8 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^3.0.0-alpha.0", - "@jupyterlab/ui-components": "^3.0.0-alpha.0", + "@jupyterlab/application": "^3.0.0-alpha.1", + "@jupyterlab/ui-components": "^3.0.0-alpha.1", "@lumino/algorithm": "^1.2.3", "@lumino/widgets": "^1.11.1" }, diff --git a/packages/terminal-extension/package.json b/packages/terminal-extension/package.json index f19e64efc973..a413811d4718 100644 --- a/packages/terminal-extension/package.json +++ b/packages/terminal-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/terminal-extension", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "JupyterLab - Terminal Emulator Extension", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -36,15 +36,15 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^3.0.0-alpha.0", - "@jupyterlab/apputils": "^3.0.0-alpha.0", - "@jupyterlab/launcher": "^3.0.0-alpha.0", - "@jupyterlab/mainmenu": "^3.0.0-alpha.0", - "@jupyterlab/running": "^3.0.0-alpha.0", - "@jupyterlab/services": "^6.0.0-alpha.0", - "@jupyterlab/settingregistry": "^3.0.0-alpha.0", - "@jupyterlab/terminal": "^3.0.0-alpha.0", - "@jupyterlab/ui-components": "^3.0.0-alpha.0", + "@jupyterlab/application": "^3.0.0-alpha.1", + "@jupyterlab/apputils": "^3.0.0-alpha.1", + "@jupyterlab/launcher": "^3.0.0-alpha.1", + "@jupyterlab/mainmenu": "^3.0.0-alpha.1", + "@jupyterlab/running": "^3.0.0-alpha.1", + "@jupyterlab/services": "^6.0.0-alpha.1", + "@jupyterlab/settingregistry": "^3.0.0-alpha.1", + "@jupyterlab/terminal": "^3.0.0-alpha.1", + "@jupyterlab/ui-components": "^3.0.0-alpha.1", "@lumino/algorithm": "^1.2.3", "@lumino/widgets": "^1.11.1" }, diff --git a/packages/terminal/package.json b/packages/terminal/package.json index 9b387c6e25b9..405a90e8b243 100644 --- a/packages/terminal/package.json +++ b/packages/terminal/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/terminal", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "JupyterLab - Terminal Emulator Widget", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -40,8 +40,8 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/apputils": "^3.0.0-alpha.0", - "@jupyterlab/services": "^6.0.0-alpha.0", + "@jupyterlab/apputils": "^3.0.0-alpha.1", + "@jupyterlab/services": "^6.0.0-alpha.1", "@lumino/coreutils": "^1.4.3", "@lumino/domutils": "^1.1.7", "@lumino/messaging": "^1.3.3", @@ -50,7 +50,7 @@ "xterm-addon-fit": "~0.3.0" }, "devDependencies": { - "@jupyterlab/testutils": "^3.0.0-alpha.0", + "@jupyterlab/testutils": "^3.0.0-alpha.1", "@types/jest": "^24.0.23", "canvas": "^2.6.1", "jest": "^25.2.3", diff --git a/packages/theme-dark-extension/package.json b/packages/theme-dark-extension/package.json index 23eee84f6c0a..807c2f717bb3 100644 --- a/packages/theme-dark-extension/package.json +++ b/packages/theme-dark-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/theme-dark-extension", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "JupyterLab - Default Dark Theme", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -32,8 +32,8 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^3.0.0-alpha.0", - "@jupyterlab/apputils": "^3.0.0-alpha.0" + "@jupyterlab/application": "^3.0.0-alpha.1", + "@jupyterlab/apputils": "^3.0.0-alpha.1" }, "devDependencies": { "rimraf": "~3.0.0", diff --git a/packages/theme-light-extension/package.json b/packages/theme-light-extension/package.json index 511053e4cb66..81ab87197662 100644 --- a/packages/theme-light-extension/package.json +++ b/packages/theme-light-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/theme-light-extension", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "JupyterLab - Default Light Theme", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -32,8 +32,8 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^3.0.0-alpha.0", - "@jupyterlab/apputils": "^3.0.0-alpha.0" + "@jupyterlab/application": "^3.0.0-alpha.1", + "@jupyterlab/apputils": "^3.0.0-alpha.1" }, "devDependencies": { "rimraf": "~3.0.0", diff --git a/packages/toc-extension/package.json b/packages/toc-extension/package.json index 10eacc37aa15..d0edef30c10c 100644 --- a/packages/toc-extension/package.json +++ b/packages/toc-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/toc-extension", - "version": "5.0.0-alpha.0", + "version": "5.0.0-alpha.1", "description": "JupyterLab - Table of Contents widget extension", "keywords": [ "jupyter", @@ -42,13 +42,13 @@ ] }, "dependencies": { - "@jupyterlab/application": "^3.0.0-alpha.0", - "@jupyterlab/docmanager": "^3.0.0-alpha.0", - "@jupyterlab/fileeditor": "^3.0.0-alpha.0", - "@jupyterlab/markdownviewer": "^3.0.0-alpha.0", - "@jupyterlab/notebook": "^3.0.0-alpha.0", - "@jupyterlab/rendermime": "^3.0.0-alpha.0", - "@jupyterlab/toc": "^5.0.0-alpha.0" + "@jupyterlab/application": "^3.0.0-alpha.1", + "@jupyterlab/docmanager": "^3.0.0-alpha.1", + "@jupyterlab/fileeditor": "^3.0.0-alpha.1", + "@jupyterlab/markdownviewer": "^3.0.0-alpha.1", + "@jupyterlab/notebook": "^3.0.0-alpha.1", + "@jupyterlab/rendermime": "^3.0.0-alpha.1", + "@jupyterlab/toc": "^5.0.0-alpha.1" }, "devDependencies": { "lint-staged": "^8.2.1", diff --git a/packages/toc/package.json b/packages/toc/package.json index 83cb4308d64d..fd042c7c0d98 100644 --- a/packages/toc/package.json +++ b/packages/toc/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/toc", - "version": "5.0.0-alpha.0", + "version": "5.0.0-alpha.1", "description": "JupyterLab - Table of Contents widget", "keywords": [ "jupyterlab" @@ -41,15 +41,15 @@ ] }, "dependencies": { - "@jupyterlab/apputils": "^3.0.0-alpha.0", - "@jupyterlab/cells": "^3.0.0-alpha.0", - "@jupyterlab/coreutils": "^5.0.0-alpha.0", - "@jupyterlab/docmanager": "^3.0.0-alpha.0", - "@jupyterlab/docregistry": "^3.0.0-alpha.0", - "@jupyterlab/fileeditor": "^3.0.0-alpha.0", - "@jupyterlab/markdownviewer": "^3.0.0-alpha.0", - "@jupyterlab/notebook": "^3.0.0-alpha.0", - "@jupyterlab/rendermime": "^3.0.0-alpha.0", + "@jupyterlab/apputils": "^3.0.0-alpha.1", + "@jupyterlab/cells": "^3.0.0-alpha.1", + "@jupyterlab/coreutils": "^5.0.0-alpha.1", + "@jupyterlab/docmanager": "^3.0.0-alpha.1", + "@jupyterlab/docregistry": "^3.0.0-alpha.1", + "@jupyterlab/fileeditor": "^3.0.0-alpha.1", + "@jupyterlab/markdownviewer": "^3.0.0-alpha.1", + "@jupyterlab/notebook": "^3.0.0-alpha.1", + "@jupyterlab/rendermime": "^3.0.0-alpha.1", "@lumino/coreutils": "^1.4.3", "@lumino/messaging": "^1.3.3", "@lumino/signaling": "^1.3.5", diff --git a/packages/tooltip-extension/package.json b/packages/tooltip-extension/package.json index 3b3b62f77f7a..b2fc5ced9572 100644 --- a/packages/tooltip-extension/package.json +++ b/packages/tooltip-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/tooltip-extension", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "JupyterLab - Tooltip Extension", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -36,15 +36,15 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^3.0.0-alpha.0", - "@jupyterlab/codeeditor": "^3.0.0-alpha.0", - "@jupyterlab/console": "^3.0.0-alpha.0", - "@jupyterlab/coreutils": "^5.0.0-alpha.0", - "@jupyterlab/fileeditor": "^3.0.0-alpha.0", - "@jupyterlab/notebook": "^3.0.0-alpha.0", - "@jupyterlab/rendermime": "^3.0.0-alpha.0", - "@jupyterlab/services": "^6.0.0-alpha.0", - "@jupyterlab/tooltip": "^3.0.0-alpha.0", + "@jupyterlab/application": "^3.0.0-alpha.1", + "@jupyterlab/codeeditor": "^3.0.0-alpha.1", + "@jupyterlab/console": "^3.0.0-alpha.1", + "@jupyterlab/coreutils": "^5.0.0-alpha.1", + "@jupyterlab/fileeditor": "^3.0.0-alpha.1", + "@jupyterlab/notebook": "^3.0.0-alpha.1", + "@jupyterlab/rendermime": "^3.0.0-alpha.1", + "@jupyterlab/services": "^6.0.0-alpha.1", + "@jupyterlab/tooltip": "^3.0.0-alpha.1", "@lumino/algorithm": "^1.2.3", "@lumino/coreutils": "^1.4.3", "@lumino/widgets": "^1.11.1" diff --git a/packages/tooltip/package.json b/packages/tooltip/package.json index cd610674c679..2a846c60fc9b 100644 --- a/packages/tooltip/package.json +++ b/packages/tooltip/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/tooltip", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "JupyterLab - Tooltip Widget", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -35,10 +35,10 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/apputils": "^3.0.0-alpha.0", - "@jupyterlab/codeeditor": "^3.0.0-alpha.0", - "@jupyterlab/rendermime": "^3.0.0-alpha.0", - "@jupyterlab/services": "^6.0.0-alpha.0", + "@jupyterlab/apputils": "^3.0.0-alpha.1", + "@jupyterlab/codeeditor": "^3.0.0-alpha.1", + "@jupyterlab/rendermime": "^3.0.0-alpha.1", + "@jupyterlab/services": "^6.0.0-alpha.1", "@lumino/coreutils": "^1.4.3", "@lumino/messaging": "^1.3.3", "@lumino/widgets": "^1.11.1" diff --git a/packages/ui-components-extension/package.json b/packages/ui-components-extension/package.json index b690ae3d04b0..c9e9c4c39b3b 100644 --- a/packages/ui-components-extension/package.json +++ b/packages/ui-components-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/ui-components-extension", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "JupyterLab - UI component plugins", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -34,8 +34,8 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^3.0.0-alpha.0", - "@jupyterlab/ui-components": "^3.0.0-alpha.0" + "@jupyterlab/application": "^3.0.0-alpha.1", + "@jupyterlab/ui-components": "^3.0.0-alpha.1" }, "devDependencies": { "rimraf": "~3.0.0", diff --git a/packages/ui-components/package.json b/packages/ui-components/package.json index 0c458ffb8ca9..11b844705119 100644 --- a/packages/ui-components/package.json +++ b/packages/ui-components/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/ui-components", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "JupyterLab - UI components written in React", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -44,7 +44,7 @@ "dependencies": { "@blueprintjs/core": "^3.22.2", "@blueprintjs/select": "^3.11.2", - "@jupyterlab/coreutils": "^5.0.0-alpha.0", + "@jupyterlab/coreutils": "^5.0.0-alpha.1", "@lumino/coreutils": "^1.4.3", "@lumino/signaling": "^1.3.5", "@lumino/virtualdom": "^1.6.1", @@ -56,7 +56,7 @@ "devDependencies": { "@babel/core": "^7.5.0", "@babel/preset-env": "^7.7.6", - "@jupyterlab/testutils": "^3.0.0-alpha.0", + "@jupyterlab/testutils": "^3.0.0-alpha.1", "@storybook/addon-actions": "^5.2.5", "@storybook/react": "^5.2.5", "@types/jest": "^24.0.23", diff --git a/packages/vdom-extension/package.json b/packages/vdom-extension/package.json index ff524453a6c5..6a9994d74952 100644 --- a/packages/vdom-extension/package.json +++ b/packages/vdom-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/vdom-extension", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "JupyterLab - VDOM Renderer", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -34,13 +34,13 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/application": "^3.0.0-alpha.0", - "@jupyterlab/apputils": "^3.0.0-alpha.0", - "@jupyterlab/docregistry": "^3.0.0-alpha.0", - "@jupyterlab/notebook": "^3.0.0-alpha.0", - "@jupyterlab/rendermime": "^3.0.0-alpha.0", - "@jupyterlab/ui-components": "^3.0.0-alpha.0", - "@jupyterlab/vdom": "^3.0.0-alpha.0" + "@jupyterlab/application": "^3.0.0-alpha.1", + "@jupyterlab/apputils": "^3.0.0-alpha.1", + "@jupyterlab/docregistry": "^3.0.0-alpha.1", + "@jupyterlab/notebook": "^3.0.0-alpha.1", + "@jupyterlab/rendermime": "^3.0.0-alpha.1", + "@jupyterlab/ui-components": "^3.0.0-alpha.1", + "@jupyterlab/vdom": "^3.0.0-alpha.1" }, "devDependencies": { "rimraf": "~3.0.0", diff --git a/packages/vdom/package.json b/packages/vdom/package.json index f5d93c391767..9910dd33adf3 100644 --- a/packages/vdom/package.json +++ b/packages/vdom/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/vdom", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "A viewer for VDOM documents.", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -34,10 +34,10 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/apputils": "^3.0.0-alpha.0", - "@jupyterlab/docregistry": "^3.0.0-alpha.0", - "@jupyterlab/rendermime-interfaces": "^3.0.0-alpha.0", - "@jupyterlab/services": "^6.0.0-alpha.0", + "@jupyterlab/apputils": "^3.0.0-alpha.1", + "@jupyterlab/docregistry": "^3.0.0-alpha.1", + "@jupyterlab/rendermime-interfaces": "^3.0.0-alpha.1", + "@jupyterlab/services": "^6.0.0-alpha.1", "@lumino/coreutils": "^1.4.3", "@lumino/messaging": "^1.3.3", "@lumino/widgets": "^1.11.1", diff --git a/packages/vega5-extension/package.json b/packages/vega5-extension/package.json index 713c10f7f55b..91401eb36d45 100644 --- a/packages/vega5-extension/package.json +++ b/packages/vega5-extension/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/vega5-extension", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "JupyterLab - Vega 5 and Vega-Lite 3 Mime Renderer Extension", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -34,7 +34,7 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/rendermime-interfaces": "^3.0.0-alpha.0", + "@jupyterlab/rendermime-interfaces": "^3.0.0-alpha.1", "@lumino/coreutils": "^1.4.3", "@lumino/widgets": "^1.11.1", "vega": "^5.9.0", diff --git a/testutils/package.json b/testutils/package.json index 1925a69eeaf3..fef9d2b64038 100644 --- a/testutils/package.json +++ b/testutils/package.json @@ -1,6 +1,6 @@ { "name": "@jupyterlab/testutils", - "version": "3.0.0-alpha.0", + "version": "3.0.0-alpha.1", "description": "JupyterLab - Test Utilities", "homepage": "https://github.com/jupyterlab/jupyterlab", "bugs": { @@ -36,16 +36,16 @@ "watch": "tsc -b --watch" }, "dependencies": { - "@jupyterlab/apputils": "^3.0.0-alpha.0", - "@jupyterlab/cells": "^3.0.0-alpha.0", - "@jupyterlab/codeeditor": "^3.0.0-alpha.0", - "@jupyterlab/codemirror": "^3.0.0-alpha.0", - "@jupyterlab/coreutils": "^5.0.0-alpha.0", - "@jupyterlab/docregistry": "^3.0.0-alpha.0", - "@jupyterlab/nbformat": "^3.0.0-alpha.0", - "@jupyterlab/notebook": "^3.0.0-alpha.0", - "@jupyterlab/rendermime": "^3.0.0-alpha.0", - "@jupyterlab/services": "^6.0.0-alpha.0", + "@jupyterlab/apputils": "^3.0.0-alpha.1", + "@jupyterlab/cells": "^3.0.0-alpha.1", + "@jupyterlab/codeeditor": "^3.0.0-alpha.1", + "@jupyterlab/codemirror": "^3.0.0-alpha.1", + "@jupyterlab/coreutils": "^5.0.0-alpha.1", + "@jupyterlab/docregistry": "^3.0.0-alpha.1", + "@jupyterlab/nbformat": "^3.0.0-alpha.1", + "@jupyterlab/notebook": "^3.0.0-alpha.1", + "@jupyterlab/rendermime": "^3.0.0-alpha.1", + "@jupyterlab/services": "^6.0.0-alpha.1", "@lumino/algorithm": "^1.2.3", "@lumino/coreutils": "^1.4.3", "@lumino/properties": "^1.1.6",