From 8f83843cafe66c5c4b5ecad7ac5ad4169c7c6dc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Hor=C3=A1k?= Date: Thu, 22 Sep 2022 14:50:21 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Fix=20version=20resolution?= =?UTF-8?q?=20for=20@types/react?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/web/package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/web/package.json b/docs/web/package.json index 61e68f4a..673c9cfe 100644 --- a/docs/web/package.json +++ b/docs/web/package.json @@ -17,7 +17,7 @@ "@docsearch/css": "^3.1.0", "@docsearch/react": "^3.1.0", "@types/node": "^18.0.0", - "@types/react": "^17.0.45", + "@types/react": "^18.0.18", "@types/react-dom": "^18.0.0", "astro": "^1.1.5", "preact": "^10.7.3", diff --git a/yarn.lock b/yarn.lock index 2f4bf009..97bdc888 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2432,10 +2432,10 @@ "@types/scheduler" "*" csstype "^3.0.2" -"@types/react@^17.0.45": - version "17.0.49" - resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.49.tgz#df87ba4ca8b7942209c3dc655846724539dc1049" - integrity sha512-CCBPMZaPhcKkYUTqFs/hOWqKjPxhTEmnZWjlHHgIMop67DsXywf9B5Os9Hz8KSacjNOgIdnZVJamwl232uxoPg== +"@types/react@^18.0.18": + version "18.0.20" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.20.tgz#e4c36be3a55eb5b456ecf501bd4a00fd4fd0c9ab" + integrity sha512-MWul1teSPxujEHVwZl4a5HxQ9vVNsjTchVA+xRqv/VYGCuKGAU6UhfrTdF5aBefwD1BHUD8i/zq+O/vyCm/FrA== dependencies: "@types/prop-types" "*" "@types/scheduler" "*"