diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-04-12 20:29:33 -0700 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-04-12 20:29:33 -0700 |
commit | d70182a9968dff399fe7594a6535ff97c5032002 (patch) | |
tree | 043c274982a456318b16296256913ba0a93cd08c | |
parent | c88903dad4ce14715146e6a34b1dfae911862c28 (diff) | |
download | voidsky-d70182a9968dff399fe7594a6535ff97c5032002.tar.zst |
Bump deps
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | yarn.lock | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json index 040391aa6..f6a71f76c 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.6", + "@atproto/api": "0.2.7", "@bam.tech/react-native-image-resizer": "^3.0.4", "@expo/webpack-config": "^18.0.1", "@fortawesome/fontawesome-svg-core": "^6.1.1", diff --git a/yarn.lock b/yarn.lock index de01ff393..01dc5f876 100644 --- a/yarn.lock +++ b/yarn.lock @@ -30,10 +30,10 @@ tlds "^1.234.0" typed-emitter "^2.1.0" -"@atproto/api@0.2.6": - version "0.2.6" - resolved "https://registry.yarnpkg.com/@atproto/api/-/api-0.2.6.tgz#030d9d3385bb109cc028451ab26a5e24ee126b06" - integrity sha512-vw5D0o0ByuWd89ob8vG8RPd0tDhPi4NTyqn0lCJQDhxcYXx4I96sZ3iCUf61m7g3VNumBAoC2ZRo9kdn/6tb5w== +"@atproto/api@0.2.7": + version "0.2.7" + resolved "https://registry.yarnpkg.com/@atproto/api/-/api-0.2.7.tgz#ca917a8e7f5054c32c11ce09c82424fbe24112cd" + integrity sha512-Sz+lLD5apC2f0FSClkElIrt4w+aLgzqJ/wqtFO7xuQH8+hGfxdfGuVIK5GEDQ7epeDlWvVhVSouP6ZdGSKKtSA== dependencies: "@atproto/common-web" "*" "@atproto/uri" "*" |