Skip to content

Commit b6e45d7

Browse files
chore(deps): update dependency @types/react-native to v0.72.4
1 parent 46bb96d commit b6e45d7

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.3",
66+
"@types/react-native": "0.72.4",
6767
"@types/react-native-table-component": "1.2.5",
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.3"
175+
"@types/react-native": "0.72.4"
176176
}
177177
}

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -3929,10 +3929,10 @@
39293929
"@types/react-native" "*"
39303930
csstype "^3.0.3"
39313931

3932-
"@types/react-native@*", "@types/[email protected].3":
3933-
version "0.72.3"
3934-
resolved "https://registry.yarnpkg.com/@types/react-native/-/react-native-0.72.3.tgz#eb5726eb3ec6b79a10db7a295cc0346eb5e9331a"
3935-
integrity sha512-9+g+DBJIY3bG7+ZlYzKPr9kxTQxUuZQgLWZhYK4RlIcrsm3qaJhL2PU2e/K4CjnzznWCo2Islgec94x2z1pG4Q==
3932+
"@types/react-native@*", "@types/[email protected].4":
3933+
version "0.72.4"
3934+
resolved "https://registry.yarnpkg.com/@types/react-native/-/react-native-0.72.4.tgz#4e5bd9794e603ac395e7c6d692c348005f6ec3bf"
3935+
integrity sha512-tE4L5i8jW95uJGGhblQQrPSKJUnnUINBuyHKj15B1Fo6BenVbbqUPbcrPLgDKetR9/A2p35d0plkApJwWkXDmw==
39363936
dependencies:
39373937
"@react-native/virtualized-lists" "^0.72.4"
39383938
"@types/react" "*"

0 commit comments

Comments
 (0)