From 483a55a0706763329a750d903a8546ba55a787a0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 18:52:29 +0000 Subject: [PATCH] chore(deps): update dependency @types/react to ^18.3.10 --- package.json | 4 ++-- yarn.lock | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index b997e2d..d59be84 100644 --- a/package.json +++ b/package.json @@ -51,7 +51,7 @@ "@txo/semantic-release": "^2.0.8", "@txo/tsconfig": "^1.1.1", "@types/jest": "^29.5.13", - "@types/react": "^18.3.9", + "@types/react": "^18.3.10", "@types/react-dom": "^18.3.0", "concurrently": "^9.0.1", "eslint-config-txo-typescript-react": "^2.0.74", @@ -69,6 +69,6 @@ "typescript": "^5.6.2" }, "resolutions": { - "@types/react": "^18.3.9" + "@types/react": "^18.3.10" } } diff --git a/yarn.lock b/yarn.lock index 5e134a7..5847054 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1497,10 +1497,10 @@ dependencies: "@types/react" "*" -"@types/react@*", "@types/react@^18.3.9": - version "18.3.9" - resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.9.tgz#2cdf5f425ec8a133d67e9e3673909738b783db20" - integrity sha512-+BpAVyTpJkNWWSSnaLBk6ePpHLOGJKnEQNbINNovPWzvEUyAe3e+/d494QdEh71RekM/qV7lw6jzf1HGrJyAtQ== +"@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== dependencies: "@types/prop-types" "*" csstype "^3.0.2"