From 304afe1d11f39290dc2a935cffbd955e977b07d8 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 21 Jan 2022 02:10:48 +0000 Subject: [PATCH] chore: update dependency @types/react to v16.14.21 --- app/package.json | 2 +- yarn.lock | 14 ++++++++++---- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/app/package.json b/app/package.json index 9c287a36d..c1e3f28a2 100644 --- a/app/package.json +++ b/app/package.json @@ -99,7 +99,7 @@ "@types/node": "16.11.21", "@types/plotly.js": "1.54.20", "@types/puppeteer": "1.20.2", - "@types/react": "16.9.56", + "@types/react": "16.14.21", "@types/react-dom": "16.9.14", "@types/react-helmet": "6.1.5", "@types/react-plotly.js": "2.5.0", diff --git a/yarn.lock b/yarn.lock index 10cb3434d..168c35127 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2124,12 +2124,13 @@ "@types/prop-types" "*" csstype "^3.0.2" -"@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@16.14.21": + version "16.14.21" + resolved "https://registry.yarnpkg.com/@types/react/-/react-16.14.21.tgz#35199b21a278355ec7a3c40003bd6a334bd4ae4a" + integrity sha512-rY4DzPKK/4aohyWiDRHS2fotN5rhBSK6/rz1X37KzNna9HJyqtaGAbq9fVttrEPWF5ywpfIP1ITL8Xi2QZn6Eg== dependencies: "@types/prop-types" "*" + "@types/scheduler" "*" csstype "^3.0.2" "@types/react@^16": @@ -2140,6 +2141,11 @@ "@types/prop-types" "*" csstype "^3.0.2" +"@types/scheduler@*": + version "0.16.2" + resolved "https://registry.yarnpkg.com/@types/scheduler/-/scheduler-0.16.2.tgz#1a62f89525723dde24ba1b01b092bf5df8ad4d39" + integrity sha512-hppQEBDmlwhFAXKJX2KnWLYu5yMfi91yazPb2l+lbJiwW+wdo1gNeRA+3RgNSO39WYX2euey41KEwnqesU2Jew== + "@types/serve-static@*": version "1.13.9" resolved "https://registry.yarnpkg.com/@types/serve-static/-/serve-static-1.13.9.tgz#aacf28a85a05ee29a11fb7c3ead935ac56f33e4e"