Skip to content

Commit

Permalink
chore(deps): update node.js to >=v18.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed May 2, 2023
1 parent a43c459 commit e5d177c
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 7 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"postversion": "turbo run build"
},
"devDependencies": {
"@types/node": "^18.15.11",
"@types/node": "^18.16.3",
"bumpp": "latest",
"release-it": "^15.10.2",
"turbo": "^1.9.3",
Expand All @@ -25,6 +25,6 @@
},
"packageManager": "pnpm@8.3.1",
"engines": {
"node": ">=v18.15.0"
"node": ">=v18.16.0"
}
}
2 changes: 1 addition & 1 deletion packages/bgmc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"vitest": "^0.30.1"
},
"engines": {
"node": ">=v18.15.0"
"node": ">=v18.16.0"
},
"release-it": {
"git": {
Expand Down
2 changes: 1 addition & 1 deletion packages/bgmd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"vitest": "^0.30.1"
},
"engines": {
"node": ">=v18.15.0"
"node": ">=v18.16.0"
},
"release-it": {
"git": {
Expand Down
43 changes: 40 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e5d177c

Please sign in to comment.