Skip to content

Commit

Permalink
feat: update engines for package.json files
Browse files Browse the repository at this point in the history
  • Loading branch information
agrattan0820 committed Jun 28, 2024
1 parent 440cf33 commit 260075a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"tsconfig": "workspace:*"
},
"engines": {
"node": "18"
"node": "20.15.0"
},
"optionalDependencies": {
"bufferutil": "^4.0.8",
Expand Down
2 changes: 1 addition & 1 deletion apps/server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"typescript": "^5.5.2"
},
"engines": {
"node": "18"
"node": "20.15.0"
},
"optionalDependencies": {
"bufferutil": "^4.0.8",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"turbo": "^2.0.6"
},
"engines": {
"node": "18"
"node": "20.15.0"
},
"packageManager": "pnpm@8.6.10",
"packageManager": "pnpm@9.4.0",
"name": "beeeeeeeep"
}
}

0 comments on commit 260075a

Please sign in to comment.