Skip to content

Commit e06d2cf

Browse files
authored
Update to JupyterLite 0.5.0 (#157)
* Update to JupyterLite 0.5.0 * update yarn.lock
1 parent 5e7a898 commit e06d2cf

File tree

5 files changed

+100
-99
lines changed

5 files changed

+100
-99
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
| status | `jupyterlite-pyodide-kernel` | `jupyterlite-core` | `jupyterlab` | `notebook` | `retrolab` |
2525
| :----: | :--------------------------: | :----------------: | :------------: | :------------: | :----------: |
26-
| pre | `0.5.*` | `>=0.5,<0.6` | `>=4.3.0,<4.4` | `>=7.3.0,<7.4` | - |
26+
| stable | `0.5.*` | `>=0.5,<0.6` | `>=4.3.0,<4.4` | `>=7.3.0,<7.4` | - |
2727
| stable | `0.4.*` | `>=0.4,<0.5` | `>=4.2.0,<4.3` | `>=7.2.0,<7.3` | - |
2828
| stable | `0.3.*` | `>=0.3,<0.4` | `>=4.1.1,<4.2` | `>=7.1.0,<7.2` | - |
2929
| stable | `0.2.*` | `>=0.2,<0.3` | `>=4.0.7,<4.1` | `>=7.0.5,<8` | - |
@@ -43,6 +43,7 @@ yet work in a full, `jupyter_server`-hosted client such as JupyterLab or Noteboo
4343
| `>=0.3.*,<=0.4.0` | `0.25.*` | `3.11.*` | `3.1.46` |
4444
| `>=0.4.*,<=0.4.6` | `0.26.*` | `3.12.*` | `3.1.58` |
4545
| `>=0.4.7,<=0.5.0` | `0.27.*` | `3.12.*` | `3.1.58` |
46+
| `>=0.5.0,<=0.6.0` | `0.27.*` | `3.12.*` | `3.1.58` |
4647

4748
Note that the Emscripten version is strict down to the bugfix version.
4849

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.5.0-alpha.0",
52-
"@jupyterlite/kernel": "^0.5.0-alpha.0",
51+
"@jupyterlite/contents": "^0.5.0",
52+
"@jupyterlite/kernel": "^0.5.0",
5353
"@jupyterlite/pyodide-kernel": "^0.5.0-beta.0",
54-
"@jupyterlite/server": "^0.5.0-alpha.0"
54+
"@jupyterlite/server": "^0.5.0"
5555
},
5656
"devDependencies": {
5757
"@jupyterlab/builder": "~4.3.3",

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.5.0-alpha.0",
59-
"@jupyterlite/kernel": "^0.5.0-alpha.0",
58+
"@jupyterlite/contents": "^0.5.0",
59+
"@jupyterlite/kernel": "^0.5.0",
6060
"coincident": "^1.2.3",
6161
"comlink": "^4.4.2"
6262
},

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.5.0a0,<0.6.0",
40+
"jupyterlite-core >=0.5.0,<0.6.0",
4141
"pkginfo"
4242
]
4343

yarn.lock

Lines changed: 92 additions & 92 deletions
Original file line numberDiff line numberDiff line change
@@ -2482,17 +2482,17 @@ __metadata:
24822482
languageName: node
24832483
linkType: hard
24842484

2485-
"@jupyterlab/coreutils@npm:^6.1.1, @jupyterlab/coreutils@npm:^6.3.3, @jupyterlab/coreutils@npm:~6.3.3":
2486-
version: 6.3.3
2487-
resolution: "@jupyterlab/coreutils@npm:6.3.3"
2485+
"@jupyterlab/coreutils@npm:^6.1.1, @jupyterlab/coreutils@npm:^6.3.4, @jupyterlab/coreutils@npm:~6.3.4":
2486+
version: 6.3.4
2487+
resolution: "@jupyterlab/coreutils@npm:6.3.4"
24882488
dependencies:
24892489
"@lumino/coreutils": ^2.2.0
24902490
"@lumino/disposable": ^2.1.3
24912491
"@lumino/signaling": ^2.1.3
24922492
minimist: ~1.2.0
24932493
path-browserify: ^1.0.0
24942494
url-parse: ~1.5.4
2495-
checksum: c41f06000c17d5ab1c2805b9f3e8a733e7f6a7d127fbc8ddd7c6d7eca1cff069cc487aa1b46296a697ab2be0362afed914df8a78b5e4bce4890e2a1f7f932f81
2495+
checksum: 3db39307315acb29dd606d02d5fcc6c09a57556aa0d41ba439a0577cf69c7338a90ae99e1106ebd20d842861ebda39266a910644e5a41301f62a03bb33cc4555
24962496
languageName: node
24972497
linkType: hard
24982498

@@ -2615,12 +2615,12 @@ __metadata:
26152615
languageName: node
26162616
linkType: hard
26172617

2618-
"@jupyterlab/nbformat@npm:^3.0.0 || ^4.0.0-alpha.21 || ^4.0.0, @jupyterlab/nbformat@npm:^4.1.1, @jupyterlab/nbformat@npm:^4.3.3, @jupyterlab/nbformat@npm:~4.3.3":
2619-
version: 4.3.3
2620-
resolution: "@jupyterlab/nbformat@npm:4.3.3"
2618+
"@jupyterlab/nbformat@npm:^3.0.0 || ^4.0.0-alpha.21 || ^4.0.0, @jupyterlab/nbformat@npm:^4.1.1, @jupyterlab/nbformat@npm:^4.3.4, @jupyterlab/nbformat@npm:~4.3.4":
2619+
version: 4.3.4
2620+
resolution: "@jupyterlab/nbformat@npm:4.3.4"
26212621
dependencies:
26222622
"@lumino/coreutils": ^2.2.0
2623-
checksum: 2e96f688e356209284961a6421391312f58ddb6443ba42ed19838384d33fab0e5b877a956cc5620da9d7417c2cd852e9e225353b6ac45e246e2d546dfd6302c8
2623+
checksum: 7c2b2bf9ce1632b8d4b0aa415e19c5b25e0fb155457cdd9fed9d7a162e477e728fefdef07d18ac25aa8ac1223534615abbc0e1f7d58c0607dc66326d694a8823
26242624
languageName: node
26252625
linkType: hard
26262626

@@ -2661,16 +2661,16 @@ __metadata:
26612661
languageName: node
26622662
linkType: hard
26632663

2664-
"@jupyterlab/observables@npm:^5.1.1, @jupyterlab/observables@npm:~5.3.3":
2665-
version: 5.3.3
2666-
resolution: "@jupyterlab/observables@npm:5.3.3"
2664+
"@jupyterlab/observables@npm:^5.1.1, @jupyterlab/observables@npm:~5.3.4":
2665+
version: 5.3.4
2666+
resolution: "@jupyterlab/observables@npm:5.3.4"
26672667
dependencies:
26682668
"@lumino/algorithm": ^2.0.2
26692669
"@lumino/coreutils": ^2.2.0
26702670
"@lumino/disposable": ^2.1.3
26712671
"@lumino/messaging": ^2.0.2
26722672
"@lumino/signaling": ^2.1.3
2673-
checksum: 951234b84556523d83c67ba7f5d5109a5ff4da9adc2329137e218974e2e7b0e4392b69a642005e5805108d9080d0c4c0233b1d35429d2acd7dc3d7191dddb8bc
2673+
checksum: ff8129e0801da786546091d534ff38a76b786efe59f1a20a928c638e7b0354dde5d871c59cece1df598731bff3fac9fe527b228a7da44430d22c9b1a7683569b
26742674
languageName: node
26752675
linkType: hard
26762676

@@ -2726,31 +2726,31 @@ __metadata:
27262726
languageName: node
27272727
linkType: hard
27282728

2729-
"@jupyterlab/services@npm:^7.1.1, @jupyterlab/services@npm:~7.3.3":
2730-
version: 7.3.3
2731-
resolution: "@jupyterlab/services@npm:7.3.3"
2729+
"@jupyterlab/services@npm:^7.1.1, @jupyterlab/services@npm:~7.3.4":
2730+
version: 7.3.4
2731+
resolution: "@jupyterlab/services@npm:7.3.4"
27322732
dependencies:
27332733
"@jupyter/ydoc": ^3.0.0
2734-
"@jupyterlab/coreutils": ^6.3.3
2735-
"@jupyterlab/nbformat": ^4.3.3
2736-
"@jupyterlab/settingregistry": ^4.3.3
2737-
"@jupyterlab/statedb": ^4.3.3
2734+
"@jupyterlab/coreutils": ^6.3.4
2735+
"@jupyterlab/nbformat": ^4.3.4
2736+
"@jupyterlab/settingregistry": ^4.3.4
2737+
"@jupyterlab/statedb": ^4.3.4
27382738
"@lumino/coreutils": ^2.2.0
27392739
"@lumino/disposable": ^2.1.3
27402740
"@lumino/polling": ^2.1.3
27412741
"@lumino/properties": ^2.0.2
27422742
"@lumino/signaling": ^2.1.3
27432743
ws: ^8.11.0
2744-
checksum: db7177c6db930a674543a2a2b1095c5f76edac0120dfa24243e231d89a07b2243a62d4691b9ecde834958dca9c3b671a6548b121af50d702e21722df3c5b547f
2744+
checksum: e962b30171ce94c6d9e60d8d06169fd6e7aa9178804b8e14e539dabac6bc04ac29a257be7b8a82c3b479291659738a55da73e2080c6dea3d986bbcc6f4e00850
27452745
languageName: node
27462746
linkType: hard
27472747

2748-
"@jupyterlab/settingregistry@npm:^4.1.1, @jupyterlab/settingregistry@npm:^4.3.3, @jupyterlab/settingregistry@npm:~4.3.3":
2749-
version: 4.3.3
2750-
resolution: "@jupyterlab/settingregistry@npm:4.3.3"
2748+
"@jupyterlab/settingregistry@npm:^4.1.1, @jupyterlab/settingregistry@npm:^4.3.4, @jupyterlab/settingregistry@npm:~4.3.4":
2749+
version: 4.3.4
2750+
resolution: "@jupyterlab/settingregistry@npm:4.3.4"
27512751
dependencies:
2752-
"@jupyterlab/nbformat": ^4.3.3
2753-
"@jupyterlab/statedb": ^4.3.3
2752+
"@jupyterlab/nbformat": ^4.3.4
2753+
"@jupyterlab/statedb": ^4.3.4
27542754
"@lumino/commands": ^2.3.1
27552755
"@lumino/coreutils": ^2.2.0
27562756
"@lumino/disposable": ^2.1.3
@@ -2760,20 +2760,20 @@ __metadata:
27602760
json5: ^2.2.3
27612761
peerDependencies:
27622762
react: ">=16"
2763-
checksum: 98d6f6ac6d41114e687c1a887c28171651e7c5ecceb5a989e5e8c55afb20685beaee6ad652c0104092f4516f3fe9e5711208fb6e11a66fbf389fb08ac811f877
2763+
checksum: e6e89174535d10268d70f9c5731bbb1ee6614d8cf87a73d5c4c3b40e6d051ecebb03ec23c508132fe3714473a0667b337674db07759d487b2fb679ca99fd8f35
27642764
languageName: node
27652765
linkType: hard
27662766

2767-
"@jupyterlab/statedb@npm:^4.1.1, @jupyterlab/statedb@npm:^4.3.3, @jupyterlab/statedb@npm:~4.3.3":
2768-
version: 4.3.3
2769-
resolution: "@jupyterlab/statedb@npm:4.3.3"
2767+
"@jupyterlab/statedb@npm:^4.1.1, @jupyterlab/statedb@npm:^4.3.4, @jupyterlab/statedb@npm:~4.3.4":
2768+
version: 4.3.4
2769+
resolution: "@jupyterlab/statedb@npm:4.3.4"
27702770
dependencies:
27712771
"@lumino/commands": ^2.3.1
27722772
"@lumino/coreutils": ^2.2.0
27732773
"@lumino/disposable": ^2.1.3
27742774
"@lumino/properties": ^2.0.2
27752775
"@lumino/signaling": ^2.1.3
2776-
checksum: 611ae29772fc704877737ad1031ebcf5fd1d1af976e07103de26fed90fcb120329b1a28d02c8c79fa35be161db415daf62116c3b358174fdc2e24f23bb553870
2776+
checksum: dfb6e3904ca8898bf69d188448559b7356fdac8e579f8214779be7ba709db82372dc2836f245ff3f9c3ff8e382fa82abd354613e5cd89c60348b3d4f7597bf1c
27772777
languageName: node
27782778
linkType: hard
27792779

@@ -2897,47 +2897,47 @@ __metadata:
28972897
languageName: node
28982898
linkType: hard
28992899

2900-
"@jupyterlite/contents@npm:^0.5.0-alpha.0":
2901-
version: 0.5.0-alpha.0
2902-
resolution: "@jupyterlite/contents@npm:0.5.0-alpha.0"
2900+
"@jupyterlite/contents@npm:^0.5.0":
2901+
version: 0.5.0
2902+
resolution: "@jupyterlite/contents@npm:0.5.0"
29032903
dependencies:
2904-
"@jupyterlab/nbformat": ~4.3.3
2905-
"@jupyterlab/services": ~7.3.3
2906-
"@jupyterlite/localforage": ^0.5.0-alpha.0
2904+
"@jupyterlab/nbformat": ~4.3.4
2905+
"@jupyterlab/services": ~7.3.4
2906+
"@jupyterlite/localforage": ^0.5.0
29072907
"@lumino/coreutils": ^2.2.0
29082908
"@types/emscripten": ^1.39.6
29092909
localforage: ^1.9.0
29102910
mime: ^3.0.0
2911-
checksum: a5ffb39941fabe7fe63212b66a1a159a3599de8c086391eb5567ecb76d7133b674614b2eabc1ef8e2a846a595a971ea3bc16631a348d29542eaf6927fafd1da1
2911+
checksum: 4bfe5d96ff28e5f7a0e31c0da447236fed4d3199614092a6e82287f827628017efc0becccb5a147ba26119a12b4171a65c4a878616ef133b8fad2ee21c7cfdf2
29122912
languageName: node
29132913
linkType: hard
29142914

2915-
"@jupyterlite/kernel@npm:^0.5.0-alpha.0":
2916-
version: 0.5.0-alpha.0
2917-
resolution: "@jupyterlite/kernel@npm:0.5.0-alpha.0"
2915+
"@jupyterlite/kernel@npm:^0.5.0":
2916+
version: 0.5.0
2917+
resolution: "@jupyterlite/kernel@npm:0.5.0"
29182918
dependencies:
2919-
"@jupyterlab/coreutils": ~6.3.3
2920-
"@jupyterlab/observables": ~5.3.3
2921-
"@jupyterlab/services": ~7.3.3
2919+
"@jupyterlab/coreutils": ~6.3.4
2920+
"@jupyterlab/observables": ~5.3.4
2921+
"@jupyterlab/services": ~7.3.4
29222922
"@lumino/coreutils": ^2.2.0
29232923
"@lumino/disposable": ^2.1.3
29242924
"@lumino/signaling": ^2.1.3
29252925
async-mutex: ^0.3.1
29262926
comlink: ^4.3.1
2927-
mock-socket: ^9.1.0
2928-
checksum: 2923cbd407fcdea5b1a9a23783aea73cb3fad802f197a82a4adc279f0ae2ed4a4d11b34fc9db4f6c42c54cdd89b5b6cc88fc2772fc1fde198fbae12e2c575416
2927+
mock-socket: ^9.3.1
2928+
checksum: 9072afb8c767481fcf280bc249e468090961e375b64c81d6a20b02d73a2353dc81416934bfcc5d403a05f95d45d81685a09d8dfe1f895d9beec0b6ab47bc7e40
29292929
languageName: node
29302930
linkType: hard
29312931

2932-
"@jupyterlite/localforage@npm:^0.5.0-alpha.0":
2933-
version: 0.5.0-alpha.0
2934-
resolution: "@jupyterlite/localforage@npm:0.5.0-alpha.0"
2932+
"@jupyterlite/localforage@npm:^0.5.0":
2933+
version: 0.5.0
2934+
resolution: "@jupyterlite/localforage@npm:0.5.0"
29352935
dependencies:
2936-
"@jupyterlab/coreutils": ~6.3.3
2936+
"@jupyterlab/coreutils": ~6.3.4
29372937
"@lumino/coreutils": ^2.2.0
29382938
localforage: ^1.9.0
29392939
localforage-memoryStorageDriver: ^0.9.2
2940-
checksum: d9b9ac7e193be7f34fe29fb71fa2315bd4885ddc2ed3da9803a970fe0c43170b52eadb5858aaa2ccbad9963808ce82a27e75eed6da60207d1eef3cc7fd72a7a1
2940+
checksum: 8078cd87d4173d5434ac4d3aae07a0f2f2b760f81fefd27a5a6583be5ce5872890369ecab6ce24f6c6dfc88e38abdac0a13e85781b3c8d3e5bb9c0da7cf10c14
29412941
languageName: node
29422942
linkType: hard
29432943

@@ -2947,10 +2947,10 @@ __metadata:
29472947
dependencies:
29482948
"@jupyterlab/builder": ~4.3.3
29492949
"@jupyterlab/coreutils": ^6.1.1
2950-
"@jupyterlite/contents": ^0.5.0-alpha.0
2951-
"@jupyterlite/kernel": ^0.5.0-alpha.0
2950+
"@jupyterlite/contents": ^0.5.0
2951+
"@jupyterlite/kernel": ^0.5.0
29522952
"@jupyterlite/pyodide-kernel": ^0.5.0-beta.0
2953-
"@jupyterlite/server": ^0.5.0-alpha.0
2953+
"@jupyterlite/server": ^0.5.0
29542954
rimraf: ^5.0.1
29552955
typescript: ~5.2.2
29562956
languageName: unknown
@@ -2980,8 +2980,8 @@ __metadata:
29802980
"@babel/core": ^7.22.17
29812981
"@jupyterlab/coreutils": ^6.1.1
29822982
"@jupyterlab/testutils": ~4.1.1
2983-
"@jupyterlite/contents": ^0.5.0-alpha.0
2984-
"@jupyterlite/kernel": ^0.5.0-alpha.0
2983+
"@jupyterlite/contents": ^0.5.0
2984+
"@jupyterlite/kernel": ^0.5.0
29852985
"@types/jest": ^29.5.4
29862986
coincident: ^1.2.3
29872987
comlink: ^4.4.2
@@ -2994,63 +2994,63 @@ __metadata:
29942994
languageName: unknown
29952995
linkType: soft
29962996

2997-
"@jupyterlite/server@npm:^0.5.0-alpha.0":
2998-
version: 0.5.0-alpha.0
2999-
resolution: "@jupyterlite/server@npm:0.5.0-alpha.0"
3000-
dependencies:
3001-
"@jupyterlab/coreutils": ~6.3.3
3002-
"@jupyterlab/nbformat": ~4.3.3
3003-
"@jupyterlab/observables": ~5.3.3
3004-
"@jupyterlab/services": ~7.3.3
3005-
"@jupyterlab/settingregistry": ~4.3.3
3006-
"@jupyterlab/statedb": ~4.3.3
3007-
"@jupyterlite/contents": ^0.5.0-alpha.0
3008-
"@jupyterlite/kernel": ^0.5.0-alpha.0
3009-
"@jupyterlite/session": ^0.5.0-alpha.0
3010-
"@jupyterlite/settings": ^0.5.0-alpha.0
3011-
"@jupyterlite/translation": ^0.5.0-alpha.0
2997+
"@jupyterlite/server@npm:^0.5.0":
2998+
version: 0.5.0
2999+
resolution: "@jupyterlite/server@npm:0.5.0"
3000+
dependencies:
3001+
"@jupyterlab/coreutils": ~6.3.4
3002+
"@jupyterlab/nbformat": ~4.3.4
3003+
"@jupyterlab/observables": ~5.3.4
3004+
"@jupyterlab/services": ~7.3.4
3005+
"@jupyterlab/settingregistry": ~4.3.4
3006+
"@jupyterlab/statedb": ~4.3.4
3007+
"@jupyterlite/contents": ^0.5.0
3008+
"@jupyterlite/kernel": ^0.5.0
3009+
"@jupyterlite/session": ^0.5.0
3010+
"@jupyterlite/settings": ^0.5.0
3011+
"@jupyterlite/translation": ^0.5.0
30123012
"@lumino/application": ^2.4.1
30133013
"@lumino/coreutils": ^2.2.0
30143014
"@lumino/signaling": ^2.1.3
3015-
mock-socket: ^9.1.0
3016-
checksum: f43ea52db47165cf8eae65962def2ae3e747e76c0182de24d7bf21311751eb662c796135201e398f66887fb0955452c11d510f38d9435754c457a5e57fb52b3f
3015+
mock-socket: ^9.3.1
3016+
checksum: f031643bc94806f7b2bde864dcd2de6c9aced4595a5f2f579944abd846bd7d71ac542a8bd8aa07c8c4f89f94f753ef5640aaa5f7ee262b19c6eec344a6633b6e
30173017
languageName: node
30183018
linkType: hard
30193019

3020-
"@jupyterlite/session@npm:^0.5.0-alpha.0":
3021-
version: 0.5.0-alpha.0
3022-
resolution: "@jupyterlite/session@npm:0.5.0-alpha.0"
3020+
"@jupyterlite/session@npm:^0.5.0":
3021+
version: 0.5.0
3022+
resolution: "@jupyterlite/session@npm:0.5.0"
30233023
dependencies:
3024-
"@jupyterlab/coreutils": ~6.3.3
3025-
"@jupyterlab/services": ~7.3.3
3026-
"@jupyterlite/kernel": ^0.5.0-alpha.0
3024+
"@jupyterlab/coreutils": ~6.3.4
3025+
"@jupyterlab/services": ~7.3.4
3026+
"@jupyterlite/kernel": ^0.5.0
30273027
"@lumino/algorithm": ^2.0.2
30283028
"@lumino/coreutils": ^2.2.0
3029-
checksum: 30ade554633281f43fad09562360dda42bda8f1d075cd60d12d011835160a84aae30d177b89fd769d1bbea691bc34e2211a0c1457b658cf40b8dbfac929f4171
3029+
checksum: d53dd6788a1b372c822af19fcb6c8515f9458e75730a519b3cf9feea230e7edea55232f0bd6c04f1e9ec8d30fbd65e29e9b47d08f60a0ca0e0f60ea84ad0cadb
30303030
languageName: node
30313031
linkType: hard
30323032

3033-
"@jupyterlite/settings@npm:^0.5.0-alpha.0":
3034-
version: 0.5.0-alpha.0
3035-
resolution: "@jupyterlite/settings@npm:0.5.0-alpha.0"
3033+
"@jupyterlite/settings@npm:^0.5.0":
3034+
version: 0.5.0
3035+
resolution: "@jupyterlite/settings@npm:0.5.0"
30363036
dependencies:
3037-
"@jupyterlab/coreutils": ~6.3.3
3038-
"@jupyterlab/settingregistry": ~4.3.3
3039-
"@jupyterlite/localforage": ^0.5.0-alpha.0
3037+
"@jupyterlab/coreutils": ~6.3.4
3038+
"@jupyterlab/settingregistry": ~4.3.4
3039+
"@jupyterlite/localforage": ^0.5.0
30403040
"@lumino/coreutils": ^2.2.0
30413041
json5: ^2.2.0
30423042
localforage: ^1.9.0
3043-
checksum: 6905cecb4a5d512bc9f91589b7b13b77cbb4b818909ed860835b213fb845cd536824b293c57d4257458c79d71c3e747b17261491770f63f6765ec5df328b2eea
3043+
checksum: 56ec805b3a1a6136d3b790d95c6d64f149bc521ebe306ca271170f324021c7f39418f378ca27c4a7bb79532bd9061e2ddd55ab00a6985c41c4c4297eeaf50f6d
30443044
languageName: node
30453045
linkType: hard
30463046

3047-
"@jupyterlite/translation@npm:^0.5.0-alpha.0":
3048-
version: 0.5.0-alpha.0
3049-
resolution: "@jupyterlite/translation@npm:0.5.0-alpha.0"
3047+
"@jupyterlite/translation@npm:^0.5.0":
3048+
version: 0.5.0
3049+
resolution: "@jupyterlite/translation@npm:0.5.0"
30503050
dependencies:
3051-
"@jupyterlab/coreutils": ~6.3.3
3051+
"@jupyterlab/coreutils": ~6.3.4
30523052
"@lumino/coreutils": ^2.2.0
3053-
checksum: 3e7d15f39863c52770689d96f1ea7e03730b47e8cf1af7acdca5d85906b181fa6a54e6a2cacdd1a3353876d029bec415ac3a38973a4f086447a4ddce067329e7
3053+
checksum: a35b7b436aeb22857c7e461f717e1dfde836175ea13da188d0dd16175585720b09a6ed26680c45db97e372c737924d4331d922083258317816a3e2dd748660bf
30543054
languageName: node
30553055
linkType: hard
30563056

@@ -9763,7 +9763,7 @@ __metadata:
97639763
languageName: node
97649764
linkType: hard
97659765

9766-
"mock-socket@npm:^9.1.0":
9766+
"mock-socket@npm:^9.3.1":
97679767
version: 9.3.1
97689768
resolution: "mock-socket@npm:9.3.1"
97699769
checksum: cb2dde4fc5dde280dd5ccb78eaaa223382ee16437f46b86558017655584ad08c22e733bde2dd5cc86927def506b6caeb0147e3167b9a62d70d5cf19d44103853

0 commit comments

Comments
 (0)