Skip to content

Commit 501bb6d

Browse files
authored
Bump to jupyterlite deps to v0.4.5 (#146)
1 parent b70f099 commit 501bb6d

File tree

3 files changed

+162
-81
lines changed

3 files changed

+162
-81
lines changed

packages/pyodide-kernel-extension/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@
4848
},
4949
"dependencies": {
5050
"@jupyterlab/coreutils": "^6.1.1",
51-
"@jupyterlite/contents": "^0.4.0",
52-
"@jupyterlite/kernel": "^0.4.0",
51+
"@jupyterlite/contents": "^0.4.5",
52+
"@jupyterlite/kernel": "^0.4.5",
5353
"@jupyterlite/pyodide-kernel": "^0.4.4",
54-
"@jupyterlite/server": "^0.4.0"
54+
"@jupyterlite/server": "^0.4.5"
5555
},
5656
"devDependencies": {
5757
"@jupyterlab/builder": "~4.2.1",

packages/pyodide-kernel/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555
},
5656
"dependencies": {
5757
"@jupyterlab/coreutils": "^6.1.1",
58-
"@jupyterlite/contents": "^0.4.4",
59-
"@jupyterlite/kernel": "^0.4.4",
58+
"@jupyterlite/contents": "^0.4.5",
59+
"@jupyterlite/kernel": "^0.4.5",
6060
"coincident": "^1.2.3",
6161
"comlink": "^4.4.1"
6262
},

0 commit comments

Comments
 (0)