From 7c5784e3f4745ea83eb5ff795d638460ecc807fe Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Thu, 8 Apr 2021 14:38:58 +0100 Subject: [PATCH] add @types/react Signed-off-by: Andrew Johnson --- plugins/github-deployments/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/github-deployments/package.json b/plugins/github-deployments/package.json index b8761c1385..2cbc63255a 100644 --- a/plugins/github-deployments/package.json +++ b/plugins/github-deployments/package.json @@ -42,6 +42,7 @@ "@testing-library/user-event": "^12.0.7", "@types/jest": "^26.0.7", "@types/node": "^14.14.32", + "@types/react": "^16.9", "cross-fetch": "^3.0.6", "msw": "^0.21.2" },