Skip to content

Commit d9d0963

Browse files
committed
chore: upgrade pnpm
1 parent 5d292b5 commit d9d0963

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"engines": {
3737
"node": ">=22.0.0"
3838
},
39-
"packageManager": "pnpm@10.5.0",
39+
"packageManager": "pnpm@10.5.1",
4040
"pnpm": {
4141
"overrides": {
4242
"sodium-native": "4.2.0"

0 commit comments

Comments
 (0)