diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-04-21 19:34:07 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-21 19:34:07 -0500 |
commit | bbc2ab334de06c3ac8069b5e18a2ba76433f2f6a (patch) | |
tree | e909672c07f08e1f45c34542e3e6a4ee9b670bd5 /package.json | |
parent | 38eb299011672fc840849ae51e67adefef882bec (diff) | |
download | voidsky-bbc2ab334de06c3ac8069b5e18a2ba76433f2f6a.tar.zst |
Hotfix feed sizing (#510)
* Fix home feed sizing on web * Bump api@0.2.8
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 aef018a81..f4e400b0f 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ "e2e:run": "detox test --configuration ios.sim.debug --take-screenshots all" }, "dependencies": { - "@atproto/api": "0.2.7", + "@atproto/api": "0.2.8", "@bam.tech/react-native-image-resizer": "^3.0.4", "@braintree/sanitize-url": "^6.0.2", "@expo/webpack-config": "^18.0.1", |