diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-01-02 20:56:35 -0600 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-01-02 20:56:35 -0600 |
commit | 6885fb2b41efdb29e386cf696ea7304baf3a87c8 (patch) | |
tree | 40ed49080ae085337c205e2cd53c4ccbf88a71ca /package.json | |
parent | f6a0e634d78eb97d1d877033bf620ea982038731 (diff) | |
download | voidsky-6885fb2b41efdb29e386cf696ea7304baf3a87c8.tar.zst |
Bump api@0.0.5 and use the type guard helpers
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 8f2723fc6..63e4442f6 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,7 @@ "postinstall": "patch-package" }, "dependencies": { - "@atproto/api": "^0.0.4", + "@atproto/api": "^0.0.5", "@bam.tech/react-native-image-resizer": "^3.0.4", "@fortawesome/fontawesome-svg-core": "^6.1.1", "@fortawesome/free-regular-svg-icons": "^6.1.1", |