From fe035c2ecc21a152b2b95bf3474c83cfae0f9d44 Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Thu, 19 Oct 2023 18:05:03 +0000 Subject: [PATCH] Update dependency @types/react to v18.2.30 --- vidow-front/package.json | 2 +- vidow-front/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/vidow-front/package.json b/vidow-front/package.json index 89d0ce9..ad5379b 100644 --- a/vidow-front/package.json +++ b/vidow-front/package.json @@ -20,7 +20,7 @@ "@testing-library/user-event": "14.5.1", "@types/jest": "29.5.6", "@types/node": "18.18.6", - "@types/react": "18.2.29", + "@types/react": "18.2.30", "@types/react-dom": "18.2.14", "@types/react-redux": "7.1.28", "jest": "29.7.0", diff --git a/vidow-front/yarn.lock b/vidow-front/yarn.lock index f819713..82d6c07 100644 --- a/vidow-front/yarn.lock +++ b/vidow-front/yarn.lock @@ -907,10 +907,10 @@ "@types/scheduler" "*" csstype "^3.0.2" -"@types/react@18.2.29": - version "18.2.29" - resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.29.tgz#88b48a287e00f6fdcd6f95662878fb701ae18b27" - integrity sha512-Z+ZrIRocWtdD70j45izShRwDuiB4JZqDegqMFW/I8aG5DxxLKOzVNoq62UIO82v9bdgi+DO1jvsb9sTEZUSm+Q== +"@types/react@18.2.30": + version "18.2.30" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.30.tgz#b84f786864fc46f18545364a54d5e1316308e59b" + integrity sha512-OfqdJnDsSo4UNw0bqAjFCuBpLYQM7wvZidz0hVxHRjrEkzRlvZL1pJVyOSY55HMiKvRNEo9DUBRuEl7FNlJ/Vg== dependencies: "@types/prop-types" "*" "@types/scheduler" "*"