From 4e6d888340d0b625ccd5360f934623e543a57c51 Mon Sep 17 00:00:00 2001 From: Eric Peterson Date: Tue, 25 May 2021 10:21:11 +0200 Subject: [PATCH] Move react type from devDeps to deps Signed-off-by: Eric Peterson --- plugins/search/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/search/package.json b/plugins/search/package.json index 0c99e9b81c..a02beefb4d 100644 --- a/plugins/search/package.json +++ b/plugins/search/package.json @@ -38,6 +38,7 @@ "@material-ui/core": "^4.11.0", "@material-ui/icons": "^4.9.1", "@material-ui/lab": "4.0.0-alpha.45", + "@types/react": "^16.9", "qs": "^6.9.4", "react": "^16.13.1", "react-dom": "^16.13.1",