From 0a7e182cd19887ff2990e4eccae3b2460cd96f1b Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Fri, 30 Aug 2024 10:24:06 +0000 Subject: [PATCH] Update dependency @types/react to v18.3.5 --- client/package.json | 2 +- client/yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/client/package.json b/client/package.json index 488d2dd..a2e7f9c 100644 --- a/client/package.json +++ b/client/package.json @@ -12,7 +12,7 @@ "react-dom": "18.3.1" }, "devDependencies": { - "@types/react": "18.3.4", + "@types/react": "18.3.5", "autoprefixer": "10.4.20", "postcss": "8.4.41", "tailwindcss": "3.4.10", diff --git a/client/yarn.lock b/client/yarn.lock index 32af3fa..7f339a4 100644 --- a/client/yarn.lock +++ b/client/yarn.lock @@ -235,10 +235,10 @@ resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.4.tgz#fcf7205c25dff795ee79af1e30da2c9790808f11" integrity sha512-rZ5drC/jWjrArrS8BR6SIr4cWpW09RNTYt9AMZo3Jwwif+iacXAqgVjm0B0Bv/S1jhDXKHqRVNCbACkJ89RAnQ== -"@types/react@18.3.4": - version "18.3.4" - resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.4.tgz#dfdd534a1d081307144c00e325c06e00312c93a3" - integrity sha512-J7W30FTdfCxDDjmfRM+/JqLHBIyl7xUIp9kwK637FGmY7+mkSFSe6L4jpZzhj5QMfLssSDP4/i75AKkrdC7/Jw== +"@types/react@18.3.5": + version "18.3.5" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.3.5.tgz#5f524c2ad2089c0ff372bbdabc77ca2c4dbadf8f" + integrity sha512-WeqMfGJLGuLCqHGYRGHxnKrXcTitc6L/nBUWfWPcTarG3t9PsquqUMuVeXZeca+mglY4Vo5GZjCi0A3Or2lnxA== dependencies: "@types/prop-types" "*" csstype "^3.0.2"