Skip to content

Commit 31f2030

Browse files
authored
Merge pull request #47 from DenisaCG/delay
Update packages
2 parents 2136412 + db71273 commit 31f2030

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,13 @@
5656
"@jupyter/react-components": "^0.16.6",
5757
"@jupyter/web-components": "^0.16.6",
5858
"@jupyterlab/application": "^4.3.0",
59+
"@jupyterlab/apputils": "^4.4.0",
5960
"@jupyterlab/coreutils": "^6.3.0",
60-
"@jupyterlab/services": "^7.3.0"
61+
"@jupyterlab/filebrowser": "^4.3.0",
62+
"@jupyterlab/services": "^7.3.0",
63+
"@jupyterlab/settingregistry": "^4.3.0",
64+
"@jupyterlab/translation": "^4.3.0",
65+
"@jupyterlab/ui-components": "^4.3.0"
6166
},
6267
"devDependencies": {
6368
"@jupyterlab/builder": "^4.3.0",

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ dependencies = [
2929
"s3contents>=0.11.1,<0.12.0",
3030
"apache-libcloud>=3.8.0, <4",
3131
"entrypoints>=0.4, <0.5",
32-
"httpx>=0.25.1, <0.26",
33-
"hybridcontents>=0.4.0, <0.5"
32+
"httpx>=0.25.1, <0.26"
3433
]
3534
dynamic = ["version", "description", "authors", "urls", "keywords"]
3635

yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7194,10 +7194,15 @@ __metadata:
71947194
"@jupyter/react-components": ^0.16.6
71957195
"@jupyter/web-components": ^0.16.6
71967196
"@jupyterlab/application": ^4.3.0
7197+
"@jupyterlab/apputils": ^4.4.0
71977198
"@jupyterlab/builder": ^4.3.0
71987199
"@jupyterlab/coreutils": ^6.3.0
7200+
"@jupyterlab/filebrowser": ^4.3.0
71997201
"@jupyterlab/services": ^7.3.0
7202+
"@jupyterlab/settingregistry": ^4.3.0
72007203
"@jupyterlab/testutils": ^4.3.0
7204+
"@jupyterlab/translation": ^4.3.0
7205+
"@jupyterlab/ui-components": ^4.3.0
72017206
"@types/jest": ^29.2.0
72027207
"@types/json-schema": ^7.0.11
72037208
"@types/react": ^18.0.26

0 commit comments

Comments
 (0)