Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

upgrade `react-native-svg` to `15.3.0` (#4249)

authored by

Hailey and committed by
GitHub
19ee89ca eb0859bf

+5 -5
+1 -1
package.json
··· 181 181 "react-native-root-siblings": "^4.1.1", 182 182 "react-native-safe-area-context": "4.10.1", 183 183 "react-native-screens": "~3.31.1", 184 - "react-native-svg": "^15.2.0", 184 + "react-native-svg": "^15.3.0", 185 185 "react-native-uitextview": "^1.1.7", 186 186 "react-native-url-polyfill": "^1.3.0", 187 187 "react-native-uuid": "^2.0.2",
+4 -4
yarn.lock
··· 18971 18971 react-freeze "^1.0.0" 18972 18972 warn-once "^0.1.0" 18973 18973 18974 - react-native-svg@^15.2.0: 18975 - version "15.2.0" 18976 - resolved "https://registry.yarnpkg.com/react-native-svg/-/react-native-svg-15.2.0.tgz#9561a6b3bd6b44689f437ba13182afee33bd5557" 18977 - integrity sha512-R0E6IhcJfVLsL0lRmnUSm72QO+mTqcAOM5Jb8FVGxJqX3NfJMlMP0YyvcajZiaRR8CqQUpEoqrY25eyZb006kw== 18974 + react-native-svg@^15.3.0: 18975 + version "15.3.0" 18976 + resolved "https://registry.yarnpkg.com/react-native-svg/-/react-native-svg-15.3.0.tgz#e24b833fe330714c99f1dd894bb0da52ad859a4c" 18977 + integrity sha512-mBHu/fdlzUbpGX8SZFxgbKvK/sgqLfDLP8uh8G7Us+zJgdjO8OSEeqHQs+kPRdQmdLJQiqPJX2WXgCl7ToTWqw== 18978 18978 dependencies: 18979 18979 css-select "^5.1.0" 18980 18980 css-tree "^1.1.3"