Fix button to find people to follow (#806)
This commit is contained in:
parent
19ea6b6ae7
commit
a89129fcf6
4 changed files with 21 additions and 11 deletions
12
yarn.lock
12
yarn.lock
|
@ -15227,7 +15227,7 @@ react-native-get-random-values@^1.8.0:
|
|||
dependencies:
|
||||
fast-base64-decode "^1.0.0"
|
||||
|
||||
react-native-gradle-plugin@^0.71.17:
|
||||
react-native-gradle-plugin@^0.71.18:
|
||||
version "0.71.18"
|
||||
resolved "https://registry.yarnpkg.com/react-native-gradle-plugin/-/react-native-gradle-plugin-0.71.18.tgz#20ef199bc85be32e45bb6cc069ec2e7dcb1a74a6"
|
||||
integrity sha512-7F6bD7B8Xsn3JllxcwHhFcsl9aHIig47+3eN4IHFNqfLhZr++3ElDrcqfMzugM+niWbaMi7bJ0kAkAL8eCpdWg==
|
||||
|
@ -15345,10 +15345,10 @@ react-native-web@^0.18.11:
|
|||
postcss-value-parser "^4.2.0"
|
||||
styleq "^0.1.2"
|
||||
|
||||
react-native@0.71.7:
|
||||
version "0.71.7"
|
||||
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.71.7.tgz#d0ae409f6ee4fc7e7a876b4ca9d8d28934133228"
|
||||
integrity sha512-Id6iRLS581fJMFGbBl1jP5uSmjExtGOvw5Gvh7694zISXjsRAsFMmU+izs0pyCLqDBoHK7y4BT7WGPGw693nYw==
|
||||
react-native@0.71.8:
|
||||
version "0.71.8"
|
||||
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.71.8.tgz#4314145341c49448cf7465b93ced52a433a5e191"
|
||||
integrity sha512-ftMAuhpgTkbHU9brrqsEyxcNrpYvXKeATY+if22Nfhhg1zW+6wn95w9otwTnA3xHkljPCbng8mUhmmERjGEl7g==
|
||||
dependencies:
|
||||
"@jest/create-cache-key-function" "^29.2.1"
|
||||
"@react-native-community/cli" "10.2.2"
|
||||
|
@ -15375,7 +15375,7 @@ react-native@0.71.7:
|
|||
promise "^8.3.0"
|
||||
react-devtools-core "^4.26.1"
|
||||
react-native-codegen "^0.71.5"
|
||||
react-native-gradle-plugin "^0.71.17"
|
||||
react-native-gradle-plugin "^0.71.18"
|
||||
react-refresh "^0.4.0"
|
||||
react-shallow-renderer "^16.15.0"
|
||||
regenerator-runtime "^0.13.2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue