diff options
author | Hailey <me@haileyok.com> | 2024-12-20 12:15:21 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-20 20:15:21 +0000 |
commit | aeb78daf8470dd387c3c6986f5d372c73b7f29c6 (patch) | |
tree | dfaa2cddcd0f550f8cadf7c29fbf048d084fb376 | |
parent | 8116d12c15495fa192e92f5bfb75cb561bb16402 (diff) | |
download | voidsky-aeb78daf8470dd387c3c6986f5d372c73b7f29c6.tar.zst |
bump package (#7223)
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | yarn.lock | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json index 574ca2639..70dae4a1d 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "@fortawesome/free-regular-svg-icons": "^6.1.1", "@fortawesome/free-solid-svg-icons": "^6.1.1", "@fortawesome/react-native-fontawesome": "^0.3.2", - "@haileyok/bluesky-video": "0.2.4", + "@haileyok/bluesky-video": "0.2.5", "@ipld/dag-cbor": "^9.2.0", "@lingui/react": "^4.14.1", "@mattermost/react-native-paste-input": "^0.7.1", diff --git a/yarn.lock b/yarn.lock index bce716f6e..df8572a28 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4295,10 +4295,10 @@ dependencies: nanoid "^3.3.1" -"@haileyok/bluesky-video@0.2.4": - version "0.2.4" - resolved "https://registry.yarnpkg.com/@haileyok/bluesky-video/-/bluesky-video-0.2.4.tgz#1591cbf744640e0cdac2a4bcaec22df916ce34b5" - integrity sha512-Vm2rdZYPUwD8Ncxqyy+YlBVhtJFkLhutGyoZayZJ5ATV/S8msbN4RK8MgXLvzlJfW497cLbk1w6M8kPU1xoDEQ== +"@haileyok/bluesky-video@0.2.5": + version "0.2.5" + resolved "https://registry.yarnpkg.com/@haileyok/bluesky-video/-/bluesky-video-0.2.5.tgz#eb05f21b5eeef151045b047b39e77df8628a6b3f" + integrity sha512-PIH2jXLi32z56eNgQprhBC+8Czo8kogcy0TIrncMDF82e/yftqv8vL/OyMDLCifavlVtl/h5tEQzt4Q4PJyv2A== "@hapi/accept@^6.0.3": version "6.0.3" |