diff --git a/package.json b/package.json index 5fe8bb9..6a182a4 100644 --- a/package.json +++ b/package.json @@ -16,7 +16,7 @@ "@storybook/builder-webpack5": "^6.2.9", "@storybook/react": "^6.2.9", "@types/css-font-loading-module": "^0.0.6", - "@types/react": "^17.0.3", + "@types/react": "^18.0.1", "@types/react-dom": "^17.0.3", "@typescript-eslint/eslint-plugin": "^4.22.0", "@typescript-eslint/parser": "^4.22.0", diff --git a/yarn.lock b/yarn.lock index a5dceb1..9490cd8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4130,10 +4130,10 @@ dependencies: "@types/react" "*" -"@types/react@*", "@types/react@^17.0.3": - version "17.0.14" - resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.14.tgz#f0629761ca02945c4e8fea99b8177f4c5c61fb0f" - integrity sha512-0WwKHUbWuQWOce61UexYuWTGuGY/8JvtUe/dtQ6lR4sZ3UiylHotJeWpf3ArP9+DSGUoLY3wbU59VyMrJps5VQ== +"@types/react@*", "@types/react@^18.0.1": + version "18.0.1" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.1.tgz#1b2e02fb7613212518733946e49fb963dfc66e19" + integrity sha512-VnWlrVgG0dYt+NqlfMI0yUYb8Rdl4XUROyH+c6gq/iFCiZ805Vi//26UW38DHnxQkbDhnrIWTBiy6oKZqL11cw== dependencies: "@types/prop-types" "*" "@types/scheduler" "*"