Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
nni
Commits
d32e2994
Unverified
Commit
d32e2994
authored
Apr 07, 2022
by
liuzhe-lz
Committed by
GitHub
Apr 07, 2022
Browse files
lock version to remove es5-ext (#4734)
parent
1700596a
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
263 additions
and
2371 deletions
+263
-2371
dependencies/develop.txt
dependencies/develop.txt
+1
-1
ts/jupyter_extension/package.json
ts/jupyter_extension/package.json
+17
-4
ts/jupyter_extension/yarn.lock
ts/jupyter_extension/yarn.lock
+245
-2366
No files found.
dependencies/develop.txt
View file @
d32e2994
...
@@ -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
...
...
ts/jupyter_extension/package.json
View file @
d32e2994
...
@@ -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
,
...
...
ts/jupyter_extension/yarn.lock
View file @
d32e2994
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment