diff options
author | Eric Bailey <git@esb.lol> | 2024-03-01 15:50:14 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-01 15:50:14 -0600 |
commit | e11bd4385d1f39becdc18462f400e89bcc5cd75e (patch) | |
tree | 0b4c1d5537a282df427dcaab1d3179f8578c86be /package.json | |
parent | f8aa5fd0050d3bd6a5e932b0b9d202597cb815e3 (diff) | |
download | voidsky-e11bd4385d1f39becdc18462f400e89bcc5cd75e.tar.zst |
Integrate new tag detection and regexes (#3063)
* Integrate new tag detection and regexes * Bump SDK * Can use const * Clarify intent * Enhance clarity
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 cd3b7864a..d694d26c3 100644 --- a/package.json +++ b/package.json @@ -44,7 +44,7 @@ "update-extensions": "scripts/updateExtensions.sh" }, "dependencies": { - "@atproto/api": "^0.10.3", + "@atproto/api": "^0.10.4", "@bam.tech/react-native-image-resizer": "^3.0.4", "@braintree/sanitize-url": "^6.0.2", "@emoji-mart/react": "^1.1.1", |