Skip to content

Commit c94f3c0

Browse files
authored
Update to JupyterLite 0.7.0a3 (#207)
* Fix handling of some setattr params * update yarn.lock * Update to JupyterLite 0.7.0a3 * Revert "Fix handling of some setattr params" This reverts commit e698cf3. * bump more lab
1 parent a009c1c commit c94f3c0

File tree

5 files changed

+222
-222
lines changed

5 files changed

+222
-222
lines changed

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.1",
51-
"@jupyterlab/coreutils": "^6.5.0-alpha.1",
52-
"@jupyterlab/logconsole": "^4.5.0-alpha.1",
53-
"@jupyterlite/contents": "^0.7.0-alpha.1",
54-
"@jupyterlite/kernel": "^0.7.0-alpha.1",
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",
5555
"@jupyterlite/pyodide-kernel": "^0.7.0-alpha.0",
56-
"@jupyterlite/server": "^0.7.0-alpha.1"
56+
"@jupyterlite/server": "^0.7.0-alpha.3"
5757
},
5858
"devDependencies": {
59-
"@jupyterlab/builder": "^4.5.0-alpha.1",
59+
"@jupyterlab/builder": "^4.5.0-alpha.2",
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.1",
54-
"@jupyterlab/logconsole": "^4.5.0-alpha.1",
55-
"@jupyterlite/contents": "^0.7.0-alpha.1",
56-
"@jupyterlite/kernel": "^0.7.0-alpha.1",
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",
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.0a1,<4.6.0",
4+
"jupyterlab >=4.5.0a2,<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.0a1,<0.8.0",
40+
"jupyterlite-core >=0.7.0a3,<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.0a1,<4.6.0",
62+
"jupyterlab >=4.5.0a2,<4.6.0",
6363
]
6464

6565
lint = [

ui-tests/package.json

Lines changed: 1 addition & 1 deletion
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.1",
21+
"@jupyterlab/galata": "~5.5.0-alpha.2",
2222
"@playwright/test": "^1.52.0"
2323
}
2424
}

0 commit comments

Comments
 (0)