Skip to content

Commit 3d75819

Browse files
Update pnpm to v11.7.0 (#84)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b6ecb94 commit 3d75819

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.6.0
7+
RUN npm install -g pnpm@11.7.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.3.0"
3-
pnpm = "11.6.0"
3+
pnpm = "11.7.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.6.0"
43+
"packageManager": "pnpm@11.7.0"
4444
}

0 commit comments

Comments
 (0)