diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-08-10 16:25:11 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-10 16:25:11 -0700 |
commit | e5b7a894a3c8f5219751dc613052aa64ddc0102e (patch) | |
tree | e1c3bcfc73394e49ae143e155c70314f301e1daf /package.json | |
parent | ac6f6eef667a5e2801e56423058b7053f1705ebe (diff) | |
download | voidsky-e5b7a894a3c8f5219751dc613052aa64ddc0102e.tar.zst |
More useful block-state information in embeds (#1150)
* More useful block-state information in embeds * Tune copy
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 0f7e17d53..9216fb15c 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "e2e:run": "detox test --configuration ios.sim.debug --take-screenshots all" }, "dependencies": { - "@atproto/api": "^0.6.1", + "@atproto/api": "^0.6.3", "@bam.tech/react-native-image-resizer": "^3.0.4", "@braintree/sanitize-url": "^6.0.2", "@expo/html-elements": "^0.4.2", |