Unverified Commit d32e2994 authored by liuzhe-lz's avatar liuzhe-lz Committed by GitHub
Browse files

lock version to remove es5-ext (#4734)

parent 1700596a
......@@ -2,7 +2,7 @@ coverage
cython
flake8
ipython
jupyterlab
jupyterlab < 3.1
nbsphinx
pylint
pyright
......
......@@ -6,14 +6,27 @@
"build": "tsc && jupyter labextension build ."
},
"dependencies": {
"@jupyterlab/application": "^3.3.2",
"@jupyterlab/launcher": "^3.3.2"
"@jupyterlab/application": "<3.1.0",
"@jupyterlab/launcher": "<3.1.0"
},
"devDependencies": {
"@jupyterlab/builder": "^3.3.2"
"@jupyterlab/builder": "3.0.9"
},
"resolutions": {
"marked": ">=4.0.12"
"@jupyterlab/apputils": "<3.1.0",
"@jupyterlab/buildutils": "<3.1.0",
"@jupyterlab/codeeditor": "<3.1.0",
"@jupyterlab/codemirror": "<3.1.0",
"@jupyterlab/docregistry": "<3.1.0",
"@jupyterlab/nbformat": "<3.1.0",
"@jupyterlab/rendermime-interfaces": "<3.1.0",
"@jupyterlab/rendermime": "<3.1.0",
"@jupyterlab/services": "<6.1.0",
"@jupyterlab/settingregistry": "<3.1.0",
"@jupyterlab/statedb": "<3.1.0",
"@jupyterlab/statusbar": "<3.1.0",
"@jupyterlab/translation": "<3.1.0",
"@jupyterlab/ui-components": "<3.1.0"
},
"jupyterlab": {
"extension": true,
......
This diff is collapsed.
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