Skip to content

Commit

Permalink
Update to H5Web 9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
loichuder committed Apr 26, 2024
1 parent 86acc0b commit 6be63a5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"postversion": "git push && git push --tags"
},
"dependencies": {
"@h5web/app": "8.0.0",
"@h5web/app": "9.0.0",
"@jupyterlab/application": "^3.0.0",
"@jupyterlab/apputils": "^3.0.0",
"@jupyterlab/coreutils": "^5.0.0",
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -362,12 +362,12 @@
resolved "https://registry.yarnpkg.com/@gar/promisify/-/promisify-1.1.3.tgz#555193ab2e3bb3b6adc3d551c9c030d9e860daf6"
integrity sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==

"@h5web/app@8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@h5web/app/-/app-8.0.0.tgz#7071224daad6ad9f07cf56cc24aeb32251caaade"
integrity sha512-EelO52llpuBYvPDuH1uhxHocuxYP5ghP7CRetG00XPE+wpurWIrB93WcBqH7IVKmU8zbPtuisjw2KRQUIaaOxQ==
"@h5web/app@9.0.0":
version "9.0.0"
resolved "https://registry.yarnpkg.com/@h5web/app/-/app-9.0.0.tgz#94e52501a848d06f4aad537501bf3645e4821b9d"
integrity sha512-bBur+EhY/2ItAiZdrppQHsToYqmyGiP7bQsluDfmebfJkdTqcbxh33p3bH8MGYbW0QKFH2oYC2aPvdXi/QoHTQ==
dependencies:
"@h5web/lib" "8.0.0"
"@h5web/lib" "9.0.0"
"@react-hookz/web" "23.0.0"
"@react-three/fiber" "7.0.26"
axios "1.3.4"
Expand All @@ -383,10 +383,10 @@
three "0.141.0"
zustand "4.3.7"

"@h5web/lib@8.0.0":
version "8.0.0"
resolved "https://registry.yarnpkg.com/@h5web/lib/-/lib-8.0.0.tgz#69609760871e8be95bf84aa8b1a30370460d508f"
integrity sha512-aa5r8M6tc7lNcWaiKOiSzeTwZ1dtFn6GJdGHeOyzUAKSzEXBPoN2C50eFkbVs7nYBqMa2MpjxOztwKaJ37FslQ==
"@h5web/lib@9.0.0":
version "9.0.0"
resolved "https://registry.yarnpkg.com/@h5web/lib/-/lib-9.0.0.tgz#7ee80f516ec543487e0086579782ea1321d76ea3"
integrity sha512-6mFE//uajh3QvVD4mGTu15On52S6WDTgzI54eludYnupvQ+OdVXGbq7C1I3sApP2NsM75lg16DSayQhSy+SBBw==
dependencies:
"@react-hookz/web" "23.0.0"
"@visx/axis" "3.1.0"
Expand Down

0 comments on commit 6be63a5

Please sign in to comment.