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 mambajs 0.2.2 #150

Merged
merged 1 commit into from
Jan 16, 2025
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
2 changes: 1 addition & 1 deletion packages/xeus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"watch:src": "tsc -w --sourceMap"
},
"dependencies": {
"@emscripten-forge/mambajs": "^0.2.1",
"@emscripten-forge/mambajs": "^0.2.2",
"@jupyterlab/coreutils": "^6",
"@jupyterlab/services": "~7.2.5",
"@jupyterlite/contents": "^0.2.0 || ^0.3.0 || ^0.4.5",
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@ __metadata:
languageName: node
linkType: hard

"@emscripten-forge/mambajs@npm:^0.2.1":
version: 0.2.1
resolution: "@emscripten-forge/mambajs@npm:0.2.1"
"@emscripten-forge/mambajs@npm:^0.2.2":
version: 0.2.2
resolution: "@emscripten-forge/mambajs@npm:0.2.2"
dependencies:
"@emscripten-forge/untarjs": ^5.0.0
checksum: fb6ba22bea7bb4d51c76619b3f42fcd293f4191bd25bdda106161490ab881230739849c6731fa9e584f6f773a32e5ad8871a6b16e159cfffc8da734bd19c07ce
checksum: 5b7ec3b01bca192cb225fed682071ca57f7ab6b7297ecff91cfaf4274f627e4321a8b7b5f709fbecadbaf31798efffc1597cd0110e497730cd5991552148373a
languageName: node
linkType: hard

Expand Down Expand Up @@ -581,7 +581,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@jupyterlite/xeus@workspace:packages/xeus"
dependencies:
"@emscripten-forge/mambajs": ^0.2.1
"@emscripten-forge/mambajs": ^0.2.2
"@jupyterlab/builder": ^4.1.0
"@jupyterlab/coreutils": ^6
"@jupyterlab/services": ~7.2.5
Expand Down
Loading