From 084f41e200fbd33ce8425903db0f7273ac49a92f Mon Sep 17 00:00:00 2001 From: canisminor1990 Date: Tue, 7 Jan 2025 13:08:59 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat:=20Update=20antd?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index cc2b451..bffffb2 100644 --- a/package.json +++ b/package.json @@ -78,6 +78,13 @@ "eslint --fix" ] }, + "dependencies": { + "@lobehub/ui": "^1.160.0", + "antd-style": "^3.7.1", + "lucide-react": "^0.469.0", + "polished": "^4.3.1", + "react-layout-kit": "^1.9.1" + }, "devDependencies": { "@babel/runtime": "^7.26.0", "@commitlint/cli": "^18.6.1", @@ -86,7 +93,7 @@ "@types/lodash-es": "^4.17.12", "@types/pangu": "^4.0.2", "@types/query-string": "^6.3.0", - "@types/react": "^19.0.2", + "@types/react": "^19.0.3", "@types/react-dom": "^19.0.2", "@vitest/coverage-v8": "~1.2.2", "babel-plugin-antd-style": "^1.0.4", @@ -120,15 +127,9 @@ "vitest": "~1.2.2" }, "peerDependencies": { - "@babel/runtime": "^7.0.0", - "@lobehub/ui": "^1.160.0", - "antd": "^5.22.0", - "antd-style": "^3.7.0", - "lucide-react": "^0.469.0", - "polished": "^4.0.0", + "antd": "^5.23.0", "react": "^18.0.0 || ^19.0.0", - "react-dom": "^18.0.0 || ^19.0.0", - "react-layout-kit": "^1.0.0" + "react-dom": "^18.0.0 || ^19.0.0" }, "publishConfig": { "access": "public",