We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 000a59c commit 15bf406Copy full SHA for 15bf406
.devcontainer/Dockerfile
@@ -4,4 +4,4 @@ RUN apt update
4
RUN apt install -y postgresql-common
5
RUN YES=yes /usr/share/postgresql-common/pgdg/apt.postgresql.org.sh
6
RUN apt install -y postgresql-client-17
7
-RUN su node -c "npm install -g pnpm@10.14.0"
+RUN su node -c "npm install -g pnpm@10.15.0"
package.json
@@ -38,7 +38,7 @@
38
"typescript": "^5.9.2",
39
"typescript-eslint": "^8.39.1"
40
},
41
- "packageManager": "pnpm@10.14.0",
+ "packageManager": "pnpm@10.15.0",
42
"pnpm": {
43
"onlyBuiltDependencies": [
44
"@nestjs/core",
0 commit comments