diff options
author | Hailey <me@haileyok.com> | 2024-06-24 21:01:56 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-24 21:01:56 -0700 |
commit | 12faa005af946e809a6c972265d8582063e61895 (patch) | |
tree | cbaaa0ed45bb1cd003fb0110851c646125f2d49c | |
parent | 363d18a40e158950b5fd88d071b1726ee98e6f26 (diff) | |
download | voidsky-12faa005af946e809a6c972265d8582063e61895.tar.zst |
bump (#4634)
-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 657770309..f3e2e0c66 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "open-analyzer": "EXPO_PUBLIC_OPEN_ANALYZER=1 yarn build-web" }, "dependencies": { - "@atproto/api": "0.12.22-next.0", + "@atproto/api": "^0.12.22", "@bam.tech/react-native-image-resizer": "^3.0.4", "@braintree/sanitize-url": "^6.0.2", "@discord/bottom-sheet": "bluesky-social/react-native-bottom-sheet", diff --git a/yarn.lock b/yarn.lock index b93f93304..eeaea01c3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -34,10 +34,10 @@ jsonpointer "^5.0.0" leven "^3.1.0" -"@atproto/api@0.12.22-next.0": - version "0.12.22-next.0" - resolved "https://registry.yarnpkg.com/@atproto/api/-/api-0.12.22-next.0.tgz#7996f651468e3fb151663df28a9938d92bd0660a" - integrity sha512-LKmOrQvBvIlheLv+ns85bCrP23DbYfk8UQkFikLBEqPKQW10F9ZwsJ6oBUfrWv6pEI4Mn0mrn8cFQkvdZ2i2sg== +"@atproto/api@^0.12.22": + version "0.12.22" + resolved "https://registry.yarnpkg.com/@atproto/api/-/api-0.12.22.tgz#1880a93a0caa4485cd8463bd1e10bf2424b9826c" + integrity sha512-TIXSnf3qqyX40Ei/FkK4H24w+7s5rOc63TPwrGakRBOqIgSNBKOggei8I600fJ/AXB7HO6Vp9tBmDVOt2+021A== dependencies: "@atproto/common-web" "^0.3.0" "@atproto/lexicon" "^0.4.0" |