From ec983d5933675fa6d826dc56481b426618c3fd16 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 4 Nov 2023 12:54:49 +0000 Subject: [PATCH] Update dependency react-native-vector-icons to v10 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 03e2551..5315dd1 100644 --- a/package.json +++ b/package.json @@ -49,7 +49,7 @@ "react-native-screens": "^3.20.0", "react-native-shake": "^5.1.1", "react-native-svg": "^13.8.0", - "react-native-vector-icons": "^9.2.0", + "react-native-vector-icons": "^10.0.0", "react-redux": "^8.0.5", "redux": "^4.2.1", "redux-first-history": "^5.1.1", diff --git a/yarn.lock b/yarn.lock index e57e9ce..f59c763 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8739,10 +8739,10 @@ react-native-svg@^13.8.0: css-select "^5.1.0" css-tree "^1.1.3" -react-native-vector-icons@^9.2.0: - version "9.2.0" - resolved "https://registry.yarnpkg.com/react-native-vector-icons/-/react-native-vector-icons-9.2.0.tgz#3c0c82e95defd274d56363cbe8fead8d53167ebd" - integrity sha512-wKYLaFuQST/chH3AJRjmOLoLy3JEs1JR6zMNgTaemFpNoXs0ztRnTxcxFD9xhX7cJe1/zoN5BpQYe7kL0m5yyA== +react-native-vector-icons@^10.0.0: + version "10.0.1" + resolved "https://registry.yarnpkg.com/react-native-vector-icons/-/react-native-vector-icons-10.0.1.tgz#ef5aa98034c5fb7cc45cd0c6ea5f37c74ce4c44b" + integrity sha512-oqVyhSgK1wLm7JuN5yep+BCWb4F4C6qi2/mHGsdNqneGWn3MI9VVMX+AIkw0q9GsbY6QjhNd5sUanjRyDJfuUg== dependencies: prop-types "^15.7.2" yargs "^16.1.1"