diff --git a/package.json b/package.json index fa50ae2c..657c30b3 100644 --- a/package.json +++ b/package.json @@ -20,7 +20,7 @@ "devDependencies": { "@types/eslint": "^8.37.0", "@types/node": "^18.16.0", - "@types/react": "^18.0.38", + "@types/react": "^18.2.0", "@types/react-color": "^3.0.6", "@types/react-helmet": "^6.1.6", "@typescript-eslint/eslint-plugin": "^5.59.1", diff --git a/yarn.lock b/yarn.lock index e87918ed..29d05954 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1318,10 +1318,10 @@ dependencies: "@types/react" "*" -"@types/react@*", "@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== +"@types/react@*", "@types/react@^18.2.0": + version "18.2.0" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.2.0.tgz#15cda145354accfc09a18d2f2305f9fc099ada21" + integrity sha512-0FLj93y5USLHdnhIhABk83rm8XEGA7kH3cr+YUlvxoUGp1xNt/DINUMvqPxLyOQMzLmZe8i4RTHbvb8MC7NmrA== dependencies: "@types/prop-types" "*" "@types/scheduler" "*"