From 9cc6704af7eb33b036395631fe04598ce209063a Mon Sep 17 00:00:00 2001 From: Kuingsmile <96409857+Kuingsmile@users.noreply.github.com> Date: Tue, 12 Aug 2025 15:39:03 +0800 Subject: [PATCH] :sparkles: Feature(custom): upgrade core to 2.0.0 --- package.json | 2 +- yarn.lock | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index acdfbfc9..373c14f2 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "multer": "^2.0.2", "node-ssh-no-cpu-features": "^2.0.0", "nodejs-file-downloader": "^4.13.0", - "piclist": "file:../piclist-core", + "piclist": "^2.0.0", "pinia": "^3.0.3", "pinia-plugin-persistedstate": "^4.4.1", "proxy-agent": "^6.5.0", diff --git a/yarn.lock b/yarn.lock index 81ce60c6..7c423ce3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8744,8 +8744,10 @@ performance-now@^2.1.0: resolved "https://registry.npmmirror.com/performance-now/-/performance-now-2.1.0.tgz#6309f4e0e5fa913ec1c69307ae364b4b377c9e7b" integrity sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow== -"piclist@file:../piclist-core": - version "1.9.14" +piclist@^2.0.0: + version "2.0.0" + resolved "https://registry.yarnpkg.com/piclist/-/piclist-2.0.0.tgz#6b854e37a419b5898e90fb6d800b32f4e6b5de27" + integrity sha512-tmNS47dSjq89oxYXCwnC5eoFiQ+YVKCc5jiipxLq91Gx8AKyAlJk/m1SIt4Hccu+xckwSfidAM9jG6h3Zu+iuA== dependencies: "@aws-sdk/client-s3" "3.864.0" "@aws-sdk/lib-storage" "3.864.0"