Merge pull request #1021 from jamesdbrock/labextension-version-prealpha

labextension npm dependency bounds loosen
This commit is contained in:
Vaibhav Sagar 2019-04-20 00:53:15 -04:00 committed by GitHub
commit 7bf207bf97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,10 +30,10 @@
"watch": "tsc -w"
},
"dependencies": {
"@jupyterlab/application": "^0.17.1",
"@jupyterlab/apputils": "^0.17.2",
"@jupyterlab/docregistry": "^0.17.1",
"@jupyterlab/notebook": "^0.17.1",
"@jupyterlab/application": "0.17.1 - 2.0.0",
"@jupyterlab/apputils": "0.17.2 - 2.0.0",
"@jupyterlab/docregistry": "0.17.1 - 2.0.0",
"@jupyterlab/notebook": "0.17.1 - 2.0.0",
"@jupyterlab/services": "^3.0.1",
"@phosphor/disposable": "^1.1.2"
},