From ac06d3734fe026d4412470ae73fdc8996abdb4b4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 2 Dec 2023 19:18:35 +0000 Subject: [PATCH] chore(deps): update dependency @types/react to ^18.2.41 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 9c6a9be5..079674ed 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "@types/jest": "^29.5.10", "@types/lodash.get": "^4.4.9", "@types/node-fetch": "^2.6.9", - "@types/react": "^18.2.40", + "@types/react": "^18.2.41", "concurrently": "^8.2.2", "eslint-config-txo-typescript": "^4.0.13", "graphql": "^16.8.1", diff --git a/yarn.lock b/yarn.lock index 26834084..b5c6d9a0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1668,10 +1668,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.2.40": - version "18.2.40" - resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.40.tgz#b1cc2bafdc81da3c9bb105cfe8b91211bbce2e0d" - integrity sha512-H+BUhb9C1zBtogDLAk+KCNRKiHDrqSwQT/0z0PVTwMFBxqg3011ByLomADtgkgMkfwj4AMOiXBReyLTUBg681g== +"@types/react@^18.2.41": + version "18.2.41" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.41.tgz#9eea044246bdb10510df89ef7f8422a8b6ad8fb9" + integrity sha512-CwOGr/PiLiNBxEBqpJ7fO3kocP/2SSuC9fpH5K7tusrg4xPSRT/193rzolYwQnTN02We/ATXKnb6GqA5w4fRxw== dependencies: "@types/prop-types" "*" "@types/scheduler" "*"