Skip to content

Commit 6504866

Browse files
authored
Update to JupyterLite 0.4.0 final packages (#105)
* Update to JupyterLite 0.4.0 final packages * cleanup
1 parent 235f00e commit 6504866

File tree

4 files changed

+952
-674
lines changed

4 files changed

+952
-674
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
"dependencies": {
5656
"@jupyterlab/coreutils": "^6",
5757
"@jupyterlab/services": "^7",
58-
"@jupyterlite/contents": "^0.2.0 || ^0.3.0 || ^0.4.0-alpha.3",
59-
"@jupyterlite/kernel": "^0.2.0 || ^0.3.0 || ^0.4.0-alpha.3",
60-
"@jupyterlite/server": "^0.2.0 || ^0.3.0 || ^0.4.0-alpha.3",
58+
"@jupyterlite/contents": "^0.2.0 || ^0.3.0 || ^0.4.0",
59+
"@jupyterlite/kernel": "^0.2.0 || ^0.3.0 || ^0.4.0",
60+
"@jupyterlite/server": "^0.2.0 || ^0.3.0 || ^0.4.0",
6161
"@lumino/coreutils": "^2",
6262
"@lumino/signaling": "^2",
6363
"coincident": "^1.2.3"

ui-tests/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
"test:update": "playwright test --update-snapshots"
1616
},
1717
"devDependencies": {
18-
"@playwright/test": "^1.37.0",
18+
"@playwright/test": "^1.45.0",
1919
"rimraf": "^5.0.5"
2020
},
2121
"dependencies": {
22-
"@jupyterlab/galata": "~5.0.5"
22+
"@jupyterlab/galata": "~5.2.4"
2323
}
2424
}

0 commit comments

Comments
 (0)