From 8e16bfe0e8a877169ef154b27e99532d1d83fb8d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 14:30:16 +0000 Subject: [PATCH] chore(deps): update dependency @types/react to v18.2.29 --- package.json | 4 ++-- yarn.lock | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index c45dc2df..8d7baf04 100644 --- a/package.json +++ b/package.json @@ -62,7 +62,7 @@ "@types/jest": "29.5.5", "@types/marked": "5.0.0", "@types/node": "18.18.5", - "@types/react": "18.2.28", + "@types/react": "18.2.29", "@types/react-native": "0.72.3", "@types/react-native-table-component": "1.2.5", "@types/svg-parser": "^2.0.3", @@ -171,7 +171,7 @@ "node": ">=18" }, "resolutions": { - "@types/react": "18.2.28", + "@types/react": "18.2.29", "@types/react-native": "0.72.3" } } diff --git a/yarn.lock b/yarn.lock index 1b872afb..735f985c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3937,10 +3937,10 @@ "@react-native/virtualized-lists" "^0.72.4" "@types/react" "*" -"@types/react@*", "@types/react@18.2.28": - version "18.2.28" - resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.28.tgz#86877465c0fcf751659a36c769ecedfcfacee332" - integrity sha512-ad4aa/RaaJS3hyGz0BGegdnSRXQBkd1CCYDCdNjBPg90UUpLgo+WlJqb9fMYUxtehmzF3PJaTWqRZjko6BRzBg== +"@types/react@*", "@types/react@18.2.29": + version "18.2.29" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.29.tgz#88b48a287e00f6fdcd6f95662878fb701ae18b27" + integrity sha512-Z+ZrIRocWtdD70j45izShRwDuiB4JZqDegqMFW/I8aG5DxxLKOzVNoq62UIO82v9bdgi+DO1jvsb9sTEZUSm+Q== dependencies: "@types/prop-types" "*" "@types/scheduler" "*"