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 for mute words updates (#3277)

authored by

Eric Bailey and committed by
GitHub
89709949 f2fc654f

+5 -5
+1 -1
package.json
··· 46 46 "make-deploy-bundle": "bash scripts/bundleUpdate.sh" 47 47 }, 48 48 "dependencies": { 49 - "@atproto/api": "^0.12.1", 49 + "@atproto/api": "^0.12.2", 50 50 "@bam.tech/react-native-image-resizer": "^3.0.4", 51 51 "@braintree/sanitize-url": "^6.0.2", 52 52 "@emoji-mart/react": "^1.1.1",
+4 -4
yarn.lock
··· 34 34 jsonpointer "^5.0.0" 35 35 leven "^3.1.0" 36 36 37 - "@atproto/api@^0.12.1": 38 - version "0.12.1" 39 - resolved "https://registry.yarnpkg.com/@atproto/api/-/api-0.12.1.tgz#3340cbbd6a51a8c2f3248dae55a01415ab71084e" 40 - integrity sha512-Grigs9neuQxytXr2yHq/IfNlgXQVptWDO9KTQr5FDmgMY4Zly2X7Sa99u9c1CW9auwUTbcd+yRFBNEtbA3n3qg== 37 + "@atproto/api@^0.12.2": 38 + version "0.12.2" 39 + resolved "https://registry.yarnpkg.com/@atproto/api/-/api-0.12.2.tgz#5df6d4f60dea0395c84fdebd9e81a7e853edf130" 40 + integrity sha512-UVzCiDZH2j0wrr/O8nb1edD5cYLVqB5iujueXUCbHS3rAwIxgmyLtA3Hzm2QYsGPo/+xsIg1fNvpq9rNT6KWUA== 41 41 dependencies: 42 42 "@atproto/common-web" "^0.3.0" 43 43 "@atproto/lexicon" "^0.4.0"