Skip to content

Commit 3314aaf

Browse files
committed
Update dependency @types/react-native to v0.63.46
1 parent 49dd260 commit 3314aaf

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"@react-native-community/eslint-config": "0.0.5",
2020
"@types/jest": "24.0.18",
2121
"@types/react": "16.9.2",
22-
"@types/react-native": "0.60.8",
22+
"@types/react-native": "0.63.46",
2323
"@types/react-test-renderer": "16.9.0",
2424
"babel-jest": "24.9.0",
2525
"eslint": "6.2.2",

yarn.lock

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1005,12 +1005,11 @@
10051005
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.1.tgz#f1a11e7babb0c3cad68100be381d1e064c68f1f6"
10061006
integrity sha512-CFzn9idOEpHrgdw8JsoTkaDDyRWk1jrzIV8djzcgpq0y9tG4B4lFT+Nxh52DVpDXV+n4+NPNv7M1Dj5uMp6XFg==
10071007

1008-
"@types/react-native@0.60.8":
1009-
version "0.60.8"
1010-
resolved "https://registry.yarnpkg.com/@types/react-native/-/react-native-0.60.8.tgz#71f340b4b97ed0b1161f942354e0eebc9fbe5b00"
1011-
integrity sha512-bk13deCDm/DiNFdrF8Y5je++G9NPaCT/VxkSBY1Rcxu3rWZQIQal9uIH0Qc0Vi9sRX9us32EPevYylbscH3wEg==
1008+
"@types/react-native@0.63.46":
1009+
version "0.63.46"
1010+
resolved "https://registry.yarnpkg.com/@types/react-native/-/react-native-0.63.46.tgz#942df5af29046c6f22227495e00d5297cc1cea73"
1011+
integrity sha512-SnBnWRErpISIaWk4K8kAfIKqSPdZ8fdH6HIw7kVdz6jMl/5FAf6iXeIwRfVZg1bCMh+ymNPCpSENNNEVprxj/w==
10121012
dependencies:
1013-
"@types/prop-types" "*"
10141013
"@types/react" "*"
10151014

10161015
"@types/react-test-renderer@16.9.0":

0 commit comments

Comments
 (0)