Skip to content

Commit 382dcd6

Browse files
committed
Revise package.json dependencies and lock file.
1 parent ca07ea5 commit 382dcd6

File tree

2 files changed

+71
-48
lines changed

2 files changed

+71
-48
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@
5757
"watch:labextension": "jupyter labextension watch ."
5858
},
5959
"dependencies": {
60-
"@jupyter/react-components": "^0.17.0",
61-
"@jupyter/web-components": "^0.17.0",
60+
"@jupyter/react-components": "^0.15.0",
61+
"@jupyter/web-components": "^0.15.0",
6262
"@jupyterlab/application": "^4.0.0",
63-
"@jupyterlab/apputils": "^4.3.4",
63+
"@jupyterlab/apputils": "^4.0.0",
6464
"@jupyterlab/settingregistry": "^4.0.0",
65-
"@jupyterlab/ui-components": "^4.2.5",
65+
"@jupyterlab/ui-components": "^4.0.0",
6666
"react": "^18.3.1",
6767
"react-dom": "^18.3.1"
6868
},

yarn.lock

+67-44
Original file line numberDiff line numberDiff line change
@@ -2050,7 +2050,7 @@ __metadata:
20502050
languageName: node
20512051
linkType: hard
20522052

2053-
"@jupyter/react-components@npm:^0.15.3":
2053+
"@jupyter/react-components@npm:^0.15.0, @jupyter/react-components@npm:^0.15.3":
20542054
version: 0.15.3
20552055
resolution: "@jupyter/react-components@npm:0.15.3"
20562056
dependencies:
@@ -2061,17 +2061,7 @@ __metadata:
20612061
languageName: node
20622062
linkType: hard
20632063

2064-
"@jupyter/react-components@npm:^0.17.0":
2065-
version: 0.17.0
2066-
resolution: "@jupyter/react-components@npm:0.17.0"
2067-
dependencies:
2068-
"@jupyter/web-components": ^0.17.0
2069-
react: ">=17.0.0 <19.0.0"
2070-
checksum: 6aca62c47ac6eae472facf5dced03b6c1aef7bb6079408a563ec817d25eb2232d9c3985ced8adf19417bf639a0e20c29ced898cfe09262d36d4c5cf56f1078cd
2071-
languageName: node
2072-
linkType: hard
2073-
2074-
"@jupyter/web-components@npm:^0.15.3":
2064+
"@jupyter/web-components@npm:^0.15.0, @jupyter/web-components@npm:^0.15.3":
20752065
version: 0.15.3
20762066
resolution: "@jupyter/web-components@npm:0.15.3"
20772067
dependencies:
@@ -2083,18 +2073,6 @@ __metadata:
20832073
languageName: node
20842074
linkType: hard
20852075

2086-
"@jupyter/web-components@npm:^0.17.0":
2087-
version: 0.17.0
2088-
resolution: "@jupyter/web-components@npm:0.17.0"
2089-
dependencies:
2090-
"@microsoft/fast-colors": ^5.3.1
2091-
"@microsoft/fast-element": ^1.12.0
2092-
"@microsoft/fast-foundation": ^2.49.4
2093-
"@microsoft/fast-web-utilities": ^5.4.1
2094-
checksum: 61e1eea3b3f7bf3d7434c1201096bd874e222fca1411c4b6cf9d0a7b71aced8778e6cd492128585719de901242f1f0edcb8a2525a522e188e5907e4444f604c1
2095-
languageName: node
2096-
linkType: hard
2097-
20982076
"@jupyter/ydoc@npm:^2.0.1":
20992077
version: 2.1.1
21002078
resolution: "@jupyter/ydoc@npm:2.1.1"
@@ -2137,6 +2115,35 @@ __metadata:
21372115
languageName: node
21382116
linkType: hard
21392117

2118+
"@jupyterlab/apputils@npm:^4.0.0":
2119+
version: 4.3.5
2120+
resolution: "@jupyterlab/apputils@npm:4.3.5"
2121+
dependencies:
2122+
"@jupyterlab/coreutils": ^6.2.5
2123+
"@jupyterlab/observables": ^5.2.5
2124+
"@jupyterlab/rendermime-interfaces": ^3.10.5
2125+
"@jupyterlab/services": ^7.2.5
2126+
"@jupyterlab/settingregistry": ^4.2.5
2127+
"@jupyterlab/statedb": ^4.2.5
2128+
"@jupyterlab/statusbar": ^4.2.5
2129+
"@jupyterlab/translation": ^4.2.5
2130+
"@jupyterlab/ui-components": ^4.2.5
2131+
"@lumino/algorithm": ^2.0.1
2132+
"@lumino/commands": ^2.3.0
2133+
"@lumino/coreutils": ^2.1.2
2134+
"@lumino/disposable": ^2.1.2
2135+
"@lumino/domutils": ^2.0.1
2136+
"@lumino/messaging": ^2.0.1
2137+
"@lumino/signaling": ^2.1.2
2138+
"@lumino/virtualdom": ^2.0.1
2139+
"@lumino/widgets": ^2.3.2
2140+
"@types/react": ^18.0.26
2141+
react: ^18.2.0
2142+
sanitize-html: ~2.12.1
2143+
checksum: a2307657bfab1aff687eccfdb7a2c378a40989beea618ad6e5a811dbd250753588ea704a11250ddef42a551c8360717c1fe4c8827c5e2c3bfff1e84fc7fdc836
2144+
languageName: node
2145+
linkType: hard
2146+
21402147
"@jupyterlab/apputils@npm:^4.3.4":
21412148
version: 4.3.4
21422149
resolution: "@jupyterlab/apputils@npm:4.3.4"
@@ -2734,6 +2741,22 @@ __metadata:
27342741
languageName: node
27352742
linkType: hard
27362743

2744+
"@jupyterlab/statusbar@npm:^4.2.5":
2745+
version: 4.2.5
2746+
resolution: "@jupyterlab/statusbar@npm:4.2.5"
2747+
dependencies:
2748+
"@jupyterlab/ui-components": ^4.2.5
2749+
"@lumino/algorithm": ^2.0.1
2750+
"@lumino/coreutils": ^2.1.2
2751+
"@lumino/disposable": ^2.1.2
2752+
"@lumino/messaging": ^2.0.1
2753+
"@lumino/signaling": ^2.1.2
2754+
"@lumino/widgets": ^2.3.2
2755+
react: ^18.2.0
2756+
checksum: fa429b88a5bcd6889b9ac32b5f2500cb10a968cc636ca8dede17972535cc47454cb7fc96518fc8def76935f826b66b071752d0fd26afdacba579f6f3785e97b2
2757+
languageName: node
2758+
linkType: hard
2759+
27372760
"@jupyterlab/testing@npm:^4.2.4":
27382761
version: 4.2.4
27392762
resolution: "@jupyterlab/testing@npm:4.2.4"
@@ -2818,16 +2841,16 @@ __metadata:
28182841
languageName: node
28192842
linkType: hard
28202843

2821-
"@jupyterlab/ui-components@npm:^4.2.4":
2822-
version: 4.2.4
2823-
resolution: "@jupyterlab/ui-components@npm:4.2.4"
2844+
"@jupyterlab/ui-components@npm:^4.0.0, @jupyterlab/ui-components@npm:^4.2.5":
2845+
version: 4.2.5
2846+
resolution: "@jupyterlab/ui-components@npm:4.2.5"
28242847
dependencies:
28252848
"@jupyter/react-components": ^0.15.3
28262849
"@jupyter/web-components": ^0.15.3
2827-
"@jupyterlab/coreutils": ^6.2.4
2828-
"@jupyterlab/observables": ^5.2.4
2829-
"@jupyterlab/rendermime-interfaces": ^3.10.4
2830-
"@jupyterlab/translation": ^4.2.4
2850+
"@jupyterlab/coreutils": ^6.2.5
2851+
"@jupyterlab/observables": ^5.2.5
2852+
"@jupyterlab/rendermime-interfaces": ^3.10.5
2853+
"@jupyterlab/translation": ^4.2.5
28312854
"@lumino/algorithm": ^2.0.1
28322855
"@lumino/commands": ^2.3.0
28332856
"@lumino/coreutils": ^2.1.2
@@ -2845,20 +2868,20 @@ __metadata:
28452868
typestyle: ^2.0.4
28462869
peerDependencies:
28472870
react: ^18.2.0
2848-
checksum: 79282488905776378976516fee64df86be06fdfd838f702048cccc90870ea6b0ac972f24f305416e48deb15470594f31a9b1245ad6b5a6141643397fb94644af
2871+
checksum: 9d2b887910a3b0d41645388c5ac6183d6fd2f3af4567de9b077b2492b1a9380f98c4598a4ae6d1c3186624ed4f956bedf8ba37adb5f772c96555761384a93e1e
28492872
languageName: node
28502873
linkType: hard
28512874

2852-
"@jupyterlab/ui-components@npm:^4.2.5":
2853-
version: 4.2.5
2854-
resolution: "@jupyterlab/ui-components@npm:4.2.5"
2875+
"@jupyterlab/ui-components@npm:^4.2.4":
2876+
version: 4.2.4
2877+
resolution: "@jupyterlab/ui-components@npm:4.2.4"
28552878
dependencies:
28562879
"@jupyter/react-components": ^0.15.3
28572880
"@jupyter/web-components": ^0.15.3
2858-
"@jupyterlab/coreutils": ^6.2.5
2859-
"@jupyterlab/observables": ^5.2.5
2860-
"@jupyterlab/rendermime-interfaces": ^3.10.5
2861-
"@jupyterlab/translation": ^4.2.5
2881+
"@jupyterlab/coreutils": ^6.2.4
2882+
"@jupyterlab/observables": ^5.2.4
2883+
"@jupyterlab/rendermime-interfaces": ^3.10.4
2884+
"@jupyterlab/translation": ^4.2.4
28622885
"@lumino/algorithm": ^2.0.1
28632886
"@lumino/commands": ^2.3.0
28642887
"@lumino/coreutils": ^2.1.2
@@ -2876,7 +2899,7 @@ __metadata:
28762899
typestyle: ^2.0.4
28772900
peerDependencies:
28782901
react: ^18.2.0
2879-
checksum: 9d2b887910a3b0d41645388c5ac6183d6fd2f3af4567de9b077b2492b1a9380f98c4598a4ae6d1c3186624ed4f956bedf8ba37adb5f772c96555761384a93e1e
2902+
checksum: 79282488905776378976516fee64df86be06fdfd838f702048cccc90870ea6b0ac972f24f305416e48deb15470594f31a9b1245ad6b5a6141643397fb94644af
28802903
languageName: node
28812904
linkType: hard
28822905

@@ -7447,14 +7470,14 @@ __metadata:
74477470
version: 0.0.0-use.local
74487471
resolution: "jupyterFsspec@workspace:."
74497472
dependencies:
7450-
"@jupyter/react-components": ^0.17.0
7451-
"@jupyter/web-components": ^0.17.0
7473+
"@jupyter/react-components": ^0.15.0
7474+
"@jupyter/web-components": ^0.15.0
74527475
"@jupyterlab/application": ^4.0.0
7453-
"@jupyterlab/apputils": ^4.3.4
7476+
"@jupyterlab/apputils": ^4.0.0
74547477
"@jupyterlab/builder": ^4.0.0
74557478
"@jupyterlab/settingregistry": ^4.0.0
74567479
"@jupyterlab/testutils": ^4.0.0
7457-
"@jupyterlab/ui-components": ^4.2.5
7480+
"@jupyterlab/ui-components": ^4.0.0
74587481
"@types/jest": ^29.2.0
74597482
"@types/json-schema": ^7.0.11
74607483
"@types/react": ^18.0.26

0 commit comments

Comments
 (0)