From e818ee913d2067d26142fb6fa6dd9e0a07b9f555 Mon Sep 17 00:00:00 2001 From: Wentao Lyu <35-wentao.lyu@users.noreply.git.stereye.tech> Date: Wed, 29 Mar 2023 03:34:13 +0800 Subject: [PATCH] fix: add typescript package for react --- client/package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client/package.json b/client/package.json index 11d8301083..cc3b50272f 100644 --- a/client/package.json +++ b/client/package.json @@ -24,6 +24,10 @@ "@radix-ui/react-dropdown-menu": "^2.0.2", "@radix-ui/react-label": "^2.0.0", "@radix-ui/react-tabs": "^1.0.3", + "@types/jest": "^29.5.0", + "@types/node": "^18.15.10", + "@types/react": "^18.0.30", + "@types/react-dom": "^18.0.11", "axios": "^1.3.4", "class-variance-authority": "^0.4.0", "clsx": "^1.2.1",