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 ...@@ -2,7 +2,7 @@ coverage
cython cython
flake8 flake8
ipython ipython
jupyterlab jupyterlab < 3.1
nbsphinx nbsphinx
pylint pylint
pyright pyright
......
...@@ -6,14 +6,27 @@ ...@@ -6,14 +6,27 @@
"build": "tsc && jupyter labextension build ." "build": "tsc && jupyter labextension build ."
}, },
"dependencies": { "dependencies": {
"@jupyterlab/application": "^3.3.2", "@jupyterlab/application": "<3.1.0",
"@jupyterlab/launcher": "^3.3.2" "@jupyterlab/launcher": "<3.1.0"
}, },
"devDependencies": { "devDependencies": {
"@jupyterlab/builder": "^3.3.2" "@jupyterlab/builder": "3.0.9"
}, },
"resolutions": { "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": { "jupyterlab": {
"extension": true, "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