From 961f103edec406b8c2cac1bb673b8e62a40dbcb2 Mon Sep 17 00:00:00 2001 From: CJL6015 <1253368419@qq.com> Date: Sun, 3 Aug 2025 14:48:16 +0800 Subject: [PATCH] update pnpm version in lockfile and Dockerfile to 10.14.0 --- pnpm-lock.yaml | 3 ++- scripts/Dockerfile | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index fc5e8fb..de1e011 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -78,7 +78,7 @@ importers: specifier: ^3.2.0 version: 3.2.0(pinia@2.1.7(typescript@5.2.2)(vue@3.3.8(typescript@5.2.2))) pnpm: - specifier: ^10.12.1 + specifier: ^10.7.0 version: 10.12.1 print-js: specifier: ^1.6.0 @@ -4765,6 +4765,7 @@ packages: source-map@0.8.0-beta.0: resolution: {integrity: sha512-2ymg6oRBpebeZi9UUNsgQ89bhx01TcTkmNTGnNO88imTmbSgy4nfujrgVEFKWpMTEGA11EDkTt7mqObTPdigIA==} engines: {node: '>= 8'} + deprecated: The work that was done in this beta branch won't be included in future versions sourcemap-codec@1.4.8: resolution: {integrity: sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==} diff --git a/scripts/Dockerfile b/scripts/Dockerfile index e335f48..3ab1d0f 100644 --- a/scripts/Dockerfile +++ b/scripts/Dockerfile @@ -7,7 +7,7 @@ ENV PATH="$PNPM_HOME:$PATH" ENV NODE_OPTIONS=--max-old-space-size=8192 ENV TZ=Asia/Shanghai -RUN npm install -g pnpm@10.7.0 +RUN npm install -g pnpm@10.14.0 WORKDIR /app COPY . .