Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to JupyterLite 0.4.0 #14

Merged
merged 1 commit into from
May 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/javascript-kernel-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
},
"dependencies": {
"@jupyterlite/javascript-kernel": "^0.3.0",
"@jupyterlite/kernel": "^0.2.1 || ^0.3.0",
"@jupyterlite/server": "^0.2.1 || ^0.3.0"
"@jupyterlite/kernel": "^0.2.1 || ^0.3.0 || ^0.4.0-alpha.0",
"@jupyterlite/server": "^0.2.1 || ^0.3.0 || ^0.4.0-alpha.0"
},
"devDependencies": {
"@jupyterlab/builder": "~4.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/javascript-kernel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"dependencies": {
"@jupyterlab/coreutils": "~6.1.1",
"@jupyterlite/kernel": "^0.2.1 || ^0.3.0",
"@jupyterlite/kernel": "^0.2.1 || ^0.3.0 || ^0.4.0-alpha.0",
"comlink": "^4.3.1",
"object-inspect": "^1.13.1"
},
Expand Down
19 changes: 13 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2837,8 +2837,8 @@ __metadata:
dependencies:
"@jupyterlab/builder": ~4.1.1
"@jupyterlite/javascript-kernel": ^0.3.0
"@jupyterlite/kernel": ^0.2.1 || ^0.3.0
"@jupyterlite/server": ^0.2.1 || ^0.3.0
"@jupyterlite/kernel": ^0.2.1 || ^0.3.0 || ^0.4.0-alpha.0
"@jupyterlite/server": ^0.2.1 || ^0.3.0 || ^0.4.0-alpha.0
rimraf: ~5.0.1
typescript: ~5.1.6
languageName: unknown
Expand Down Expand Up @@ -2867,7 +2867,7 @@ __metadata:
"@babel/preset-env": ^7.12.1
"@jupyterlab/coreutils": ~6.1.1
"@jupyterlab/testutils": ~4.1.1
"@jupyterlite/kernel": ^0.2.1 || ^0.3.0
"@jupyterlite/kernel": ^0.2.1 || ^0.3.0 || ^0.4.0-alpha.0
"@types/jest": ^29.5.3
"@types/object-inspect": ^1.8.4
comlink: ^4.3.1
Expand All @@ -2879,7 +2879,7 @@ __metadata:
languageName: unknown
linkType: soft

"@jupyterlite/kernel@npm:^0.2.1 || ^0.3.0, @jupyterlite/kernel@npm:^0.2.1 || ^0.3.0, @jupyterlite/kernel@npm:^0.3.0":
"@jupyterlite/kernel@npm:^0.2.1 || ^0.3.0 || ^0.4.0-alpha.0, @jupyterlite/kernel@npm:^0.2.1 || ^0.3.0 || ^0.4.0-alpha.0, @jupyterlite/kernel@npm:^0.3.0":
version: 0.3.0
resolution: "@jupyterlite/kernel@npm:0.3.0"
dependencies:
Expand Down Expand Up @@ -2908,7 +2908,7 @@ __metadata:
languageName: node
linkType: hard

"@jupyterlite/server@npm:^0.2.1 || ^0.3.0":
"@jupyterlite/server@npm:^0.2.1 || ^0.3.0 || ^0.4.0-alpha.0":
version: 0.3.0
resolution: "@jupyterlite/server@npm:0.3.0"
dependencies:
Expand Down Expand Up @@ -12768,7 +12768,7 @@ __metadata:
languageName: node
linkType: hard

"vscode-jsonrpc@npm:8.2.0, vscode-jsonrpc@npm:^8.0.2":
"vscode-jsonrpc@npm:8.2.0":
version: 8.2.0
resolution: "vscode-jsonrpc@npm:8.2.0"
checksum: f302a01e59272adc1ae6494581fa31c15499f9278df76366e3b97b2236c7c53ebfc71efbace9041cfd2caa7f91675b9e56f2407871a1b3c7f760a2e2ee61484a
Expand All @@ -12782,6 +12782,13 @@ __metadata:
languageName: node
linkType: hard

"vscode-jsonrpc@npm:^8.0.2":
version: 8.2.1
resolution: "vscode-jsonrpc@npm:8.2.1"
checksum: 2af2c333d73f6587896a7077978b8d4b430e55c674d5dbb90597a84a6647057c1655a3bff398a9b08f1f8ba57dbd2deabf05164315829c297b0debba3b8bc19e
languageName: node
linkType: hard

"vscode-languageserver-protocol@npm:^3.17.0":
version: 3.17.5
resolution: "vscode-languageserver-protocol@npm:3.17.5"
Expand Down
Loading