Skip to content

Commit c3ad604

Browse files
authored
Update to JupyterLite 0.7.0a6 (#224)
* Update to JupyterLite 0.7.0a6 * update python package * drop the tmp resolutions
1 parent efe4ae4 commit c3ad604

File tree

7 files changed

+554
-557
lines changed

7 files changed

+554
-557
lines changed

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,6 @@
5656
"typescript": "~5.2.2",
5757
"yarn-berry-deduplicate": "^6.1.1"
5858
},
59-
"resolutions": {
60-
"@jupyterlab/observables": "~5.5.0-alpha.3"
61-
},
6259
"prettier": {
6360
"singleQuote": true,
6461
"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.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",
50+
"@jupyterlab/application": "^4.5.0-alpha.4",
51+
"@jupyterlab/coreutils": "^6.5.0-alpha.4",
52+
"@jupyterlab/logconsole": "^4.5.0-alpha.4",
53+
"@jupyterlite/contents": "^0.7.0-alpha.6",
54+
"@jupyterlite/kernel": "^0.7.0-alpha.6",
5555
"@jupyterlite/pyodide-kernel": "^0.7.0-alpha.2",
56-
"@jupyterlite/server": "^0.7.0-alpha.5"
56+
"@jupyterlite/server": "^0.7.0-alpha.6"
5757
},
5858
"devDependencies": {
59-
"@jupyterlab/builder": "^4.5.0-alpha.3",
59+
"@jupyterlab/builder": "^4.5.0-alpha.4",
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.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",
53+
"@jupyterlab/coreutils": "^6.5.0-alpha.4",
54+
"@jupyterlab/logconsole": "^4.5.0-alpha.4",
55+
"@jupyterlite/contents": "^0.7.0-alpha.6",
56+
"@jupyterlite/kernel": "^0.7.0-alpha.6",
5757
"coincident": "^1.2.3",
5858
"comlink": "^4.4.2"
5959
},

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ classifiers = [
3737
"Programming Language :: Python :: 3.13",
3838
]
3939
dependencies = [
40-
"jupyterlite-core >=0.7.0a5,<0.8.0",
40+
"jupyterlite-core >=0.7.0a6,<0.8.0",
4141
"pkginfo"
4242
]
4343

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.3",
21+
"@jupyterlab/galata": "~5.5.0-alpha.4",
2222
"@playwright/test": "^1.54.2"
2323
}
2424
}

0 commit comments

Comments
 (0)