@jupyterlab/docmanager
Advanced tools
Comparing version 2.0.0-beta.3 to 2.0.0-rc.0
{ | ||
"name": "@jupyterlab/docmanager", | ||
"version": "2.0.0-beta.3", | ||
"version": "2.0.0-rc.0", | ||
"description": "JupyterLab - Document Manager", | ||
@@ -38,7 +38,7 @@ "homepage": "https://github.com/jupyterlab/jupyterlab", | ||
"dependencies": { | ||
"@jupyterlab/apputils": "^2.0.0-beta.3", | ||
"@jupyterlab/coreutils": "^4.0.0-beta.3", | ||
"@jupyterlab/docregistry": "^2.0.0-beta.3", | ||
"@jupyterlab/services": "^5.0.0-beta.3", | ||
"@jupyterlab/statusbar": "^2.0.0-beta.3", | ||
"@jupyterlab/apputils": "^2.0.0-rc.0", | ||
"@jupyterlab/coreutils": "^4.0.0-rc.0", | ||
"@jupyterlab/docregistry": "^2.0.0-rc.0", | ||
"@jupyterlab/services": "^5.0.0-rc.0", | ||
"@jupyterlab/statusbar": "^2.0.0-rc.0", | ||
"@lumino/algorithm": "^1.2.3", | ||
@@ -50,3 +50,3 @@ "@lumino/coreutils": "^1.4.2", | ||
"@lumino/signaling": "^1.3.4", | ||
"@lumino/widgets": "^1.10.0", | ||
"@lumino/widgets": "^1.10.2", | ||
"react": "~16.9.0" | ||
@@ -62,3 +62,3 @@ }, | ||
}, | ||
"gitHead": "76b4bca5bd1c02ee0f8afa44f0f258f43e14db36" | ||
"gitHead": "72e24ce980fe3650f6839bab704ff80b7ea6ee9d" | ||
} |
109306