From bfd421104d0bdd321a553b56024b3f2637f0c1ad Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Wed, 18 Oct 2023 12:05:43 +0000 Subject: [PATCH] Update dependency @types/react to v18.2.29 --- 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 464b047..cb8a645 100644 --- a/client/package.json +++ b/client/package.json @@ -12,7 +12,7 @@ "react-dom": "18.2.0" }, "devDependencies": { - "@types/react": "18.2.28", + "@types/react": "18.2.29", "autoprefixer": "10.4.16", "postcss": "8.4.31", "tailwindcss": "3.3.3", diff --git a/client/yarn.lock b/client/yarn.lock index 6e32304..3167816 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.2.28": - version "18.2.28" - resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.28.tgz#86877465c0fcf751659a36c769ecedfcfacee332" - integrity sha512-ad4aa/RaaJS3hyGz0BGegdnSRXQBkd1CCYDCdNjBPg90UUpLgo+WlJqb9fMYUxtehmzF3PJaTWqRZjko6BRzBg== +"@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== dependencies: "@types/prop-types" "*" "@types/scheduler" "*" -- 2.45.2