From 16e5b1d5ea931601b45a45cb868ce9ccb7b90dde Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 May 2025 11:25:27 +0000 Subject: [PATCH] chore(deps): update dependency @types/react to ^18.3.22 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 05799831..df07dcb7 100644 --- a/package.json +++ b/package.json @@ -66,7 +66,7 @@ "@txo/semantic-release": "^2.0.10", "@txo/tsconfig-cjs": "^2.0.0", "@types/jest": "^29.5.14", - "@types/react": "^18.3.21", + "@types/react": "^18.3.22", "@types/react-dom": "^18.3.7", "@types/react-native": "^0.73.0", "concurrently": "^9.1.2", diff --git a/yarn.lock b/yarn.lock index f66f47ad..88f389c5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2499,10 +2499,10 @@ dependencies: react-native "*" -"@types/react@^18.3.21": - version "18.3.21" - resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.21.tgz#ba9bdc8833ceaf2b5edabbbabfbf9a84040df89a" - integrity sha512-gXLBtmlcRJeT09/sI4PxVwyrku6SaNUj/6cMubjE6T6XdY1fDmBL7r0nX0jbSZPU/Xr0KuwLLZh6aOYY5d91Xw== +"@types/react@^18.3.22": + version "18.3.22" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.22.tgz#19b77d6e4957c43070c297e638c6a1c43079e234" + integrity sha512-vUhG0YmQZ7kL/tmKLrD3g5zXbXXreZXB3pmROW8bg3CnLnpjkRVwUlLne7Ufa2r9yJ8+/6B73RzhAek5TBKh2Q== dependencies: "@types/prop-types" "*" csstype "^3.0.2"