about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2024-06-18 14:21:55 -0700
committerGitHub <noreply@github.com>2024-06-19 00:21:55 +0300
commit853c32b4d8cfe86ed02c688c32fc99e788c33838 (patch)
tree6382521b267042490751f0543bb15675a9447e22 /package.json
parent0012d1236ffa4f268fb359931d02335b21610fd6 (diff)
downloadvoidsky-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.json2
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",