Skip to content

Commit ae15e31

Browse files
committed
chore: upgrade pnpm
1 parent 8a3ebef commit ae15e31

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ RUN apt update
44
RUN apt install -y postgresql-common
55
RUN YES=yes /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh
66
RUN apt install -y postgresql-client-17
7-
RUN su node -c "npm install -g pnpm@10.5.0"
7+
RUN su node -c "npm install -g pnpm@10.7.0"

package.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,19 @@
4040
"engines": {
4141
"node": ">=22.0.0"
4242
},
43-
"packageManager": "pnpm@10.5.0",
43+
"packageManager": "pnpm@10.7.0",
4444
"pnpm": {
4545
"overrides": {
4646
"sodium-native": "4.2.0"
47-
}
47+
},
48+
"onlyBuiltDependencies": [
49+
"@nestjs/core",
50+
"@scarf/scarf",
51+
"core-js-pure",
52+
"esbuild",
53+
"nx",
54+
"sharp",
55+
"sodium-native"
56+
]
4857
}
4958
}

0 commit comments

Comments
 (0)