Skip to content

Commit 5ac44fc

Browse files
authored
Merge pull request #368 from react-native-community/renovate/react-native-0.x
chore(deps): update dependency @types/react-native to v0.72.1
2 parents 602ae72 + be1e991 commit 5ac44fc

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@testing-library/react-native": "12.1.2",
2828
"@types/jest": "29.5.1",
2929
"@types/react": "18.0.38",
30-
"@types/react-native": "0.71.7",
30+
"@types/react-native": "0.72.1",
3131
"all-contributors-cli": "6.25.1",
3232
"auto": "10.46.0",
3333
"eslint": "8.41.0",

yarn.lock

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1705,6 +1705,14 @@
17051705
resolved "https://registry.yarnpkg.com/@react-native/polyfills/-/polyfills-2.0.0.tgz#4c40b74655c83982c8cf47530ee7dc13d957b6aa"
17061706
integrity sha512-K0aGNn1TjalKj+65D7ycc1//H9roAQ51GJVk5ZJQFb2teECGmzd86bYDC0aYdbRf7gtovescq4Zt6FR0tgXiHQ==
17071707

1708+
"@react-native/virtualized-lists@^0.72.4":
1709+
version "0.72.5"
1710+
resolved "https://registry.yarnpkg.com/@react-native/virtualized-lists/-/virtualized-lists-0.72.5.tgz#a7b261357ec7e0e5aa97a24d4acab1d903811e09"
1711+
integrity sha512-AtKE3dez3lf89O87wC2ZglV5aPsifopQgn/UmFhXAwi18Yp1BJfEGh3sUqOPNgZNByYPAGxFANeZq44VATXeJA==
1712+
dependencies:
1713+
invariant "^2.2.4"
1714+
nullthrows "^1.1.1"
1715+
17081716
"@sideway/address@^4.1.3":
17091717
version "4.1.4"
17101718
resolved "https://registry.yarnpkg.com/@sideway/address/-/address-4.1.4.tgz#03dccebc6ea47fdc226f7d3d1ad512955d4783f0"
@@ -1878,11 +1886,12 @@
18781886
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.5.tgz#5f19d2b85a98e9558036f6a3cacc8819420f05cf"
18791887
integrity sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w==
18801888

1881-
"@types/react-native@0.71.7":
1882-
version "0.71.7"
1883-
resolved "https://registry.yarnpkg.com/@types/react-native/-/react-native-0.71.7.tgz#b6ce1c512097fc2047bacd01cc18ce2b8ca2920a"
1884-
integrity sha512-SYlf5Vw2qX4qDQfdcCEdfskoMG6yn0T/jWwvBNR1xZJ3qEobcGNHuOTZQdfu4TNK+VFkH5rSXZraRlio1/bvcA==
1889+
"@types/react-native@0.72.1":
1890+
version "0.72.1"
1891+
resolved "https://registry.yarnpkg.com/@types/react-native/-/react-native-0.72.1.tgz#a732ba4fabc15eee26cfbe4b00a12baa3a86cf44"
1892+
integrity sha512-lwhhvMKPvH2AJOKkvHVamD/7pFsEmcZG1AoSnsOegKvTl6irWKWTPmTqgAi33Wl91efDYrh61nC48/AgcPo7SA==
18851893
dependencies:
1894+
"@react-native/virtualized-lists" "^0.72.4"
18861895
"@types/react" "*"
18871896

18881897
"@types/react@*":

0 commit comments

Comments
 (0)