Skip to content

Commit b07e8fd

Browse files
authored
Update to JupyterLite 0.7.0a5 (#212)
* Update to JupyterLite 0.7.0a5 * update lab * more updates * fix typo * dedupe * fix yarn.lock * fix some resolutions * fix
1 parent 503c0f3 commit b07e8fd

File tree

7 files changed

+2690
-779
lines changed

7 files changed

+2690
-779
lines changed

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@
5656
"typescript": "~5.2.2",
5757
"yarn-berry-deduplicate": "^6.1.1"
5858
},
59+
"resolutions": {
60+
"@jupyterlab/observables": "~5.5.0-alpha.3"
61+
},
5962
"prettier": {
6063
"singleQuote": true,
6164
"printWidth": 88,

packages/pyodide-kernel-extension/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,16 @@
4747
"watch:labextension": "jupyter labextension watch ."
4848
},
4949
"dependencies": {
50-
"@jupyterlab/application": "^4.5.0-alpha.2",
51-
"@jupyterlab/coreutils": "^6.5.0-alpha.2",
52-
"@jupyterlab/logconsole": "^4.5.0-alpha.2",
53-
"@jupyterlite/contents": "^0.7.0-alpha.3",
54-
"@jupyterlite/kernel": "^0.7.0-alpha.3",
50+
"@jupyterlab/application": "^4.5.0-alpha.3",
51+
"@jupyterlab/coreutils": "^6.5.0-alpha.3",
52+
"@jupyterlab/logconsole": "^4.5.0-alpha.3",
53+
"@jupyterlite/contents": "^0.7.0-alpha.5",
54+
"@jupyterlite/kernel": "^0.7.0-alpha.5",
5555
"@jupyterlite/pyodide-kernel": "^0.7.0-alpha.1",
56-
"@jupyterlite/server": "^0.7.0-alpha.3"
56+
"@jupyterlite/server": "^0.7.0-alpha.5"
5757
},
5858
"devDependencies": {
59-
"@jupyterlab/builder": "^4.5.0-alpha.2",
59+
"@jupyterlab/builder": "^4.5.0-alpha.3",
6060
"rimraf": "^6.0.1",
6161
"typescript": "~5.2.2"
6262
},

packages/pyodide-kernel/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@
5050
"watch": "tsc -b --watch"
5151
},
5252
"dependencies": {
53-
"@jupyterlab/coreutils": "^6.5.0-alpha.2",
54-
"@jupyterlab/logconsole": "^4.5.0-alpha.2",
55-
"@jupyterlite/contents": "^0.7.0-alpha.3",
56-
"@jupyterlite/kernel": "^0.7.0-alpha.3",
53+
"@jupyterlab/coreutils": "^6.5.0-alpha.3",
54+
"@jupyterlab/logconsole": "^4.5.0-alpha.3",
55+
"@jupyterlite/contents": "^0.7.0-alpha.5",
56+
"@jupyterlite/kernel": "^0.7.0-alpha.5",
5757
"coincident": "^1.2.3",
5858
"comlink": "^4.4.2"
5959
},

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
requires = [
33
"hatchling >=1.4.0",
4-
"jupyterlab >=4.5.0a2,<4.6.0",
4+
"jupyterlab >=4.5.0a3,<4.6.0",
55
]
66
build-backend = "hatchling.build"
77

@@ -37,7 +37,7 @@ classifiers = [
3737
"Programming Language :: Python :: 3.13",
3838
]
3939
dependencies = [
40-
"jupyterlite-core >=0.7.0a3,<0.8.0",
40+
"jupyterlite-core >=0.7.0a5,<0.8.0",
4141
"pkginfo"
4242
]
4343

@@ -59,7 +59,7 @@ jupyterlite-pyodide-kernel-pyodide = "jupyterlite_pyodide_kernel.addons.pyodide:
5959
dev = [
6060
"build",
6161
"hatch",
62-
"jupyterlab >=4.5.0a2,<4.6.0",
62+
"jupyterlab >=4.5.0a3,<4.6.0",
6363
]
6464

6565
lint = [

ui-tests/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"rimraf": "^5.0.5"
1919
},
2020
"dependencies": {
21-
"@jupyterlab/galata": "~5.5.0-alpha.2",
22-
"@playwright/test": "^1.52.0"
21+
"@jupyterlab/galata": "~5.5.0-alpha.3",
22+
"@playwright/test": "^1.54.2"
2323
}
2424
}

0 commit comments

Comments
 (0)