From 9fb326c62cf5bd6043c42fe92a17fbc7cce9ad6d Mon Sep 17 00:00:00 2001 From: arvinxx Date: Fri, 20 Oct 2023 15:34:04 +0800 Subject: [PATCH] :rotating_light: chore: fix lint --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 66cdc200..c5580725 100644 --- a/package.json +++ b/package.json @@ -104,7 +104,9 @@ "@commitlint/cli": "^17", "@lobehub/ui": "^1", "@testing-library/react": "^14", - "@types/react": "^18", + "@types/chroma-js": "^2", + "@types/lodash-es": "^4", + "@types/react": "18.2.29", "@types/react-dom": "^18", "@umijs/lint": "^4", "@vitest/coverage-v8": "latest",