diff options
author | Hailey <me@haileyok.com> | 2024-04-03 18:05:03 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-03 18:05:03 -0700 |
commit | 7fb117d213149dfee9d0e79292b267b3cd5bde0e (patch) | |
tree | 74910683224f4d7fd7d660888ef36c13c3fca993 /yarn.lock | |
parent | a356b1be1a08814766ae9deadd7b8467a35feb0e (diff) | |
download | voidsky-7fb117d213149dfee9d0e79292b267b3cd5bde0e.tar.zst |
Upgrade `UITextView` to latest (#3090)
* uitextview use library w/ fixes bump bump multiple uitextview fixes * bump * update to latest * cleanup
Diffstat (limited to 'yarn.lock')
-rw-r--r-- | yarn.lock | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/yarn.lock b/yarn.lock index c81f12066..a2941d5b2 100644 --- a/yarn.lock +++ b/yarn.lock @@ -18721,9 +18721,10 @@ react-native-svg@14.1.0: css-select "^5.1.0" css-tree "^1.1.3" -"react-native-ui-text-view@link:./modules/react-native-ui-text-view": - version "0.0.0" - uid "" +react-native-uitextview@^1.1.6: + version "1.1.6" + resolved "https://registry.yarnpkg.com/react-native-uitextview/-/react-native-uitextview-1.1.6.tgz#a70d039f415158445c90de8e8e546a7c3b251d6d" + integrity sha512-OTGTw4Y2DDn4dHTwN7aKOndXP6NoS/AS35Rj/Rsss+KRsGHToiv2g3ZdzQ0ZhZabhwl1u+Oht+wSU/FU+SoJ+Q== react-native-url-polyfill@^1.3.0: version "1.3.0" |