diff options
author | Samuel Newman <mozzius@protonmail.com> | 2025-06-18 19:24:55 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-18 09:24:55 -0700 |
commit | 3304cd04249a2c39fa628b0339d6770bd26f8392 (patch) | |
tree | 0ea8400f5f06af6bac8b969a7ed71f5821181062 /package.json | |
parent | 32ba17a4f1dab9c6f4120a12ed8baa7fc7d01779 (diff) | |
download | voidsky-3304cd04249a2c39fa628b0339d6770bd26f8392.tar.zst |
notif settings lexicon change (#8518)
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index fe3855414..30f8b8f72 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "icons:optimize": "svgo -f ./assets/icons" }, "dependencies": { - "@atproto/api": "^0.15.15", + "@atproto/api": "^0.15.16", "@bitdrift/react-native": "^0.6.8", "@braintree/sanitize-url": "^6.0.2", "@discord/bottom-sheet": "bluesky-social/react-native-bottom-sheet", @@ -218,7 +218,7 @@ "zod": "^3.20.2" }, "devDependencies": { - "@atproto/dev-env": "^0.3.142", + "@atproto/dev-env": "^0.3.144", "@babel/core": "^7.26.0", "@babel/preset-env": "^7.26.0", "@babel/runtime": "^7.26.0", |