diff --git a/package.json b/package.json index 0e71015..b36d1fd 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "@types/express": "^4.17.13", "@types/http-auth": "^4.1.1", "@types/node": "^18.15.10", - "@types/react": "^18.0.38", + "@types/react": "^18.2.0", "@types/react-dom": "^18.0.6" } } diff --git a/yarn.lock b/yarn.lock index 16b61e3..74ec1b0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -913,10 +913,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" "*"