diff --git a/package.json b/package.json index d4818ae..fbd3c35 100644 --- a/package.json +++ b/package.json @@ -28,7 +28,7 @@ }, "devDependencies": { "@types/node": "^18.11.7", - "@types/react": "^18.0.23", + "@types/react": "^18.0.24", "eslint": "8.26.0", "eslint-config-next": "12.3.1", "typescript": "^4.8.4" diff --git a/yarn.lock b/yarn.lock index 36752f5..72acec4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -955,10 +955,10 @@ resolved "https://registry.npmjs.org/@types/prop-types/-/prop-types-15.7.5.tgz" integrity sha512-JCB8C6SnDoQf0cNycqd/35A7MjcnK+ZTqE7judS6o7utxUCg6imJg3QK2qzHKszlTjcj2cn+NwMB2i96ubpj7w== -"@types/react@^18.0.23": - version "18.0.23" - resolved "https://registry.npmjs.org/@types/react/-/react-18.0.23.tgz" - integrity sha512-R1wTULtCiJkudAN2DJGoYYySbGtOdzZyUWAACYinKdiQC8auxso4kLDUhQ7AJ2kh3F6A6z4v69U6tNY39hihVQ== +"@types/react@^18.0.24": + version "18.0.24" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.24.tgz#2f79ed5b27f08d05107aab45c17919754cc44c20" + integrity sha512-wRJWT6ouziGUy+9uX0aW4YOJxAY0bG6/AOk5AW5QSvZqI7dk6VBIbXvcVgIw/W5Jrl24f77df98GEKTJGOLx7Q== dependencies: "@types/prop-types" "*" "@types/scheduler" "*"