diff options
author | Paul Frazee <pfrazee@gmail.com> | 2024-06-18 14:21:55 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-19 00:21:55 +0300 |
commit | 853c32b4d8cfe86ed02c688c32fc99e788c33838 (patch) | |
tree | 6382521b267042490751f0543bb15675a9447e22 /package.json | |
parent | 0012d1236ffa4f268fb359931d02335b21610fd6 (diff) | |
download | voidsky-853c32b4d8cfe86ed02c688c32fc99e788c33838.tar.zst |
Bump labeler limit to 20 (#4565)
* Increase the labeler subscription limit to 20 * Bump @atproto/api@0.12.20 * Fix: correctly count labeler subscriptions --------- Co-authored-by: dan <dan.abramov@gmail.com>
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 417836903..3e27a8198 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.19", + "@atproto/api": "^0.12.20", "@bam.tech/react-native-image-resizer": "^3.0.4", "@braintree/sanitize-url": "^6.0.2", "@discord/bottom-sheet": "bluesky-social/react-native-bottom-sheet", |