diff options
author | Samuel Newman <mozzius@protonmail.com> | 2025-01-23 22:33:28 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-23 22:33:28 +0000 |
commit | f1d120d416bc262b5fd63e3407f9e0b09b13cd74 (patch) | |
tree | 5191aec11ef4367e7be299e3711cad2dcad29697 /package.json | |
parent | 084d11c63aebd0afc516931a11bddac9b24b3b18 (diff) | |
download | voidsky-f1d120d416bc262b5fd63e3407f9e0b09b13cd74.tar.zst |
Takendown state + in-app takedown appeals (#7566)
* takendown screen * add form, move button inline * expect type error * display error * disable submit if too long * move around all the ctas * typos, rm layoutanimation, fix link * use REASONAPPEAL
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 f38093caa..5009428ee 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "icons:optimize": "svgo -f ./assets/icons" }, "dependencies": { - "@atproto/api": "^0.13.30", + "@atproto/api": "^0.13.31", "@bitdrift/react-native": "^0.6.2", "@braintree/sanitize-url": "^6.0.2", "@discord/bottom-sheet": "bluesky-social/react-native-bottom-sheet", |