From bfc27b8fa78502dda008f48587dfee6023afc0a2 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 24 Nov 2020 13:21:23 +0000 Subject: [PATCH] chore(deps): update dependency @types/react to v17 --- package.json | 2 +- yarn.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index 87c72f7f0..36cdba084 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,7 @@ "@commitlint/cli": "11.0.0", "@commitlint/config-conventional": "11.0.0", "@types/node": "14.14.9", - "@types/react": "16.9.56", + "@types/react": "17.0.0", "@types/react-dom": "17.0.0", "@typescript-eslint/eslint-plugin": "4.8.1", "@typescript-eslint/parser": "4.8.1", diff --git a/yarn.lock b/yarn.lock index 18173b855..226c8117d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1932,10 +1932,10 @@ "@types/prop-types" "*" csstype "^2.2.0" -"@types/react@16.9.56": - version "16.9.56" - resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.56.tgz#ea25847b53c5bec064933095fc366b1462e2adf0" - integrity sha512-gIkl4J44G/qxbuC6r2Xh+D3CGZpJ+NdWTItAPmZbR5mUS+JQ8Zvzpl0ea5qT/ZT3ZNTUcDKUVqV3xBE8wv/DyQ== +"@types/react@17.0.0": + version "17.0.0" + resolved "https://registry.yarnpkg.com/@types/react/-/react-17.0.0.tgz#5af3eb7fad2807092f0046a1302b7823e27919b8" + integrity sha512-aj/L7RIMsRlWML3YB6KZiXB3fV2t41+5RBGYF8z+tAKU43Px8C3cYUZsDvf1/+Bm4FK21QWBrDutu8ZJ/70qOw== dependencies: "@types/prop-types" "*" csstype "^3.0.2"