ihaskell_labextension for JupyterLab 1.0.0

If we remove the upper version bound for the jupyterlab/services
dependency, then ihaskell_labextension works fine with JupyterLab 1.0.0.
This commit is contained in:
James Brock 2019-07-11 11:09:26 +09:00
parent 5dc15518c4
commit 5a78d52af8

View File

@ -34,7 +34,7 @@
"@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",
"@jupyterlab/services": ">=3.0.1",
"@phosphor/disposable": "^1.1.2"
},
"devDependencies": {