Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update jupyterlab to 4.2.4 #6

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
update jupyterlab to 4.2.4
kellyrowland committed Jul 31, 2024
commit f0008c55edcf58f58384214b69077839094c33f0
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -56,8 +56,8 @@
"watch:src": "tsc -w --sourceMap"
},
"dependencies": {
"@jupyterlab/application": "^4.0.3",
"@lumino/widgets": "^2.0.1"
"@jupyterlab/application": "^4.2.4",
"@lumino/widgets": "^2.4.0"
},
"devDependencies": {
"@jupyterlab/builder": "^4.0.0",
Loading