Skip to content

Commit

Permalink
Publish 2.0.0rc2
Browse files Browse the repository at this point in the history
SHA256 hashes:

jupyterlab-2.0.0rc2-py2.py3-none-any.whl: b1a4dc2d52bb8837aa7070517b0f229b76e916a87ba6a8de34477d1df38da15c

jupyterlab-2.0.0rc2.tar.gz: cacadd3f7c2c4ba727bf87d2054ae75b3c8f649f27f524d724087f02baa10804
  • Loading branch information
jasongrout committed Feb 25, 2020
1 parent 922e0a5 commit d3c1ffb
Show file tree
Hide file tree
Showing 3 changed files with 1,402 additions and 1,392 deletions.
248 changes: 124 additions & 124 deletions dev_mode/package.json
Expand Up @@ -16,47 +16,47 @@
"watch": "webpack --watch"
},
"dependencies": {
"@jupyterlab/application": "^2.0.0-rc.2",
"@jupyterlab/application-extension": "^2.0.0-rc.2",
"@jupyterlab/apputils-extension": "^2.0.0-rc.2",
"@jupyterlab/celltags-extension": "^2.0.0-rc.2",
"@jupyterlab/codemirror-extension": "^2.0.0-rc.2",
"@jupyterlab/completer-extension": "^2.0.0-rc.2",
"@jupyterlab/console-extension": "^2.0.0-rc.2",
"@jupyterlab/coreutils": "^4.0.0-rc.2",
"@jupyterlab/csvviewer-extension": "^2.0.0-rc.2",
"@jupyterlab/docmanager-extension": "^2.0.0-rc.2",
"@jupyterlab/documentsearch-extension": "^2.0.0-rc.2",
"@jupyterlab/extensionmanager-extension": "^2.0.0-rc.2",
"@jupyterlab/filebrowser-extension": "^2.0.0-rc.2",
"@jupyterlab/fileeditor-extension": "^2.0.0-rc.2",
"@jupyterlab/help-extension": "^2.0.0-rc.2",
"@jupyterlab/htmlviewer-extension": "^2.0.0-rc.2",
"@jupyterlab/hub-extension": "^2.0.0-rc.2",
"@jupyterlab/imageviewer-extension": "^2.0.0-rc.2",
"@jupyterlab/inspector-extension": "^2.0.0-rc.2",
"@jupyterlab/javascript-extension": "^2.0.0-rc.2",
"@jupyterlab/json-extension": "^2.0.0-rc.2",
"@jupyterlab/launcher-extension": "^2.0.0-rc.2",
"@jupyterlab/logconsole-extension": "^2.0.0-rc.2",
"@jupyterlab/mainmenu-extension": "^2.0.0-rc.2",
"@jupyterlab/markdownviewer-extension": "^2.0.0-rc.2",
"@jupyterlab/mathjax2-extension": "^2.0.0-rc.2",
"@jupyterlab/notebook-extension": "^2.0.0-rc.2",
"@jupyterlab/pdf-extension": "^2.0.0-rc.2",
"@jupyterlab/rendermime-extension": "^2.0.0-rc.2",
"@jupyterlab/running-extension": "^2.0.0-rc.2",
"@jupyterlab/settingeditor-extension": "^2.0.0-rc.2",
"@jupyterlab/shortcuts-extension": "^2.0.0-rc.2",
"@jupyterlab/statusbar-extension": "^2.0.0-rc.2",
"@jupyterlab/tabmanager-extension": "^2.0.0-rc.2",
"@jupyterlab/terminal-extension": "^2.0.0-rc.2",
"@jupyterlab/theme-dark-extension": "^2.0.0-rc.2",
"@jupyterlab/theme-light-extension": "^2.0.0-rc.2",
"@jupyterlab/tooltip-extension": "^2.0.0-rc.2",
"@jupyterlab/ui-components-extension": "^2.0.0-rc.2",
"@jupyterlab/vdom-extension": "^2.0.0-rc.2",
"@jupyterlab/vega5-extension": "^2.0.0-rc.2"
"@jupyterlab/application": "~2.0.0-rc.2",
"@jupyterlab/application-extension": "~2.0.0-rc.2",
"@jupyterlab/apputils-extension": "~2.0.0-rc.2",
"@jupyterlab/celltags-extension": "~2.0.0-rc.2",
"@jupyterlab/codemirror-extension": "~2.0.0-rc.2",
"@jupyterlab/completer-extension": "~2.0.0-rc.2",
"@jupyterlab/console-extension": "~2.0.0-rc.2",
"@jupyterlab/coreutils": "~4.0.0-rc.2",
"@jupyterlab/csvviewer-extension": "~2.0.0-rc.2",
"@jupyterlab/docmanager-extension": "~2.0.0-rc.2",
"@jupyterlab/documentsearch-extension": "~2.0.0-rc.2",
"@jupyterlab/extensionmanager-extension": "~2.0.0-rc.2",
"@jupyterlab/filebrowser-extension": "~2.0.0-rc.2",
"@jupyterlab/fileeditor-extension": "~2.0.0-rc.2",
"@jupyterlab/help-extension": "~2.0.0-rc.2",
"@jupyterlab/htmlviewer-extension": "~2.0.0-rc.2",
"@jupyterlab/hub-extension": "~2.0.0-rc.2",
"@jupyterlab/imageviewer-extension": "~2.0.0-rc.2",
"@jupyterlab/inspector-extension": "~2.0.0-rc.2",
"@jupyterlab/javascript-extension": "~2.0.0-rc.2",
"@jupyterlab/json-extension": "~2.0.0-rc.2",
"@jupyterlab/launcher-extension": "~2.0.0-rc.2",
"@jupyterlab/logconsole-extension": "~2.0.0-rc.2",
"@jupyterlab/mainmenu-extension": "~2.0.0-rc.2",
"@jupyterlab/markdownviewer-extension": "~2.0.0-rc.2",
"@jupyterlab/mathjax2-extension": "~2.0.0-rc.2",
"@jupyterlab/notebook-extension": "~2.0.0-rc.2",
"@jupyterlab/pdf-extension": "~2.0.0-rc.2",
"@jupyterlab/rendermime-extension": "~2.0.0-rc.2",
"@jupyterlab/running-extension": "~2.0.0-rc.2",
"@jupyterlab/settingeditor-extension": "~2.0.0-rc.2",
"@jupyterlab/shortcuts-extension": "~2.0.0-rc.2",
"@jupyterlab/statusbar-extension": "~2.0.0-rc.2",
"@jupyterlab/tabmanager-extension": "~2.0.0-rc.2",
"@jupyterlab/terminal-extension": "~2.0.0-rc.2",
"@jupyterlab/theme-dark-extension": "~2.0.0-rc.2",
"@jupyterlab/theme-light-extension": "~2.0.0-rc.2",
"@jupyterlab/tooltip-extension": "~2.0.0-rc.2",
"@jupyterlab/ui-components-extension": "~2.0.0-rc.2",
"@jupyterlab/vdom-extension": "~2.0.0-rc.2",
"@jupyterlab/vega5-extension": "~2.0.0-rc.2"
},
"devDependencies": {
"@jupyterlab/buildutils": "^2.0.0-rc.2",
Expand Down Expand Up @@ -85,89 +85,89 @@
"yarn-deduplicate": "^1.1.1"
},
"resolutions": {
"@jupyterlab/application": "~2.0.0-rc.1",
"@jupyterlab/application-extension": "~2.0.0-rc.1",
"@jupyterlab/apputils": "~2.0.0-rc.1",
"@jupyterlab/apputils-extension": "~2.0.0-rc.1",
"@jupyterlab/attachments": "~2.0.0-rc.1",
"@jupyterlab/cells": "~2.0.0-rc.1",
"@jupyterlab/celltags": "~2.0.0-rc.1",
"@jupyterlab/celltags-extension": "~2.0.0-rc.1",
"@jupyterlab/codeeditor": "~2.0.0-rc.1",
"@jupyterlab/codemirror": "~2.0.0-rc.1",
"@jupyterlab/codemirror-extension": "~2.0.0-rc.1",
"@jupyterlab/completer": "~2.0.0-rc.1",
"@jupyterlab/completer-extension": "~2.0.0-rc.1",
"@jupyterlab/console": "~2.0.0-rc.1",
"@jupyterlab/console-extension": "~2.0.0-rc.1",
"@jupyterlab/coreutils": "~4.0.0-rc.1",
"@jupyterlab/csvviewer": "~2.0.0-rc.1",
"@jupyterlab/csvviewer-extension": "~2.0.0-rc.1",
"@jupyterlab/docmanager": "~2.0.0-rc.1",
"@jupyterlab/docmanager-extension": "~2.0.0-rc.1",
"@jupyterlab/docregistry": "~2.0.0-rc.1",
"@jupyterlab/documentsearch": "~2.0.0-rc.1",
"@jupyterlab/documentsearch-extension": "~2.0.0-rc.1",
"@jupyterlab/extensionmanager": "~2.0.0-rc.1",
"@jupyterlab/extensionmanager-extension": "~2.0.0-rc.1",
"@jupyterlab/filebrowser": "~2.0.0-rc.1",
"@jupyterlab/filebrowser-extension": "~2.0.0-rc.1",
"@jupyterlab/fileeditor": "~2.0.0-rc.1",
"@jupyterlab/fileeditor-extension": "~2.0.0-rc.1",
"@jupyterlab/help-extension": "~2.0.0-rc.1",
"@jupyterlab/htmlviewer": "~2.0.0-rc.1",
"@jupyterlab/htmlviewer-extension": "~2.0.0-rc.1",
"@jupyterlab/hub-extension": "~2.0.0-rc.1",
"@jupyterlab/imageviewer": "~2.0.0-rc.1",
"@jupyterlab/imageviewer-extension": "~2.0.0-rc.1",
"@jupyterlab/inspector": "~2.0.0-rc.1",
"@jupyterlab/inspector-extension": "~2.0.0-rc.1",
"@jupyterlab/javascript-extension": "~2.0.0-rc.1",
"@jupyterlab/json-extension": "~2.0.0-rc.1",
"@jupyterlab/launcher": "~2.0.0-rc.1",
"@jupyterlab/launcher-extension": "~2.0.0-rc.1",
"@jupyterlab/logconsole": "~2.0.0-rc.1",
"@jupyterlab/logconsole-extension": "~2.0.0-rc.1",
"@jupyterlab/mainmenu": "~2.0.0-rc.1",
"@jupyterlab/mainmenu-extension": "~2.0.0-rc.1",
"@jupyterlab/markdownviewer": "~2.0.0-rc.1",
"@jupyterlab/markdownviewer-extension": "~2.0.0-rc.1",
"@jupyterlab/mathjax2": "~2.0.0-rc.1",
"@jupyterlab/mathjax2-extension": "~2.0.0-rc.1",
"@jupyterlab/metapackage": "~2.0.0-rc.1",
"@jupyterlab/nbconvert-css": "~2.0.0-rc.1",
"@jupyterlab/nbformat": "~2.0.0-rc.1",
"@jupyterlab/notebook": "~2.0.0-rc.1",
"@jupyterlab/notebook-extension": "~2.0.0-rc.1",
"@jupyterlab/observables": "~3.0.0-rc.1",
"@jupyterlab/outputarea": "~2.0.0-rc.1",
"@jupyterlab/pdf-extension": "~2.0.0-rc.1",
"@jupyterlab/property-inspector": "~2.0.0-rc.1",
"@jupyterlab/rendermime": "~2.0.0-rc.1",
"@jupyterlab/rendermime-extension": "~2.0.0-rc.1",
"@jupyterlab/rendermime-interfaces": "~2.0.0-rc.1",
"@jupyterlab/running": "~2.0.0-rc.1",
"@jupyterlab/running-extension": "~2.0.0-rc.1",
"@jupyterlab/services": "~5.0.0-rc.1",
"@jupyterlab/settingeditor": "~2.0.0-rc.1",
"@jupyterlab/settingeditor-extension": "~2.0.0-rc.1",
"@jupyterlab/settingregistry": "~2.0.0-rc.1",
"@jupyterlab/shortcuts-extension": "~2.0.0-rc.1",
"@jupyterlab/statedb": "~2.0.0-rc.1",
"@jupyterlab/statusbar": "~2.0.0-rc.1",
"@jupyterlab/statusbar-extension": "~2.0.0-rc.1",
"@jupyterlab/tabmanager-extension": "~2.0.0-rc.1",
"@jupyterlab/terminal": "~2.0.0-rc.1",
"@jupyterlab/terminal-extension": "~2.0.0-rc.1",
"@jupyterlab/theme-dark-extension": "~2.0.0-rc.1",
"@jupyterlab/theme-light-extension": "~2.0.0-rc.1",
"@jupyterlab/tooltip": "~2.0.0-rc.1",
"@jupyterlab/tooltip-extension": "~2.0.0-rc.1",
"@jupyterlab/ui-components": "~2.0.0-rc.2",
"@jupyterlab/ui-components-extension": "~2.0.0-rc.1",
"@jupyterlab/vdom": "~2.0.0-rc.1",
"@jupyterlab/vdom-extension": "~2.0.0-rc.1",
"@jupyterlab/vega5-extension": "~2.0.0-rc.1",
"@jupyterlab/application": "~2.0.0-rc.2",
"@jupyterlab/application-extension": "~2.0.0-rc.2",
"@jupyterlab/apputils": "~2.0.0-rc.2",
"@jupyterlab/apputils-extension": "~2.0.0-rc.2",
"@jupyterlab/attachments": "~2.0.0-rc.2",
"@jupyterlab/cells": "~2.0.0-rc.2",
"@jupyterlab/celltags": "~2.0.0-rc.2",
"@jupyterlab/celltags-extension": "~2.0.0-rc.2",
"@jupyterlab/codeeditor": "~2.0.0-rc.2",
"@jupyterlab/codemirror": "~2.0.0-rc.2",
"@jupyterlab/codemirror-extension": "~2.0.0-rc.2",
"@jupyterlab/completer": "~2.0.0-rc.2",
"@jupyterlab/completer-extension": "~2.0.0-rc.2",
"@jupyterlab/console": "~2.0.0-rc.2",
"@jupyterlab/console-extension": "~2.0.0-rc.2",
"@jupyterlab/coreutils": "~4.0.0-rc.2",
"@jupyterlab/csvviewer": "~2.0.0-rc.2",
"@jupyterlab/csvviewer-extension": "~2.0.0-rc.2",
"@jupyterlab/docmanager": "~2.0.0-rc.2",
"@jupyterlab/docmanager-extension": "~2.0.0-rc.2",
"@jupyterlab/docregistry": "~2.0.0-rc.2",
"@jupyterlab/documentsearch": "~2.0.0-rc.2",
"@jupyterlab/documentsearch-extension": "~2.0.0-rc.2",
"@jupyterlab/extensionmanager": "~2.0.0-rc.2",
"@jupyterlab/extensionmanager-extension": "~2.0.0-rc.2",
"@jupyterlab/filebrowser": "~2.0.0-rc.2",
"@jupyterlab/filebrowser-extension": "~2.0.0-rc.2",
"@jupyterlab/fileeditor": "~2.0.0-rc.2",
"@jupyterlab/fileeditor-extension": "~2.0.0-rc.2",
"@jupyterlab/help-extension": "~2.0.0-rc.2",
"@jupyterlab/htmlviewer": "~2.0.0-rc.2",
"@jupyterlab/htmlviewer-extension": "~2.0.0-rc.2",
"@jupyterlab/hub-extension": "~2.0.0-rc.2",
"@jupyterlab/imageviewer": "~2.0.0-rc.2",
"@jupyterlab/imageviewer-extension": "~2.0.0-rc.2",
"@jupyterlab/inspector": "~2.0.0-rc.2",
"@jupyterlab/inspector-extension": "~2.0.0-rc.2",
"@jupyterlab/javascript-extension": "~2.0.0-rc.2",
"@jupyterlab/json-extension": "~2.0.0-rc.2",
"@jupyterlab/launcher": "~2.0.0-rc.2",
"@jupyterlab/launcher-extension": "~2.0.0-rc.2",
"@jupyterlab/logconsole": "~2.0.0-rc.2",
"@jupyterlab/logconsole-extension": "~2.0.0-rc.2",
"@jupyterlab/mainmenu": "~2.0.0-rc.2",
"@jupyterlab/mainmenu-extension": "~2.0.0-rc.2",
"@jupyterlab/markdownviewer": "~2.0.0-rc.2",
"@jupyterlab/markdownviewer-extension": "~2.0.0-rc.2",
"@jupyterlab/mathjax2": "~2.0.0-rc.2",
"@jupyterlab/mathjax2-extension": "~2.0.0-rc.2",
"@jupyterlab/metapackage": "~2.0.0-rc.2",
"@jupyterlab/nbconvert-css": "~2.0.0-rc.2",
"@jupyterlab/nbformat": "~2.0.0-rc.2",
"@jupyterlab/notebook": "~2.0.0-rc.2",
"@jupyterlab/notebook-extension": "~2.0.0-rc.2",
"@jupyterlab/observables": "~3.0.0-rc.2",
"@jupyterlab/outputarea": "~2.0.0-rc.2",
"@jupyterlab/pdf-extension": "~2.0.0-rc.2",
"@jupyterlab/property-inspector": "~2.0.0-rc.2",
"@jupyterlab/rendermime": "~2.0.0-rc.2",
"@jupyterlab/rendermime-extension": "~2.0.0-rc.2",
"@jupyterlab/rendermime-interfaces": "~2.0.0-rc.2",
"@jupyterlab/running": "~2.0.0-rc.2",
"@jupyterlab/running-extension": "~2.0.0-rc.2",
"@jupyterlab/services": "~5.0.0-rc.2",
"@jupyterlab/settingeditor": "~2.0.0-rc.2",
"@jupyterlab/settingeditor-extension": "~2.0.0-rc.2",
"@jupyterlab/settingregistry": "~2.0.0-rc.2",
"@jupyterlab/shortcuts-extension": "~2.0.0-rc.2",
"@jupyterlab/statedb": "~2.0.0-rc.2",
"@jupyterlab/statusbar": "~2.0.0-rc.2",
"@jupyterlab/statusbar-extension": "~2.0.0-rc.2",
"@jupyterlab/tabmanager-extension": "~2.0.0-rc.2",
"@jupyterlab/terminal": "~2.0.0-rc.2",
"@jupyterlab/terminal-extension": "~2.0.0-rc.2",
"@jupyterlab/theme-dark-extension": "~2.0.0-rc.2",
"@jupyterlab/theme-light-extension": "~2.0.0-rc.2",
"@jupyterlab/tooltip": "~2.0.0-rc.2",
"@jupyterlab/tooltip-extension": "~2.0.0-rc.2",
"@jupyterlab/ui-components": "~2.0.0-rc.3",
"@jupyterlab/ui-components-extension": "~2.0.0-rc.2",
"@jupyterlab/vdom": "~2.0.0-rc.2",
"@jupyterlab/vdom-extension": "~2.0.0-rc.2",
"@jupyterlab/vega5-extension": "~2.0.0-rc.2",
"@lumino/algorithm": "^1.2.3",
"@lumino/application": "^1.8.4",
"@lumino/commands": "^1.10.1",
Expand Down

0 comments on commit d3c1ffb

Please sign in to comment.