chore: update packageManager version to pnpm@10.12.4 in package.json

This commit is contained in:
2025-07-02 19:52:34 +00:00
committed by GitHub
parent d805410fa4
commit 52de9a51f7
3 changed files with 3 additions and 7856 deletions

View File

@@ -2,7 +2,7 @@
FROM node:22-alpine
# Install pnpm globally
RUN npm install -g pnpm@9.15.3
RUN npm install -g pnpm@10.12.4
# Set working directory
WORKDIR /app
@@ -11,7 +11,7 @@ WORKDIR /app
COPY package.json pnpm-lock.yaml ./
# Install dependencies
RUN pnpm install --frozen-lockfile
RUN pnpm install
# Copy source code
COPY . .

7853
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -52,7 +52,7 @@
"tailwindcss": "^3.4.15",
"typescript": "^5"
},
"packageManager": "pnpm@9.15.3+sha512.1f79bc245a66eb0b07c5d4d83131240774642caaa86ef7d0434ab47c0d16f66b04e21e0c086eb61e62c77efc4d7f7ec071afad3796af64892fae66509173893a",
"packageManager": "pnpm@10.12.4",
"overrides": {
"@types/react": "19.1.8",
"@types/react-dom": "19.1.6"