From df863d3a6c9e90907677dfc68f06716f4b67c003 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 7 Aug 2022 12:38:04 +0000 Subject: [PATCH] chore(deps): update dependency @types/react to v18.0.16 --- 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 f9f1e27..01fc280 100644 --- a/package.json +++ b/package.json @@ -22,7 +22,7 @@ }, "devDependencies": { "@types/node": "17.0.9", - "@types/react": "18.0.9", + "@types/react": "18.0.16", "autoprefixer": "10.4.4", "eslint": "8.7.0", "eslint-config-next": "12.2.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 1149193..a3a021b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -2,7 +2,7 @@ lockfileVersion: 5.4 specifiers: '@types/node': 17.0.9 - '@types/react': 18.0.9 + '@types/react': 18.0.16 autoprefixer: 10.4.4 eslint: 8.7.0 eslint-config-next: 12.2.1 @@ -20,7 +20,7 @@ dependencies: devDependencies: '@types/node': 17.0.9 - '@types/react': 18.0.9 + '@types/react': 18.0.16 autoprefixer: 10.4.4_postcss@8.4.13 eslint: 8.7.0 eslint-config-next: 12.2.1_4tfpy7rlxgvxaee6aikeliznyq @@ -247,8 +247,8 @@ packages: resolution: {integrity: sha512-rZ5drC/jWjrArrS8BR6SIr4cWpW09RNTYt9AMZo3Jwwif+iacXAqgVjm0B0Bv/S1jhDXKHqRVNCbACkJ89RAnQ==} dev: true - /@types/react/18.0.9: - resolution: {integrity: sha512-9bjbg1hJHUm4De19L1cHiW0Jvx3geel6Qczhjd0qY5VKVE2X5+x77YxAepuCwVh4vrgZJdgEJw48zrhRIeF4Nw==} + /@types/react/18.0.16: + resolution: {integrity: sha512-3vX1dzVucqc2nhXtzyaParTIIRZeNbisRqLE7QdeLomVybEyeiuAouzZXgz71P+2kbJOqj3dy0fzoATg2I06GQ==} dependencies: '@types/prop-types': 15.7.4 '@types/scheduler': 0.16.2 diff --git a/yarn.lock b/yarn.lock index 8132895..821bc0c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -171,10 +171,10 @@ resolved "https://registry.yarnpkg.com/@types/prop-types/-/prop-types-15.7.4.tgz#fcf7205c25dff795ee79af1e30da2c9790808f11" integrity sha512-rZ5drC/jWjrArrS8BR6SIr4cWpW09RNTYt9AMZo3Jwwif+iacXAqgVjm0B0Bv/S1jhDXKHqRVNCbACkJ89RAnQ== -"@types/react@18.0.9": - version "18.0.9" - resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.9.tgz#d6712a38bd6cd83469603e7359511126f122e878" - integrity sha512-9bjbg1hJHUm4De19L1cHiW0Jvx3geel6Qczhjd0qY5VKVE2X5+x77YxAepuCwVh4vrgZJdgEJw48zrhRIeF4Nw== +"@types/react@18.0.16": + version "18.0.16" + resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.16.tgz#8de9bf7feebfa520777e8d30815070b39cb663c0" + integrity sha512-3vX1dzVucqc2nhXtzyaParTIIRZeNbisRqLE7QdeLomVybEyeiuAouzZXgz71P+2kbJOqj3dy0fzoATg2I06GQ== dependencies: "@types/prop-types" "*" "@types/scheduler" "*"