Skip to content

Commit

Permalink
Update Node.js to >=16.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and Bot committed Oct 1, 2023
1 parent 1f2348e commit 0896c6b
Show file tree
Hide file tree
Showing 14 changed files with 38 additions and 24 deletions.
14 changes: 14 additions & 0 deletions .changeset/renovate-17cdf54.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
'@jakubmazanec/args': patch
'@jakubmazanec/carson-templates': patch
'@jakubmazanec/carson': patch
'@jakubmazanec/changesets-changelog': patch
'@jakubmazanec/cli': patch
'@jakubmazanec/error': patch
'@jakubmazanec/eslint-config': patch
'@jakubmazanec/fs-utils': patch
'@jakubmazanec/template': patch
'@jakubmazanec/ts-utils': patch
'@jakubmazanec/zod-utils': patch
---
Dependency `node` updated to `>=16.20.2`.
24 changes: 12 additions & 12 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"packageManager": "[email protected]",
"engines": {
"node": ">=16.20.0"
"node": ">=16.20.2"
},
"overrides": {
"react": "^18.2.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/args/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@
},
"packageManager": "[email protected]",
"engines": {
"node": ">=16.20.0"
"node": ">=16.20.2"
}
}
2 changes: 1 addition & 1 deletion packages/carson-templates/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@
},
"packageManager": "[email protected]",
"engines": {
"node": ">=16.20.0"
"node": ">=16.20.2"
}
}
2 changes: 1 addition & 1 deletion packages/carson/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,6 @@
},
"packageManager": "[email protected]",
"engines": {
"node": ">=16.20.0"
"node": ">=16.20.2"
}
}
2 changes: 1 addition & 1 deletion packages/changesets-changelog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
},
"packageManager": "[email protected]",
"engines": {
"node": ">=16.20.0"
"node": ">=16.20.2"
}
}
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@
},
"packageManager": "[email protected]",
"engines": {
"node": ">=16.20.0"
"node": ">=16.20.2"
}
}
2 changes: 1 addition & 1 deletion packages/error/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@
},
"packageManager": "[email protected]",
"engines": {
"node": ">=16.20.0"
"node": ">=16.20.2"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@
},
"packageManager": "[email protected]",
"engines": {
"node": ">=16.20.0"
"node": ">=16.20.2"
}
}
2 changes: 1 addition & 1 deletion packages/fs-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@
},
"packageManager": "[email protected]",
"engines": {
"node": ">=16.20.0"
"node": ">=16.20.2"
}
}
2 changes: 1 addition & 1 deletion packages/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
},
"packageManager": "[email protected]",
"engines": {
"node": ">=16.20.0"
"node": ">=16.20.2"
}
}
2 changes: 1 addition & 1 deletion packages/ts-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
},
"packageManager": "[email protected]",
"engines": {
"node": ">=16.20.0"
"node": ">=16.20.2"
}
}
2 changes: 1 addition & 1 deletion packages/zod-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
},
"packageManager": "[email protected]",
"engines": {
"node": ">=16.20.0"
"node": ">=16.20.2"
}
}

0 comments on commit 0896c6b

Please sign in to comment.