This is an automated email from the ASF dual-hosted git repository. xiaoyang pushed a commit to branch fix-package-json in repository https://gitbox.apache.org/repos/asf/incubator-eventmesh.git
commit c1493c01cd4178e30a2333775367126dcbf86e89 Author: Xiaoyang Liu <[email protected]> AuthorDate: Wed Jan 11 00:09:10 2023 -0800 dashboard: remove the override of @chakra-ui/system Signed-off-by: Xiaoyang Liu <[email protected]> --- eventmesh-dashboard/package.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/eventmesh-dashboard/package.json b/eventmesh-dashboard/package.json index 051cb16ec..22d8dc870 100644 --- a/eventmesh-dashboard/package.json +++ b/eventmesh-dashboard/package.json @@ -41,8 +41,5 @@ "eslint-plugin-react": "^7.27.1", "eslint-plugin-react-hooks": "^4.3.0", "typescript": "4.7.2" - }, - "overrides": { - "@chakra-ui/system": "1.9.1" } } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
