diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-04-07 10:30:58 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-07 10:30:58 -0500 |
commit | 4b9899225790b76b8ff525bf8fffc8cc0c831af7 (patch) | |
tree | 11e0ca3320384d9cdc2d2e567be1df3c7908d37e /package.json | |
parent | b84533090ddc2712b44e8b53ecf1fd4049771489 (diff) | |
download | voidsky-4b9899225790b76b8ff525bf8fffc8cc0c831af7.tar.zst |
Update AtUri import to use official package with fix for usernames that start with numbers (close #414) (#418)
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 033cdbdf4..d4ba0ca9a 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "e2e:run": "detox test --configuration ios.sim.debug --take-screenshots all" }, "dependencies": { - "@atproto/api": "0.2.4", + "@atproto/api": "0.2.5", "@bam.tech/react-native-image-resizer": "^3.0.4", "@expo/webpack-config": "^18.0.1", "@fortawesome/fontawesome-svg-core": "^6.1.1", |