diff --git a/package.json b/package.json index 7c2b092..c14c0f3 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "@next/eslint-plugin-next": "13.1.6", "@testing-library/cypress": "8.0.7", "@types/jest": "27.5.2", - "@types/react": "17.0.90", + "@types/react": "17.0.91", "@types/react-dom": "17.0.26", "@typescript-eslint/eslint-plugin": "5.62.0", "@typescript-eslint/parser": "5.62.0", diff --git a/yarn.lock b/yarn.lock index c7594fd..100ed95 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1077,10 +1077,10 @@ resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-17.0.26.tgz#fa7891ba70fd39ddbaa7e85b6ff9175bb546bc1b" integrity sha512-Z+2VcYXJwOqQ79HreLU/1fyQ88eXSSFh6I3JdrEHQIfYSI0kCQpTGvOrbE6jFGGYXKsHuwY9tBa/w5Uo6KzrEg== -"@types/react@17.0.90": - version "17.0.90" - resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.90.tgz#38b72ea265c7ea369cf2998b406f850f6f665825" - integrity sha512-P9beVR/x06U9rCJzSxtENnOr4BrbJ6VrsrDTc+73TtHv9XHhryXKbjGRB+6oooB2r0G/pQkD/S4dHo/7jUfwFw== +"@types/react@17.0.91": + version "17.0.91" + resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.91.tgz#0a972a41c430f56d2feb7c15368bc51642495e0b" + integrity sha512-xauZca6qMeCU3Moy0KxCM9jtf1vyk6qRYK39Ryf3afUqwgNUjRIGoDdS9BcGWgAMGSg1hvP4XcmlYrM66PtqeA== dependencies: "@types/prop-types" "*" "@types/scheduler" "^0.16"