diff options
author | Eric Bailey <git@esb.lol> | 2024-02-29 19:30:30 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-29 19:30:30 -0600 |
commit | cecb6e4e69eaccedf56f503589a59044fd7c6d19 (patch) | |
tree | 90dd52ea6a797f4f251a13ccc675c7ef6cbe851f /package.json | |
parent | 21bdddcfbe6ae85c15a4544fe5fd751b7e94d960 (diff) | |
download | voidsky-cecb6e4e69eaccedf56f503589a59044fd7c6d19.tar.zst |
Bump API SDK, add validation to MutedWords (#3055)
* Bump API SDK, add validation to MutedWords * Tweaks to error state * Comment * Early return
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 e9dd9202d..378d520bc 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "update-extensions": "scripts/updateExtensions.sh" }, "dependencies": { - "@atproto/api": "^0.10.0", + "@atproto/api": "^0.10.3", "@bam.tech/react-native-image-resizer": "^3.0.4", "@braintree/sanitize-url": "^6.0.2", "@emoji-mart/react": "^1.1.1", |