Skip to content

Commit d061cba

Browse files
chore(deps): update dependency @types/react-native to v0.72.7
1 parent feec279 commit d061cba

File tree

3 files changed

+16
-8
lines changed

3 files changed

+16
-8
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
]
3535
},
3636
"devDependencies": {
37-
"@types/react-native": "0.57.23",
37+
"@types/react-native": "0.72.7",
3838
"concurrently": "4.1.0",
3939
"husky": "1.2.1",
4040
"npm-run-all": "4.1.5",

packages/components/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@babel/core": "7.2.2",
2222
"@types/jest": "23.3.10",
2323
"@types/react": "16.7.18",
24-
"@types/react-native": "0.57.23",
24+
"@types/react-native": "0.72.7",
2525
"@types/react-navigation": "3.0.1",
2626
"@types/react-primitives": "0.6.2",
2727
"@types/react-test-renderer": "16.0.3",

yarn.lock

+14-6
Original file line numberDiff line numberDiff line change
@@ -1045,6 +1045,14 @@
10451045
resolved "https://registry.yarnpkg.com/@nodelib/fs.stat/-/fs.stat-1.1.3.tgz#2b5a3ab3f918cca48a8c754c08168e3f03eba61b"
10461046
integrity sha512-shAmDyaQC4H92APFoIaVDHCx5bStIocgvbwQyxPRrbUY20V1EYTbSDchWbuwlMG3V17cprZhA6+78JfB+3DTPw==
10471047

1048+
"@react-native/virtualized-lists@^0.72.4":
1049+
version "0.72.8"
1050+
resolved "https://registry.yarnpkg.com/@react-native/virtualized-lists/-/virtualized-lists-0.72.8.tgz#a2c6a91ea0f1d40eb5a122fb063daedb92ed1dc3"
1051+
integrity sha512-J3Q4Bkuo99k7mu+jPS9gSUSgq+lLRSI/+ahXNwV92XgJ/8UgOTxu2LPwhJnBk/sQKxq7E8WkZBnBiozukQMqrw==
1052+
dependencies:
1053+
invariant "^2.2.4"
1054+
nullthrows "^1.1.1"
1055+
10481056
"@svgr/core@^2.4.1":
10491057
version "2.4.1"
10501058
resolved "https://registry.yarnpkg.com/@svgr/core/-/core-2.4.1.tgz#03a407c28c4a1d84305ae95021e8eabfda8fa731"
@@ -1144,12 +1152,12 @@
11441152
"@types/prop-types" "*"
11451153
"@types/react" "*"
11461154

1147-
"@types/react-native@0.57.23":
1148-
version "0.57.23"
1149-
resolved "https://registry.yarnpkg.com/@types/react-native/-/react-native-0.57.23.tgz#6f654c2129d4108fc26eaa4b2658df77cc22e024"
1150-
integrity sha512-PO/OaBmcSy7R5BapGKOZp882X7G20KEVLSXFza4YU0V8IoXsf/B4jSfON37qUwEjhnidG6Xwp18suGgxt1DlrQ==
1155+
"@types/react-native@0.72.7":
1156+
version "0.72.7"
1157+
resolved "https://registry.yarnpkg.com/@types/react-native/-/react-native-0.72.7.tgz#9479b6f68934a410b7b1b45a77336ae93b3d9a53"
1158+
integrity sha512-LvxJD7VINBiJVcY9UgUVcmPMPiKGO5jHjPM6JrchfP+z1zx0AENL6UOGng1ueaHTRROMTVxZRzO7WVi6DFrMyw==
11511159
dependencies:
1152-
"@types/prop-types" "*"
1160+
"@react-native/virtualized-lists" "^0.72.4"
11531161
"@types/react" "*"
11541162

11551163
@@ -8474,7 +8482,7 @@ nugget@^2.0.1:
84748482
single-line-log "^1.1.2"
84758483
throttleit "0.0.2"
84768484

8477-
nullthrows@^1.1.0:
8485+
nullthrows@^1.1.0, nullthrows@^1.1.1:
84788486
version "1.1.1"
84798487
resolved "https://registry.yarnpkg.com/nullthrows/-/nullthrows-1.1.1.tgz#7818258843856ae971eae4208ad7d7eb19a431b1"
84808488
integrity sha512-2vPPEi+Z7WqML2jZYddDIfy5Dqb0r2fze2zTxNNknZaFpVHU3mFB3R+DWeJWGVx0ecvttSGlJTI+WG+8Z4cDWw==

0 commit comments

Comments
 (0)