Skip to content

Commit e98fe43

Browse files
authored
fix: ensure the @types libs match the react and react-native versions installed (#23)
1 parent c31d462 commit e98fe43

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
"@svgr/plugin-svgo": "^8.0.1",
6363
"@types/jest": "^29.5.3",
6464
"@types/react": "^18.2.18",
65-
"@types/react-native": "0.72.2",
65+
"@types/react-native": "0.72.3",
6666
"case": "^1.6.3",
6767
"chalk": "^4",
6868
"commitlint": "^17.6.7",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2404,10 +2404,10 @@
24042404
resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.8.tgz#805eae6e8f41bd19e88917d2ea200dc992f405d3"
24052405
integrity sha512-kMpQpfZKSCBqltAJwskgePRaYRFukDkm1oItcAbC3gNELR20XIBcN9VRgg4+m8DKsTfkWeA4m4Imp4DDuWy7FQ==
24062406

2407-
"@types/[email protected].2":
2408-
version "0.72.2"
2409-
resolved "https://registry.yarnpkg.com/@types/react-native/-/react-native-0.72.2.tgz#27c931a899c555b28e20cdd12e570b017808de96"
2410-
integrity sha512-/eEjr04Zqo7mTMszuSdrLx90+j5nWhDMMOgtnKZfAYyV3RwmlpSb7F17ilmMMxZWJY81n/JZ4e6wdhMJFpjrCg==
2407+
"@types/[email protected].3":
2408+
version "0.72.3"
2409+
resolved "https://registry.yarnpkg.com/@types/react-native/-/react-native-0.72.3.tgz#eb5726eb3ec6b79a10db7a295cc0346eb5e9331a"
2410+
integrity sha512-9+g+DBJIY3bG7+ZlYzKPr9kxTQxUuZQgLWZhYK4RlIcrsm3qaJhL2PU2e/K4CjnzznWCo2Islgec94x2z1pG4Q==
24112411
dependencies:
24122412
"@react-native/virtualized-lists" "^0.72.4"
24132413
"@types/react" "*"

0 commit comments

Comments
 (0)