From 1402643e526d1e18f5f488233564959609fb7ab9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 15:46:12 +0000 Subject: [PATCH] chore(deps): update dependency @types/react to ^18.3.17 (#881) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 354eef8c..b001aa61 100644 --- a/package.json +++ b/package.json @@ -65,7 +65,7 @@ "@types/lodash.get": "^4.4.9", "@types/lodash.set": "^4.3.9", "@types/node-fetch": "^2.6.12", - "@types/react": "^18.3.16", + "@types/react": "^18.3.17", "concurrently": "^9.1.0", "eslint-config-txo-typescript-react": "^2.0.82", "graphql": "^16.10.0", diff --git a/yarn.lock b/yarn.lock index aaa6a58c..e2a923fa 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1609,10 +1609,10 @@ resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.5.tgz#5f19d2b85a98e9558036f6a3cacc8819420f05cf" integrity sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w== -"@types/react@^18.3.16": - version "18.3.16" - resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.16.tgz#5326789125fac98b718d586ad157442ceb44ff28" - integrity sha512-oh8AMIC4Y2ciKufU8hnKgs+ufgbA/dhPTACaZPM86AbwX9QwnFtSoPWEeRUj8fge+v6kFt78BXcDhAU1SrrAsw== +"@types/react@^18.3.17": + version "18.3.17" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.17.tgz#d86ca0e081c7a5e979b7db175f9515a41038cea7" + integrity sha512-opAQ5no6LqJNo9TqnxBKsgnkIYHozW9KSTlFVoSUJYh1Fl/sswkEoqIugRSm7tbh6pABtYjGAjW+GOS23j8qbw== dependencies: "@types/prop-types" "*" csstype "^3.0.2"