From 863c409909e1ae3a62e8e738db0ee48aaa98ca8d Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Fri, 21 Apr 2023 20:41:26 +0000 Subject: [PATCH] Update dependency @types/react to v18.0.38 --- 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 858ab6b..87ec534 100644 --- a/vidow-front/package.json +++ b/vidow-front/package.json @@ -20,7 +20,7 @@ "@testing-library/user-event": "14.4.3", "@types/jest": "29.5.1", "@types/node": "18.15.13", - "@types/react": "18.0.37", + "@types/react": "18.0.38", "@types/react-dom": "18.0.11", "@types/react-redux": "7.1.25", "jest": "29.5.0", diff --git a/vidow-front/yarn.lock b/vidow-front/yarn.lock index feb7277..b47a765 100644 --- a/vidow-front/yarn.lock +++ b/vidow-front/yarn.lock @@ -913,10 +913,10 @@ "@types/scheduler" "*" csstype "^3.0.2" -"@types/react@18.0.37": - version "18.0.37" - resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.37.tgz#7a784e2a8b8f83abb04dc6b9ed9c9b4c0aee9be7" - integrity sha512-4yaZZtkRN3ZIQD3KSEwkfcik8s0SWV+82dlJot1AbGYHCzJkWP3ENBY6wYeDRmKZ6HkrgoGAmR2HqdwYGp6OEw== +"@types/react@18.0.38": + version "18.0.38" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.38.tgz#02a23bef8848b360a0d1dceef4432c15c21c600c" + integrity sha512-ExsidLLSzYj4cvaQjGnQCk4HFfVT9+EZ9XZsQ8Hsrcn8QNgXtpZ3m9vSIC2MWtx7jHictK6wYhQgGh6ic58oOw== dependencies: "@types/prop-types" "*" "@types/scheduler" "*"