Skip to content

Commit

Permalink
Update to JupyterLite 0.4.0 final packages (#105)
Browse files Browse the repository at this point in the history
* Update to JupyterLite 0.4.0 final packages

* cleanup
  • Loading branch information
jtpio authored Jul 30, 2024
1 parent 235f00e commit 6504866
Show file tree
Hide file tree
Showing 4 changed files with 952 additions and 674 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
"dependencies": {
"@jupyterlab/coreutils": "^6",
"@jupyterlab/services": "^7",
"@jupyterlite/contents": "^0.2.0 || ^0.3.0 || ^0.4.0-alpha.3",
"@jupyterlite/kernel": "^0.2.0 || ^0.3.0 || ^0.4.0-alpha.3",
"@jupyterlite/server": "^0.2.0 || ^0.3.0 || ^0.4.0-alpha.3",
"@jupyterlite/contents": "^0.2.0 || ^0.3.0 || ^0.4.0",
"@jupyterlite/kernel": "^0.2.0 || ^0.3.0 || ^0.4.0",
"@jupyterlite/server": "^0.2.0 || ^0.3.0 || ^0.4.0",
"@lumino/coreutils": "^2",
"@lumino/signaling": "^2",
"coincident": "^1.2.3"
Expand Down
4 changes: 2 additions & 2 deletions ui-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"test:update": "playwright test --update-snapshots"
},
"devDependencies": {
"@playwright/test": "^1.37.0",
"@playwright/test": "^1.45.0",
"rimraf": "^5.0.5"
},
"dependencies": {
"@jupyterlab/galata": "~5.0.5"
"@jupyterlab/galata": "~5.2.4"
}
}
Loading

0 comments on commit 6504866

Please sign in to comment.