Skip to content

Commit 577637b

Browse files
committed
Update pnpm
1 parent ea3cee9 commit 577637b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Define versions as build arguments for easy updates
22
ARG NODE_VERSION=24.7.0
3-
ARG PNPM_VERSION=10.17.0
3+
ARG PNPM_VERSION=10.18.3
44
ARG ALPINE_VERSION=3.22
55
ARG PNPM_URL="https://github.com/pnpm/pnpm/releases/download/v${PNPM_VERSION}/pnpm-linuxstatic-x64"
66

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,12 @@
7272
},
7373
"engines": {
7474
"node": ">=24.7.0",
75-
"pnpm": ">=10.17.0"
75+
"pnpm": ">=10.18.3"
7676
},
7777
"volta": {
7878
"node": "24.7.0"
7979
},
80-
"packageManager": "[email protected].1",
80+
"packageManager": "[email protected].3",
8181
"pnpm": {
8282
"onlyBuiltDependencies": [
8383
"@tailwindcss/oxide",

0 commit comments

Comments
 (0)