From e13c2f177ea382ed81f9885c1e97b430730f079e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 16:04:29 +0000 Subject: [PATCH] chore(deps): update dependency @types/react-native to v0.72.8 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 7e5db772..5d407460 100644 --- a/package.json +++ b/package.json @@ -27,7 +27,7 @@ "@testing-library/react-native": "12.1.3", "@types/jest": "29.5.3", "@types/react": "18.2.20", - "@types/react-native": "0.72.2", + "@types/react-native": "0.72.8", "all-contributors-cli": "6.25.1", "auto": "10.46.0", "eslint": "8.41.0", diff --git a/yarn.lock b/yarn.lock index 352067e6..84bb8a52 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1835,10 +1835,10 @@ resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.5.tgz#5f19d2b85a98e9558036f6a3cacc8819420f05cf" integrity sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w== -"@types/react-native@0.72.2": - version "0.72.2" - resolved "https://registry.yarnpkg.com/@types/react-native/-/react-native-0.72.2.tgz#27c931a899c555b28e20cdd12e570b017808de96" - integrity sha512-/eEjr04Zqo7mTMszuSdrLx90+j5nWhDMMOgtnKZfAYyV3RwmlpSb7F17ilmMMxZWJY81n/JZ4e6wdhMJFpjrCg== +"@types/react-native@0.72.8": + version "0.72.8" + resolved "https://registry.yarnpkg.com/@types/react-native/-/react-native-0.72.8.tgz#eb6238fab289f5f132f7ccf138bdfe6f21ed93e1" + integrity sha512-St6xA7+EoHN5mEYfdWnfYt0e8u6k2FR0P9s2arYgakQGFgU1f9FlPrIEcj0X24pLCF5c5i3WVuLCUdiCYHmOoA== dependencies: "@react-native/virtualized-lists" "^0.72.4" "@types/react" "*"