From 77511862658b0aadf950423ba61bebf153403095 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 18:46:54 +0000 Subject: [PATCH] chore(deps): update dependency @types/react to v18.3.11 --- package.json | 4 ++-- yarn.lock | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 99552357..1c2fb109 100644 --- a/package.json +++ b/package.json @@ -59,7 +59,7 @@ "@types/jest": "29.5.13", "@types/marked": "5.0.0", "@types/node": "20.16.10", - "@types/react": "18.3.10", + "@types/react": "18.3.11", "@types/react-native": "0.72.6", "@types/react-native-table-component": "1.2.8", "@types/svg-parser": "^2.0.3", @@ -166,7 +166,7 @@ "node": ">=18" }, "resolutions": { - "@types/react": "18.3.10", + "@types/react": "18.3.11", "@types/react-native": "0.72.6" } } diff --git a/yarn.lock b/yarn.lock index 162f7fcb..4512bde8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3984,10 +3984,10 @@ "@react-native/virtualized-lists" "^0.72.4" "@types/react" "*" -"@types/react@*", "@types/react@18.3.10": - version "18.3.10" - resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.10.tgz#6edc26dc22ff8c9c226d3c7bf8357b013c842219" - integrity sha512-02sAAlBnP39JgXwkAq3PeU9DVaaGpZyF3MGcC0MKgQVkZor5IiiDAipVaxQHtDJAmO4GIy/rVBy/LzVj76Cyqg== +"@types/react@*", "@types/react@18.3.11": + version "18.3.11" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.11.tgz#9d530601ff843ee0d7030d4227ea4360236bd537" + integrity sha512-r6QZ069rFTjrEYgFdOck1gK7FLVsgJE7tTz0pQBczlBNUhBNk0MQH4UbnFSwjpQLMkLzgqvBBa+qGpLje16eTQ== dependencies: "@types/prop-types" "*" csstype "^3.0.2"