From 4237e9581aa20bf1025916eb9b228ac4e8e097c5 Mon Sep 17 00:00:00 2001 From: Fernando Rodrigues da Silva Date: Fri, 3 Nov 2023 19:40:05 -0300 Subject: [PATCH] add @types/react Signed-off-by: Fernando Rodrigues da Silva --- plugins/should-i-deploy/package.json | 1 + yarn.lock | 1 + 2 files changed, 2 insertions(+) diff --git a/plugins/should-i-deploy/package.json b/plugins/should-i-deploy/package.json index d6c9bd6d6e..da7465c167 100644 --- a/plugins/should-i-deploy/package.json +++ b/plugins/should-i-deploy/package.json @@ -37,6 +37,7 @@ "@material-ui/icons": "^4.9.1", "@material-ui/lab": "4.0.0-alpha.57", "@testing-library/jest-dom": "^5.10.1", + "@types/react": "^16.13.1 || ^17.0.0", "cross-fetch": "^3.1.5", "react-use": "^17.2.4" }, diff --git a/yarn.lock b/yarn.lock index c8e7629e86..1d67609b6d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -9409,6 +9409,7 @@ __metadata: "@testing-library/user-event": ^14.0.0 "@types/jest": "*" "@types/node": "*" + "@types/react": ^16.13.1 || ^17.0.0 cross-fetch: ^3.1.5 msw: ^0.44.0 react-use: ^17.2.4