Skip to content

Commit 251f51e

Browse files
fix(deps): update dependency @types/react-native to v0.65.0 (#208)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 70fcba2 commit 251f51e

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"@react-native-picker/picker": "1.16.5",
5555
"@types/color": "3.0.2",
5656
"@types/lodash": "4.14.172",
57-
"@types/react-native": "0.64.13",
57+
"@types/react-native": "0.65.0",
5858
"@uiw/icons": "2.5.1",
5959
"color": "4.0.1",
6060
"lodash": "4.17.21",

yarn.lock

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3815,7 +3815,14 @@
38153815
dependencies:
38163816
"@types/react" "*"
38173817

3818-
"@types/react-native@0.64.13", "@types/react-native@^0.64.13":
3818+
"@types/react-native@0.65.0":
3819+
version "0.65.0"
3820+
resolved "https://registry.yarnpkg.com/@types/react-native/-/react-native-0.65.0.tgz#bef9ca619f421abafae891ac0629e27cbfe63b42"
3821+
integrity sha512-GgM6d47SQM9a6iOWKsdseFtTsKZGvmbr0FEaJMdCVy2SJmgtUq5JVpr3+aqHdrJQrg93e08VxPAWmz0qUtIPOg==
3822+
dependencies:
3823+
"@types/react" "*"
3824+
3825+
"@types/react-native@^0.64.13":
38193826
version "0.64.13"
38203827
resolved "https://registry.yarnpkg.com/@types/react-native/-/react-native-0.64.13.tgz#9e57b85631380b75979a09f5a97e1884299e8d5a"
38213828
integrity sha512-QSOBN6m3TKBPFAcDhuFItDQtw1Fo1/FKDTHGeyeTwBXd3bu0V9s+oHEhntHN7PUK5dAOYFWsnO0wynWwS/KRxQ==

0 commit comments

Comments
 (0)