From e3cec973857a9c5753f960bc926f06effdf5c1be Mon Sep 17 00:00:00 2001 From: Hailey Date: Thu, 6 Jun 2024 14:20:34 -0700 Subject: [PATCH] upgrade to RC api --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index c062ccc722..30dfa2f8db 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.16", + "@atproto/api": "^0.12.18-next.0", "@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 08830660fa..11efad5ba4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -34,10 +34,10 @@ jsonpointer "^5.0.0" leven "^3.1.0" -"@atproto/api@^0.12.16": - version "0.12.16" - resolved "https://registry.yarnpkg.com/@atproto/api/-/api-0.12.16.tgz#f5b5e06d75d379dafe79521d727ed8ad5516d3fc" - integrity sha512-v3lA/m17nkawDXiqgwXyaUSzJPeXJBMH8QKOoYxcDqN+8yG9LFlGe2ecGarXcbGQjYT0GJTAAW3Y/AaCOEwuLg== +"@atproto/api@^0.12.18-next.0": + version "0.12.18-next.0" + resolved "https://registry.yarnpkg.com/@atproto/api/-/api-0.12.18-next.0.tgz#5c9236aa25e35763cd82e39049b99321d219f0fd" + integrity sha512-4QerKuUrZ3vv573vW8eibTdnTEW17AAT66mTtSyDXlZBvvYnjcCTe2nv30nA+Ky5UJTHvWcy9Pqg+KD4k2WqZA== dependencies: "@atproto/common-web" "^0.3.0" "@atproto/lexicon" "^0.4.0"