From e4d33ba6aee0f0d9d7af8bcecf9160bf9fa6e1e4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 30 Apr 2022 23:58:44 +0800 Subject: [PATCH] chore(deps): update dependency @types/react to v18 (#8) Co-authored-by: Renovate Bot --- package.json | 2 +- pnpm-lock.yaml | 8 ++++---- yarn.lock | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 81b385e..6260ff8 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ }, "devDependencies": { "@types/node": "17.0.9", - "@types/react": "17.0.38", + "@types/react": "18.0.8", "autoprefixer": "10.4.4", "eslint": "8.7.0", "eslint-config-next": "12.0.8", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 48486f2..8aa40e5 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -2,7 +2,7 @@ lockfileVersion: 5.3 specifiers: '@types/node': 17.0.9 - '@types/react': 17.0.38 + '@types/react': 18.0.8 autoprefixer: 10.4.4 eslint: 8.7.0 eslint-config-next: 12.0.8 @@ -20,7 +20,7 @@ dependencies: devDependencies: '@types/node': 17.0.9 - '@types/react': 17.0.38 + '@types/react': 18.0.8 autoprefixer: 10.4.4_postcss@8.4.13 eslint: 8.7.0 eslint-config-next: 12.0.8_1523953a9b79c75d06c9813feeadac5d @@ -261,8 +261,8 @@ packages: resolution: {integrity: sha512-rZ5drC/jWjrArrS8BR6SIr4cWpW09RNTYt9AMZo3Jwwif+iacXAqgVjm0B0Bv/S1jhDXKHqRVNCbACkJ89RAnQ==} dev: true - /@types/react/17.0.38: - resolution: {integrity: sha512-SI92X1IA+FMnP3qM5m4QReluXzhcmovhZnLNm3pyeQlooi02qI7sLiepEYqT678uNiyc25XfCqxREFpy3W7YhQ==} + /@types/react/18.0.8: + resolution: {integrity: sha512-+j2hk9BzCOrrOSJASi5XiOyBbERk9jG5O73Ya4M0env5Ixi6vUNli4qy994AINcEF+1IEHISYFfIT4zwr++LKw==} dependencies: '@types/prop-types': 15.7.4 '@types/scheduler': 0.16.2 diff --git a/yarn.lock b/yarn.lock index 9455fb8..2e6e580 100644 --- a/yarn.lock +++ b/yarn.lock @@ -184,10 +184,10 @@ resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.4.tgz#fcf7205c25dff795ee79af1e30da2c9790808f11" integrity sha512-rZ5drC/jWjrArrS8BR6SIr4cWpW09RNTYt9AMZo3Jwwif+iacXAqgVjm0B0Bv/S1jhDXKHqRVNCbACkJ89RAnQ== -"@types/react@17.0.38": - version "17.0.38" - resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.38.tgz#f24249fefd89357d5fa71f739a686b8d7c7202bd" - integrity sha512-SI92X1IA+FMnP3qM5m4QReluXzhcmovhZnLNm3pyeQlooi02qI7sLiepEYqT678uNiyc25XfCqxREFpy3W7YhQ== +"@types/react@18.0.8": + version "18.0.8" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.8.tgz#a051eb380a9fbcaa404550543c58e1cf5ce4ab87" + integrity sha512-+j2hk9BzCOrrOSJASi5XiOyBbERk9jG5O73Ya4M0env5Ixi6vUNli4qy994AINcEF+1IEHISYFfIT4zwr++LKw== dependencies: "@types/prop-types" "*" "@types/scheduler" "*"