Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Bump SDK (#5602)

authored by

Eric Bailey and committed by
GitHub
6382fe45 54ca8165

+5 -5
+1 -1
package.json
··· 53 53 "icons:optimize": "svgo -f ./assets/icons" 54 54 }, 55 55 "dependencies": { 56 - "@atproto/api": "^0.13.8", 56 + "@atproto/api": "^0.13.11", 57 57 "@braintree/sanitize-url": "^6.0.2", 58 58 "@discord/bottom-sheet": "bluesky-social/react-native-bottom-sheet", 59 59 "@emoji-mart/react": "^1.1.1",
+4 -4
yarn.lock
··· 85 85 multiformats "^9.9.0" 86 86 tlds "^1.234.0" 87 87 88 - "@atproto/api@^0.13.8": 89 - version "0.13.8" 90 - resolved "https://registry.yarnpkg.com/@atproto/api/-/api-0.13.8.tgz#44aa4992442812604bccf9eebe4d1db9ed64c179" 91 - integrity sha512-1RlvMg8iAT5k3F0U3549ct9+jXthlXtfFXIfTXLyXXFe9Exfvmr7ZJ1ra41vU1nXGsoouCoTxj7kdzC4MY8JZg== 88 + "@atproto/api@^0.13.11": 89 + version "0.13.11" 90 + resolved "https://registry.yarnpkg.com/@atproto/api/-/api-0.13.11.tgz#936664d9b57686840231fbab222e19abbe3f93c9" 91 + integrity sha512-YW+4WzZEGGj/SDYo9w+S2PkSaeSS+8Dosk21GFm4EFYq1eq7G0cxuMgvdcq6fov7f9zqsaTFQL2fA6cAgMA0ow== 92 92 dependencies: 93 93 "@atproto/common-web" "^0.3.1" 94 94 "@atproto/lexicon" "^0.4.2"