Skip to content

Commit 15bf406

Browse files
committed
chore: upgrade pnpm
1 parent 000a59c commit 15bf406

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.14.0"
7+
RUN su node -c "npm install -g pnpm@10.15.0"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"typescript": "^5.9.2",
3939
"typescript-eslint": "^8.39.1"
4040
},
41-
"packageManager": "pnpm@10.14.0",
41+
"packageManager": "pnpm@10.15.0",
4242
"pnpm": {
4343
"onlyBuiltDependencies": [
4444
"@nestjs/core",

0 commit comments

Comments
 (0)