Bluesky app fork with some witchin' additions 💫 witchsky.app
bluesky fork client

remove superjson (#9811)

authored by samuel.fm and committed by

GitHub b2c95bc3 cbd48c85

-26
-6
metro.config.js
··· 35 35 if (moduleName === '@ipld/dag-cbor') { 36 36 return context.resolveRequest(context, '@ipld/dag-cbor/src', platform) 37 37 } 38 - if (moduleName === 'copy-anything') { 39 - return context.resolveRequest(context, 'copy-anything/dist', platform) 40 - } 41 - if (moduleName === 'is-what') { 42 - return context.resolveRequest(context, 'is-what/dist', platform) 43 - } 44 38 if (process.env.BSKY_PROFILE) { 45 39 if (moduleName.endsWith('ReactNativeRenderer-prod')) { 46 40 return context.resolveRequest(
-1
package.json
··· 222 222 "react-textarea-autosize": "^8.5.3", 223 223 "sonner": "^2.0.7", 224 224 "sonner-native": "^0.21.0", 225 - "superjson": "^2.2.6", 226 225 "tippy.js": "^6.3.7", 227 226 "tlds": "^1.234.0", 228 227 "tldts": "^6.1.46",
-19
yarn.lock
··· 9722 9722 resolved "https://registry.yarnpkg.com/cookie/-/cookie-0.7.2.tgz#556369c472a2ba910f2979891b526b3436237ed7" 9723 9723 integrity sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w== 9724 9724 9725 - copy-anything@^4: 9726 - version "4.0.5" 9727 - resolved "https://registry.yarnpkg.com/copy-anything/-/copy-anything-4.0.5.tgz#16cabafd1ea4bb327a540b750f2b4df522825aea" 9728 - integrity sha512-7Vv6asjS4gMOuILabD3l739tsaxFQmC+a7pLZm02zyvs8p977bL3zEgq3yDk5rn9B0PbYgIv++jmHcuUab4RhA== 9729 - dependencies: 9730 - is-what "^5.2.0" 9731 - 9732 9725 copy-webpack-plugin@^10.2.0: 9733 9726 version "10.2.4" 9734 9727 resolved "https://registry.yarnpkg.com/copy-webpack-plugin/-/copy-webpack-plugin-10.2.4.tgz#6c854be3fdaae22025da34b9112ccf81c63308fe" ··· 13531 13524 dependencies: 13532 13525 call-bound "^1.0.3" 13533 13526 get-intrinsic "^1.2.6" 13534 - 13535 - is-what@^5.2.0: 13536 - version "5.5.0" 13537 - resolved "https://registry.yarnpkg.com/is-what/-/is-what-5.5.0.tgz#a3031815757cfe1f03fed990bf6355a2d3f628c4" 13538 - integrity sha512-oG7cgbmg5kLYae2N5IVd3jm2s+vldjxJzK1pcu9LfpGuQ93MQSzo0okvRna+7y5ifrD+20FE8FvjusyGaz14fw== 13539 13527 13540 13528 is-wsl@^2.0.0, is-wsl@^2.1.1, is-wsl@^2.2.0: 13541 13529 version "2.2.0" ··· 18924 18912 pirates "^4.0.1" 18925 18913 tinyglobby "^0.2.11" 18926 18914 ts-interface-checker "^0.1.9" 18927 - 18928 - superjson@^2.2.6: 18929 - version "2.2.6" 18930 - resolved "https://registry.yarnpkg.com/superjson/-/superjson-2.2.6.tgz#a223a3a988172a5f9656e2063fe5f733af40d099" 18931 - integrity sha512-H+ue8Zo4vJmV2nRjpx86P35lzwDT3nItnIsocgumgr0hHMQ+ZGq5vrERg9kJBo5AWGmxZDhzDo+WVIJqkB0cGA== 18932 - dependencies: 18933 - copy-anything "^4" 18934 18915 18935 18916 supports-color@^5.3.0: 18936 18917 version "5.5.0"