Skip to content

Commit

Permalink
chore(deps): update typescript type definitions (#2032)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 13, 2024
1 parent 9535916 commit f08f65d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@rnx-kit/metro-config": "^1.3.15",
"@rnx-kit/polyfills": "^0.1.1",
"@rnx-kit/tsconfig": "^1.0.0",
"@types/react": "~18.2.0",
"@types/react": "~18.3.0",
"appium": "patch:appium@npm%3A2.5.4#~/.yarn/patches/appium-npm-2.5.4-136c7f0a8b.patch",
"appium-uiautomator2-driver": "^3.0.0",
"appium-xcuitest-driver": "^7.0.0",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3892,11 +3892,11 @@ __metadata:
linkType: hard

"@types/node@npm:*, @types/node@npm:^20.0.0, @types/node@npm:^20.1.0":
version: 20.12.7
resolution: "@types/node@npm:20.12.7"
version: 20.12.11
resolution: "@types/node@npm:20.12.11"
dependencies:
undici-types: "npm:~5.26.4"
checksum: 10c0/dce80d63a3b91892b321af823d624995c61e39c6a223cc0ac481a44d337640cc46931d33efb3beeed75f5c85c3bda1d97cef4c5cd4ec333caf5dee59cff6eca0
checksum: 10c0/efaa7b08c50ba6e6982ac7d531ba08d5935539ba76e954807df1ff9382a319ead7e003ccaca5ad7cf33ecf53f212507f7c1f2794bd2ff52df6365fef21f6e1fb
languageName: node
linkType: hard

Expand Down Expand Up @@ -3954,13 +3954,13 @@ __metadata:
languageName: node
linkType: hard

"@types/react@npm:~18.2.0":
version: 18.2.79
resolution: "@types/react@npm:18.2.79"
"@types/react@npm:~18.3.0":
version: 18.3.2
resolution: "@types/react@npm:18.3.2"
dependencies:
"@types/prop-types": "npm:*"
csstype: "npm:^3.0.2"
checksum: 10c0/c8a8a005d8830a48cc1ef93c3510c4935a2a03e5557dbecaa8f1038450cbfcb18eb206fa7fba7077d54b8da21faeb25577e897a333392770a7797f625b62c78a
checksum: 10c0/9fb2f1fcf7e889ee4ea7c3c5978df595c66e770e5fd3a245dbdd2589b9b911524c11dab25a6275d8af4e336e4cb5fa850d447884b84c335a187a338c89df99ba
languageName: node
linkType: hard

Expand Down Expand Up @@ -7425,7 +7425,7 @@ __metadata:
"@rnx-kit/metro-config": "npm:^1.3.15"
"@rnx-kit/polyfills": "npm:^0.1.1"
"@rnx-kit/tsconfig": "npm:^1.0.0"
"@types/react": "npm:~18.2.0"
"@types/react": "npm:~18.3.0"
appium: "patch:appium@npm%3A2.5.4#~/.yarn/patches/appium-npm-2.5.4-136c7f0a8b.patch"
appium-uiautomator2-driver: "npm:^3.0.0"
appium-xcuitest-driver: "npm:^7.0.0"
Expand Down

0 comments on commit f08f65d

Please sign in to comment.