From f4c1da17d6f69aef90b776b126fc816c05880ccb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2024 10:29:26 +0200 Subject: [PATCH] Update dependency @types/react to v18.3.10 (#162) 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 7d4db12..66bb111 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@tauri-apps/cli": "1.6.1", "@types/mixpanel-browser": "2.49.1", "@types/node": "^20.14.13", - "@types/react": "18.3.3", + "@types/react": "18.3.10", "@types/react-dom": "18.3.0", "@vitejs/plugin-react": "4.3.1", "@wdio/cli": "^7", diff --git a/yarn.lock b/yarn.lock index 7c3bafc..7c4336f 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1084,10 +1084,10 @@ "@types/scheduler" "*" csstype "^3.0.2" -"@types/react@18.3.3": - version "18.3.3" - resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.3.tgz#9679020895318b0915d7a3ab004d92d33375c45f" - integrity sha512-hti/R0pS0q1/xx+TsI73XIqk26eBsISZ2R0wUijXIngRK9R/e7Xw/cXVxQK7R5JjW+SV4zGcn5hXjudkN/pLIw== +"@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"