Skip to content

Commit 8db0fd9

Browse files
Update dependency pnpm to v11.10.0
1 parent 4acbaae commit 8db0fd9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM node:26-trixie-slim AS build
44

55
ENV CI=true
66

7-
RUN npm install -g pnpm@11.9.0
7+
RUN npm install -g pnpm@11.10.0
88

99
WORKDIR /app
1010

mise.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[tools]
22
node = "26.4.0"
3-
pnpm = "11.9.0"
3+
pnpm = "11.10.0"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@
4040
"lint-staged": {
4141
"*.{js,ts,vue}": "pnpm lint:fix"
4242
},
43-
"packageManager": "pnpm@11.9.0"
43+
"packageManager": "pnpm@11.10.0"
4444
}

0 commit comments

Comments
 (0)