Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

IMPORTANT: babel dependencies to fix build

uwx 9e7c92c5 5aeed8d4

+94 -37
+3 -2
package.json
··· 244 244 "zod": "^3.20.2" 245 245 }, 246 246 "devDependencies": { 247 - "@babel/core": "^7.26.0", 247 + "@babel/core": "7.25.2", 248 248 "@babel/preset-env": "^7.26.0", 249 - "@babel/runtime": "^7.26.0", 249 + "@babel/runtime": "^7.25.9", 250 + "@babel/traverse": "7.25.2", 250 251 "@crowdin/cli": "^4.14.1", 251 252 "@eslint/js": "^9.39.2", 252 253 "@expo/config-plugins": "~54.0.4",
+91 -35
yarn.lock
··· 178 178 resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.29.0.tgz#00d03e8c0ac24dd9be942c5370990cbe1f17d88d" 179 179 integrity sha512-T1NCJqT/j9+cn8fvkt7jtwbLBfLC/1y1c7NtCeXFRgzGTsafi68MRv8yzkYSapBnFA6L3U2VSc02ciDzoAJhJg== 180 180 181 + "@babel/core@7.25.2": 182 + version "7.25.2" 183 + resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.25.2.tgz#ed8eec275118d7613e77a352894cd12ded8eba77" 184 + integrity sha512-BBt3opiCOxUr9euZ5/ro/Xv8/V7yJ5bjYMqG/C1YAo8MIKAnumZalCN+msbci3Pigy4lIQfPUpfMM27HMGaYEA== 185 + dependencies: 186 + "@ampproject/remapping" "^2.2.0" 187 + "@babel/code-frame" "^7.24.7" 188 + "@babel/generator" "^7.25.0" 189 + "@babel/helper-compilation-targets" "^7.25.2" 190 + "@babel/helper-module-transforms" "^7.25.2" 191 + "@babel/helpers" "^7.25.0" 192 + "@babel/parser" "^7.25.0" 193 + "@babel/template" "^7.25.0" 194 + "@babel/traverse" "^7.25.2" 195 + "@babel/types" "^7.25.2" 196 + convert-source-map "^2.0.0" 197 + debug "^4.1.0" 198 + gensync "^1.0.0-beta.2" 199 + json5 "^2.2.3" 200 + semver "^6.3.1" 201 + 181 202 "@babel/core@^7.11.6", "@babel/core@^7.12.3", "@babel/core@^7.20.0", "@babel/core@^7.20.2": 182 203 version "7.22.10" 183 204 resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.22.10.tgz#aad442c7bcd1582252cb4576747ace35bc122f35" ··· 283 304 json5 "^2.2.3" 284 305 semver "^6.3.1" 285 306 286 - "@babel/core@^7.25.2", "@babel/core@^7.26.0": 307 + "@babel/core@^7.25.2": 287 308 version "7.26.0" 288 309 resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.26.0.tgz#d78b6023cc8f3114ccf049eb219613f74a747b40" 289 310 integrity sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg== ··· 450 471 lru-cache "^5.1.1" 451 472 semver "^6.3.1" 452 473 474 + "@babel/helper-compilation-targets@^7.25.2", "@babel/helper-compilation-targets@^7.28.6": 475 + version "7.28.6" 476 + resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.28.6.tgz#32c4a3f41f12ed1532179b108a4d746e105c2b25" 477 + integrity sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA== 478 + dependencies: 479 + "@babel/compat-data" "^7.28.6" 480 + "@babel/helper-validator-option" "^7.27.1" 481 + browserslist "^4.24.0" 482 + lru-cache "^5.1.1" 483 + semver "^6.3.1" 484 + 453 485 "@babel/helper-compilation-targets@^7.25.9": 454 486 version "7.25.9" 455 487 resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.9.tgz#55af025ce365be3cdc0c1c1e56c6af617ce88875" ··· 468 500 dependencies: 469 501 "@babel/compat-data" "^7.26.5" 470 502 "@babel/helper-validator-option" "^7.25.9" 471 - browserslist "^4.24.0" 472 - lru-cache "^5.1.1" 473 - semver "^6.3.1" 474 - 475 - "@babel/helper-compilation-targets@^7.28.6": 476 - version "7.28.6" 477 - resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.28.6.tgz#32c4a3f41f12ed1532179b108a4d746e105c2b25" 478 - integrity sha512-JYtls3hqi15fcx5GaSNL7SCTJ2MNmjrkHXg4FSpOA/grxK8KwyZ5bubHsCq8FXCkua6xhuaaBit+3b7+VZRfcA== 479 - dependencies: 480 - "@babel/compat-data" "^7.28.6" 481 - "@babel/helper-validator-option" "^7.27.1" 482 503 browserslist "^4.24.0" 483 504 lru-cache "^5.1.1" 484 505 semver "^6.3.1" ··· 736 757 "@babel/helper-split-export-declaration" "^7.24.5" 737 758 "@babel/helper-validator-identifier" "^7.24.5" 738 759 760 + "@babel/helper-module-transforms@^7.25.2", "@babel/helper-module-transforms@^7.28.6": 761 + version "7.28.6" 762 + resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz#9312d9d9e56edc35aeb6e95c25d4106b50b9eb1e" 763 + integrity sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA== 764 + dependencies: 765 + "@babel/helper-module-imports" "^7.28.6" 766 + "@babel/helper-validator-identifier" "^7.28.5" 767 + "@babel/traverse" "^7.28.6" 768 + 739 769 "@babel/helper-module-transforms@^7.25.9", "@babel/helper-module-transforms@^7.26.0": 740 770 version "7.26.0" 741 771 resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz#8ce54ec9d592695e58d84cd884b7b5c6a2fdeeae" ··· 744 774 "@babel/helper-module-imports" "^7.25.9" 745 775 "@babel/helper-validator-identifier" "^7.25.9" 746 776 "@babel/traverse" "^7.25.9" 747 - 748 - "@babel/helper-module-transforms@^7.28.6": 749 - version "7.28.6" 750 - resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.28.6.tgz#9312d9d9e56edc35aeb6e95c25d4106b50b9eb1e" 751 - integrity sha512-67oXFAYr2cDLDVGLXTEABjdBJZ6drElUSI7WKp70NrpyISso3plG9SAGEF6y7zbha/wOzUByWWTJvEDVNIUGcA== 752 - dependencies: 753 - "@babel/helper-module-imports" "^7.28.6" 754 - "@babel/helper-validator-identifier" "^7.28.5" 755 - "@babel/traverse" "^7.28.6" 756 777 757 778 "@babel/helper-optimise-call-expression@^7.22.5": 758 779 version "7.22.5" ··· 1039 1060 "@babel/traverse" "^7.24.5" 1040 1061 "@babel/types" "^7.24.5" 1041 1062 1063 + "@babel/helpers@^7.25.0": 1064 + version "7.29.2" 1065 + resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.29.2.tgz#9cfbccb02b8e229892c0b07038052cc1a8709c49" 1066 + integrity sha512-HoGuUs4sCZNezVEKdVcwqmZN8GoHirLUcLaYVNBK2J0DadGtdcqgr3BCbvH8+XUo4NGjNl3VOtSjEKNzqfFgKw== 1067 + dependencies: 1068 + "@babel/template" "^7.28.6" 1069 + "@babel/types" "^7.29.0" 1070 + 1042 1071 "@babel/helpers@^7.26.0": 1043 1072 version "7.26.0" 1044 1073 resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.26.0.tgz#30e621f1eba5aa45fe6f4868d2e9154d884119a4" ··· 1112 1141 version "7.24.5" 1113 1142 resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.24.5.tgz#4a4d5ab4315579e5398a82dcf636ca80c3392790" 1114 1143 integrity sha512-EOv5IK8arwh3LI47dz1b0tKUb/1uhHAnHJOrjgtQMIpu1uXd9mlFrJg9IUgGUgZ41Ch0K8REPTYpO7B76b4vJg== 1144 + 1145 + "@babel/parser@^7.25.0": 1146 + version "7.29.2" 1147 + resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.29.2.tgz#58bd50b9a7951d134988a1ae177a35ef9a703ba1" 1148 + integrity sha512-4GgRzy/+fsBa72/RZVJmGKPmZu9Byn8o4MoLpmNe1m8ZfYnz5emHLQz3U4gLud6Zwl0RZIcgiLD7Uq7ySFuDLA== 1149 + dependencies: 1150 + "@babel/types" "^7.29.0" 1115 1151 1116 1152 "@babel/parser@^7.26.10", "@babel/parser@^7.26.9": 1117 1153 version "7.26.10" ··· 2111 2147 dependencies: 2112 2148 regenerator-runtime "^0.14.0" 2113 2149 2114 - "@babel/runtime@^7.25.0", "@babel/runtime@^7.26.0": 2150 + "@babel/runtime@^7.25.0": 2115 2151 version "7.26.0" 2116 2152 resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.26.0.tgz#8600c2f595f277c60815256418b85356a65173c1" 2117 2153 integrity sha512-FDSOghenHTiToteC/QRlv2q3DhPZ/oOXTBoirfWNx1Cx3TMVcGWQtMMmQcSvb/JjpNeGzx8Pq/b4fKEJuWm1sw== 2154 + dependencies: 2155 + regenerator-runtime "^0.14.0" 2156 + 2157 + "@babel/runtime@^7.25.9": 2158 + version "7.25.9" 2159 + resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.25.9.tgz#65884fd6dc255a775402cc1d9811082918f4bf00" 2160 + integrity sha512-4zpTHZ9Cm6L9L+uIqghQX8ZXg8HKFcjYO3qHoO8zTmRm6HQUJ8SSJ+KRvbMBZn0EGVlT4DRYeQ/6hjlyXBh+Kg== 2118 2161 dependencies: 2119 2162 regenerator-runtime "^0.14.0" 2120 2163 ··· 2194 2237 debug "^4.3.1" 2195 2238 globals "^11.1.0" 2196 2239 2240 + "@babel/traverse@7.25.2": 2241 + version "7.25.2" 2242 + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.2.tgz#1a0a4aef53177bead359ccd0c89f4426c805b2ae" 2243 + integrity sha512-s4/r+a7xTnny2O6FcZzqgT6nE4/GHEdcqj4qAeglbUOh0TeglEfmNJFAd/OLoVtGd6ZhAO8GCVvCNUO5t/VJVQ== 2244 + dependencies: 2245 + "@babel/code-frame" "^7.24.7" 2246 + "@babel/generator" "^7.25.0" 2247 + "@babel/parser" "^7.25.0" 2248 + "@babel/template" "^7.25.0" 2249 + "@babel/types" "^7.25.2" 2250 + debug "^4.3.1" 2251 + globals "^11.1.0" 2252 + 2197 2253 "@babel/traverse@^7.22.10": 2198 2254 version "7.22.10" 2199 2255 resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.22.10.tgz#20252acb240e746d27c2e82b4484f199cf8141aa" ··· 2242 2298 debug "^4.3.1" 2243 2299 globals "^11.1.0" 2244 2300 2301 + "@babel/traverse@^7.25.2", "@babel/traverse@^7.28.6", "@babel/traverse@^7.29.0": 2302 + version "7.29.0" 2303 + resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.29.0.tgz#f323d05001440253eead3c9c858adbe00b90310a" 2304 + integrity sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA== 2305 + dependencies: 2306 + "@babel/code-frame" "^7.29.0" 2307 + "@babel/generator" "^7.29.0" 2308 + "@babel/helper-globals" "^7.28.0" 2309 + "@babel/parser" "^7.29.0" 2310 + "@babel/template" "^7.28.6" 2311 + "@babel/types" "^7.29.0" 2312 + debug "^4.3.1" 2313 + 2245 2314 "@babel/traverse@^7.25.3", "@babel/traverse@^7.25.9": 2246 2315 version "7.25.9" 2247 2316 resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.25.9.tgz#a50f8fe49e7f69f53de5bea7e413cd35c5e13c84" ··· 2279 2348 "@babel/parser" "^7.28.4" 2280 2349 "@babel/template" "^7.27.2" 2281 2350 "@babel/types" "^7.28.4" 2282 - debug "^4.3.1" 2283 - 2284 - "@babel/traverse@^7.28.6", "@babel/traverse@^7.29.0": 2285 - version "7.29.0" 2286 - resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.29.0.tgz#f323d05001440253eead3c9c858adbe00b90310a" 2287 - integrity sha512-4HPiQr0X7+waHfyXPZpWPfWL/J7dcN1mx9gL6WdQVMbPnF3+ZhSMs8tCxN7oHddJE9fhNE7+lxdnlyemKfJRuA== 2288 - dependencies: 2289 - "@babel/code-frame" "^7.29.0" 2290 - "@babel/generator" "^7.29.0" 2291 - "@babel/helper-globals" "^7.28.0" 2292 - "@babel/parser" "^7.29.0" 2293 - "@babel/template" "^7.28.6" 2294 - "@babel/types" "^7.29.0" 2295 2351 debug "^4.3.1" 2296 2352 2297 2353 "@babel/types@^7.0.0", "@babel/types@^7.20.7", "@babel/types@^7.22.10", "@babel/types@^7.22.5", "@babel/types@^7.3.3", "@babel/types@^7.4.4":