From 0ef6ac051793e21863a2a25dc4e52f091b9b4389 Mon Sep 17 00:00:00 2001 From: waiting <1661926154@qq.com> Date: Fri, 13 Dec 2024 12:16:25 +0800 Subject: [PATCH] fix: deps missing --- packages/win32-api/package.json | 3 --- packages/win32-def/package.json | 5 +---- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/packages/win32-api/package.json b/packages/win32-api/package.json index caa4cff9..2aeb2751 100644 --- a/packages/win32-api/package.json +++ b/packages/win32-api/package.json @@ -51,9 +51,6 @@ "dependencies": { "win32-def": "^26.0.3" }, - "devDependencies": { - "@waiting/shared-core": "^23.19.0" - }, "engines": { "node": ">=16.12.0" }, diff --git a/packages/win32-def/package.json b/packages/win32-def/package.json index 7fd346ec..20690612 100644 --- a/packages/win32-def/package.json +++ b/packages/win32-def/package.json @@ -56,12 +56,9 @@ }, "license": "MIT", "dependencies": { - "@waiting/shared-types": "^23.19.0", + "@waiting/shared-core": "^23.19.0", "koffi": "^2.8.11" }, - "devDependencies": { - "@waiting/shared-core": "^23.19.0" - }, "engines": { "node": ">=16.12.0" },