Skip to content

Commit 9b75faa

Browse files
chore(deps): update dependency @types/react-native to v0.72.5
1 parent 6eeadb6 commit 9b75faa

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": "18.18.6",
6565
"@types/react": "18.2.29",
66-
"@types/react-native": "0.72.4",
66+
"@types/react-native": "0.72.5",
6767
"@types/react-native-table-component": "1.2.6",
6868
"@types/svg-parser": "^2.0.3",
6969
"commitlint": "17.8.0",
@@ -172,6 +172,6 @@
172172
},
173173
"resolutions": {
174174
"@types/react": "18.2.29",
175-
"@types/react-native": "0.72.4"
175+
"@types/react-native": "0.72.5"
176176
}
177177
}

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -3785,10 +3785,10 @@
37853785
"@types/react-native" "*"
37863786
csstype "^3.0.3"
37873787

3788-
"@types/react-native@*", "@types/[email protected].4":
3789-
version "0.72.4"
3790-
resolved "https://registry.yarnpkg.com/@types/react-native/-/react-native-0.72.4.tgz#4e5bd9794e603ac395e7c6d692c348005f6ec3bf"
3791-
integrity sha512-tE4L5i8jW95uJGGhblQQrPSKJUnnUINBuyHKj15B1Fo6BenVbbqUPbcrPLgDKetR9/A2p35d0plkApJwWkXDmw==
3788+
"@types/react-native@*", "@types/[email protected].5":
3789+
version "0.72.5"
3790+
resolved "https://registry.yarnpkg.com/@types/react-native/-/react-native-0.72.5.tgz#33a0d0c3c724395ee05bb37255937dcb3fae6d5f"
3791+
integrity sha512-HAt+EC576kbyg3+qruzbOLgVhgDHTHJ3d3rTkWRJ0wukze+l3ldWUkh1IarERHqsUlWwmkuYu0+4TQE5y1EjwA==
37923792
dependencies:
37933793
"@react-native/virtualized-lists" "^0.72.4"
37943794
"@types/react" "*"

0 commit comments

Comments
 (0)