Skip to content

Commit e740127

Browse files
fix(deps): update dependency @types/react-native to v0.65.5 (#258)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 1728aff commit e740127

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
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": "2.1.0",
5555
"@types/color": "3.0.2",
5656
"@types/lodash": "4.14.172",
57-
"@types/react-native": "0.65.1",
57+
"@types/react-native": "0.65.5",
5858
"@uiw/icons": "2.5.1",
5959
"color": "4.0.1",
6060
"lodash": "4.17.21",

yarn.lock

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4153,6 +4153,13 @@
41534153
dependencies:
41544154
"@types/react" "*"
41554155

4156+
"@types/react-native@0.65.5":
4157+
version "0.65.5"
4158+
resolved "https://registry.yarnpkg.com/@types/react-native/-/react-native-0.65.5.tgz#e5e473be8c7ed784419554f25cc8850b9c3ce68d"
4159+
integrity sha512-lc2JVmqVIkFmEtUHX8jCkuepqRSzlhRPBIlVFVc0hgfoUxvntrORhmK7LCnAbHfmpUqVVGhMjax27CCTACQ2Kw==
4160+
dependencies:
4161+
"@types/react" "*"
4162+
41564163
"@types/react-redux@7.1.18", "@types/react-redux@^7.1.16":
41574164
version "7.1.18"
41584165
resolved "https://registry.yarnpkg.com/@types/react-redux/-/react-redux-7.1.18.tgz#2bf8fd56ebaae679a90ebffe48ff73717c438e04"

0 commit comments

Comments
 (0)