Skip to content

Commit a9e307b

Browse files
authored
Merge pull request #590 from gmsgowtham/renovate/react-native-0.x
chore(deps): update dependency @types/react-native to v0.72.6
2 parents 97dc4f3 + 0f99763 commit a9e307b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
"@types/marked": "5.0.0",
6464
"@types/node": "20.9.0",
6565
"@types/react": "18.2.33",
66-
"@types/react-native": "0.72.5",
66+
"@types/react-native": "0.72.6",
6767
"@types/react-native-table-component": "1.2.7",
6868
"@types/svg-parser": "^2.0.3",
6969
"commitlint": "18.4.0",
@@ -172,6 +172,6 @@
172172
},
173173
"resolutions": {
174174
"@types/react": "18.2.33",
175-
"@types/react-native": "0.72.5"
175+
"@types/react-native": "0.72.6"
176176
}
177177
}

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -3723,10 +3723,10 @@
37233723
"@types/react-native" "*"
37243724
csstype "^3.0.3"
37253725

3726-
"@types/react-native@*", "@types/[email protected].5":
3727-
version "0.72.5"
3728-
resolved "https://registry.yarnpkg.com/@types/react-native/-/react-native-0.72.5.tgz#33a0d0c3c724395ee05bb37255937dcb3fae6d5f"
3729-
integrity sha512-HAt+EC576kbyg3+qruzbOLgVhgDHTHJ3d3rTkWRJ0wukze+l3ldWUkh1IarERHqsUlWwmkuYu0+4TQE5y1EjwA==
3726+
"@types/react-native@*", "@types/[email protected].6":
3727+
version "0.72.6"
3728+
resolved "https://registry.yarnpkg.com/@types/react-native/-/react-native-0.72.6.tgz#2c7a348ccb33637f482f36e4c6450d310805a290"
3729+
integrity sha512-5Tan0ejOjbYyrnRreRZ7ftcWbehQELoHevJQliAu0Rhqrsnall8dyodf/434jdDJuQEzLisBMg7ZkQNnghUXIw==
37303730
dependencies:
37313731
"@react-native/virtualized-lists" "^0.72.4"
37323732
"@types/react" "*"

0 commit comments

Comments
 (0)