Skip to content

Commit e63da40

Browse files
Update dependency pnpm to v11.3.0
1 parent e9a80f0 commit e63da40

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.2.2
7+
RUN npm install -g pnpm@11.3.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.2.0"
3-
pnpm = "11.2.2"
3+
pnpm = "11.3.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.2.2"
43+
"packageManager": "pnpm@11.3.0"
4444
}

0 commit comments

Comments
 (0)