Commit 6f010dab authored by James Brock's avatar James Brock

labextension npm dependency bounds loosen

Relax upper version bounds on the jupyterlab alpha dependencies
for ihaskell_labextension. It looks to me like these version bounds
were intended to allow the entire major alpha 0.*.* version range, but
the the prefix caret only includes minor versions if the major version
is 0.

Let's set the upper bound to 2.0.0, because according to SemVer, that
is the next version number which we would expect to have breaking
changes.
parent c2cb8e67
......@@ -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"
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment