diff --git a/packages/use-bulk-check/package.json b/packages/use-bulk-check/package.json index f946c220..fbabca37 100644 --- a/packages/use-bulk-check/package.json +++ b/packages/use-bulk-check/package.json @@ -29,7 +29,7 @@ }, "devDependencies": { "@testing-library/react-hooks": "^8.0.1", - "@types/react": "^18.3.4", + "@types/react": "^18.3.5", "react": "^18.3.1", "react-test-renderer": "^18.3.1" } diff --git a/packages/use-virtual-scroll/package.json b/packages/use-virtual-scroll/package.json index 0b0ae03e..40dc3cf8 100644 --- a/packages/use-virtual-scroll/package.json +++ b/packages/use-virtual-scroll/package.json @@ -41,7 +41,7 @@ "@storybook/react": "^7.6.20", "@storybook/react-webpack5": "^7.6.20", "@storybook/testing-library": "^0.2.2", - "@types/react": "^18.3.4", + "@types/react": "^18.3.5", "babel-loader": "^9.1.3", "react": "^18.3.1", "react-dom": "^18.3.1", diff --git a/yarn.lock b/yarn.lock index 2815fdef..eae446bd 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4726,10 +4726,10 @@ "@types/scheduler" "*" csstype "^3.0.2" -"@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"