From e73c3bc41659e757975e980fe1412a4ade05752d Mon Sep 17 00:00:00 2001 From: Kasper Juul Hermansen Date: Tue, 10 Oct 2023 20:13:23 +0000 Subject: [PATCH] Update dependency @types/react to v18.2.28 --- 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 8423e83..464b047 100644 --- a/client/package.json +++ b/client/package.json @@ -12,7 +12,7 @@ "react-dom": "18.2.0" }, "devDependencies": { - "@types/react": "18.2.27", + "@types/react": "18.2.28", "autoprefixer": "10.4.16", "postcss": "8.4.31", "tailwindcss": "3.3.3", diff --git a/client/yarn.lock b/client/yarn.lock index 9f54e40..6e32304 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.27": - version "18.2.27" - resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.27.tgz#746e52b06f3ccd5d7a724fd53769b70792601440" - integrity sha512-Wfv7B7FZiR2r3MIqbAlXoY1+tXm4bOqfz4oRr+nyXdBqapDBZ0l/IGcSlAfvxIHEEJjkPU0MYAc/BlFPOcrgLw== +"@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== dependencies: "@types/prop-types" "*" "@types/scheduler" "*"