Skip to content

Commit

Permalink
Update @jupyterlab packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Dec 17, 2024
1 parent 65c0d76 commit 427cb87
Show file tree
Hide file tree
Showing 5 changed files with 787 additions and 723 deletions.
6 changes: 3 additions & 3 deletions packages/pyodide-kernel-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@
},
"dependencies": {
"@jupyterlab/coreutils": "^6.1.1",
"@jupyterlite/contents": "^0.4.5",
"@jupyterlite/kernel": "^0.4.5",
"@jupyterlite/contents": "^0.5.0-alpha.0",
"@jupyterlite/kernel": "^0.5.0-alpha.0",
"@jupyterlite/pyodide-kernel": "^0.4.5",
"@jupyterlite/server": "^0.4.5"
"@jupyterlite/server": "^0.5.0-alpha.0"
},
"devDependencies": {
"@jupyterlab/builder": "~4.2.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/pyodide-kernel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
},
"dependencies": {
"@jupyterlab/coreutils": "^6.1.1",
"@jupyterlite/contents": "^0.4.5",
"@jupyterlite/kernel": "^0.4.5",
"@jupyterlite/contents": "^0.5.0-alpha.0",
"@jupyterlite/kernel": "^0.5.0-alpha.0",
"coincident": "^1.2.3",
"comlink": "^4.4.2"
},
Expand Down
2 changes: 1 addition & 1 deletion ui-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"rimraf": "^5.0.5"
},
"dependencies": {
"@jupyterlab/galata": "~5.0.5"
"@jupyterlab/galata": "~5.3.3"
}
}
Loading

0 comments on commit 427cb87

Please sign in to comment.