Skip to content

Commit 08dc1d9

Browse files
chore(deps): update dependency @types/react-native to v0.72.8
1 parent beb2fc7 commit 08dc1d9

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"@types/mkdirp": "0.5.2",
5757
"@types/node": "11.13.4",
5858
"@types/react": "16.8.13",
59-
"@types/react-native": "0.57.45",
59+
"@types/react-native": "0.72.8",
6060
"@types/react-native-vector-icons": "6.4.0",
6161
"@types/react-test-renderer": "16.8.1",
6262
"babel-plugin-react-native-web": "0.11.2",

yarn.lock

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1148,6 +1148,14 @@
11481148
xcode "^2.0.0"
11491149
xmldoc "^0.4.0"
11501150

1151+
"@react-native/virtualized-lists@^0.72.4":
1152+
version "0.72.8"
1153+
resolved "https://registry.yarnpkg.com/@react-native/virtualized-lists/-/virtualized-lists-0.72.8.tgz#a2c6a91ea0f1d40eb5a122fb063daedb92ed1dc3"
1154+
integrity sha512-J3Q4Bkuo99k7mu+jPS9gSUSgq+lLRSI/+ahXNwV92XgJ/8UgOTxu2LPwhJnBk/sQKxq7E8WkZBnBiozukQMqrw==
1155+
dependencies:
1156+
invariant "^2.2.4"
1157+
nullthrows "^1.1.1"
1158+
11511159
"@samverschueren/stream-to-observable@^0.3.0":
11521160
version "0.3.0"
11531161
resolved "https://registry.yarnpkg.com/@samverschueren/stream-to-observable/-/stream-to-observable-0.3.0.tgz#ecdf48d532c58ea477acfcab80348424f8d0662f"
@@ -1334,12 +1342,12 @@
13341342
"@types/prop-types" "*"
13351343
"@types/react" "*"
13361344

1337-
"@types/react-native@0.57.45":
1338-
version "0.57.45"
1339-
resolved "https://registry.yarnpkg.com/@types/react-native/-/react-native-0.57.45.tgz#bc341b2fbe879aec6d52f799f7342f674e045c4f"
1340-
integrity sha512-XHo3buFjgCs5WmycCBoc71QAa+mayQgDf+igRKgt3rle8rxW/fKtQny6quSabR+YcT55PsOE2qBQ4S5ra9ds2g==
1345+
"@types/react-native@0.72.8":
1346+
version "0.72.8"
1347+
resolved "https://registry.yarnpkg.com/@types/react-native/-/react-native-0.72.8.tgz#eb6238fab289f5f132f7ccf138bdfe6f21ed93e1"
1348+
integrity sha512-St6xA7+EoHN5mEYfdWnfYt0e8u6k2FR0P9s2arYgakQGFgU1f9FlPrIEcj0X24pLCF5c5i3WVuLCUdiCYHmOoA==
13411349
dependencies:
1342-
"@types/prop-types" "*"
1350+
"@react-native/virtualized-lists" "^0.72.4"
13431351
"@types/react" "*"
13441352

13451353
@@ -8897,7 +8905,7 @@ nugget@^2.0.1:
88978905
single-line-log "^1.1.2"
88988906
throttleit "0.0.2"
88998907

8900-
nullthrows@^1.1.0:
8908+
nullthrows@^1.1.0, nullthrows@^1.1.1:
89018909
version "1.1.1"
89028910
resolved "https://registry.yarnpkg.com/nullthrows/-/nullthrows-1.1.1.tgz#7818258843856ae971eae4208ad7d7eb19a431b1"
89038911
integrity sha512-2vPPEi+Z7WqML2jZYddDIfy5Dqb0r2fze2zTxNNknZaFpVHU3mFB3R+DWeJWGVx0ecvttSGlJTI+WG+8Z4cDWw==

0 commit comments

Comments
 (0)