From 509e49c439a2bd7f1792279a65ee636ad0ab46b2 Mon Sep 17 00:00:00 2001 From: waiting <1661926154@qq.com> Date: Thu, 13 Jun 2024 17:27:49 +0800 Subject: [PATCH] chore: bump deps version --- packages/win32-api/package.json | 8 ++++---- packages/win32-def/package.json | 10 +++++----- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/packages/win32-api/package.json b/packages/win32-api/package.json index bf4f60df..3de372de 100644 --- a/packages/win32-api/package.json +++ b/packages/win32-api/package.json @@ -78,10 +78,10 @@ }, "devDependencies": { "@types/ffi-napi": "*", - "@types/ref-napi": "^3.0.6", - "@types/ref-struct-di": "^1.1.8", - "@types/ref-union-di": "^1.0.5", - "@waiting/shared-core": "^20.11.4", + "@types/ref-napi": "^3.0.12", + "@types/ref-struct-di": "^1.1.12", + "@types/ref-union-di": "^1.0.9", + "@waiting/shared-core": "^23.13.0", "ffi-napi": "^4.0.3", "ref-napi": "^3.0.3", "ref-struct-di": "^1.1.1", diff --git a/packages/win32-def/package.json b/packages/win32-def/package.json index 4f47063d..16cf1eb5 100644 --- a/packages/win32-def/package.json +++ b/packages/win32-def/package.json @@ -49,13 +49,13 @@ }, "license": "MIT", "dependencies": { - "@waiting/shared-types": "^20.11.0" + "@waiting/shared-types": "^23.13.0" }, "devDependencies": { - "@types/ref-napi": "^3.0.6", - "@types/ref-struct-di": "^1.1.8", - "@types/ref-union-di": "^1.0.5", - "@waiting/shared-core": "^20.11.4" + "@types/ref-napi": "^3.0.12", + "@types/ref-struct-di": "^1.1.12", + "@types/ref-union-di": "^1.0.9", + "@waiting/shared-core": "^23.13.0" }, "peerDependencies": { "ref-napi": "^3.0.3",