Skip to content

Commit

Permalink
Update pnpm to v9.15.3 (#2183)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 8, 2025
1 parent 0cc9f65 commit db05239
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
"license": "MIT",
"engines": {
"node": "22.12.0",
"pnpm": ">=9.15.2"
"pnpm": ">=9.15.3"
},
"packageManager": "[email protected].2",
"packageManager": "[email protected].3",
"scripts": {
"console": "prisma-repl",
"build": "pnpm tsc -p tsconfig.json && tsc-alias -p tsconfig.json",
Expand Down
4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"private": true,
"engines": {
"node": "22.12.0",
"pnpm": ">=9.15.2"
"pnpm": ">=9.15.3"
},
"packageManager": "[email protected].2",
"packageManager": "[email protected].3",
"scripts": {
"dev": "next dev -p 8080 --turbo",
"build": "next build",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"private": true,
"engines": {
"node": "22.12.0",
"pnpm": ">=9.15.2"
"pnpm": ">=9.15.3"
},
"packageManager": "[email protected].2",
"packageManager": "[email protected].3",
"scripts": {
"preinstall": "npx only-allow pnpm",
"backend": "pnpm -F \"backend\"",
Expand Down

0 comments on commit db05239

Please sign in to comment.