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 Oct 1, 2023
1 parent ce9dbc3 commit a38d171
Show file tree
Hide file tree
Showing 13 changed files with 53 additions and 53 deletions.
66 changes: 33 additions & 33 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@swc/cli": "^0.1.62",
"@swc/core": "^1.3.56",
"@testing-library/jest-dom": "^5.16.5",
"@types/node": "^16.18.3",
"@types/node": "^16.18.55",
"chokidar": "^3.5.3",
"concurrently": "^7.6.0",
"cross-env": "^7.0.3",
Expand All @@ -45,7 +45,7 @@
},
"packageManager": "[email protected]",
"engines": {
"node": ">=16.20.0"
"node": ">=16.20.2"
},
"overrides": {
"react": "^18.2.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/args/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@
"devDependencies": {
"@jest/globals": "^29.5.0",
"@types/lodash.camelcase": "^4.3.7",
"@types/node": "^16.18.3"
"@types/node": "^16.18.55"
},
"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"
}
}
4 changes: 2 additions & 2 deletions packages/carson/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@types/fs-extra": "^9.0.13",
"@types/lodash": "^4.14.195",
"@types/micromatch": "^4.0.2",
"@types/node": "^16.18.3",
"@types/node": "^16.18.55",
"@types/react": "^18.0.26",
"@types/semver": "^7.3.9",
"@types/zen-observable": "^0.8.3",
Expand All @@ -78,6 +78,6 @@
},
"packageManager": "[email protected]",
"engines": {
"node": ">=16.20.0"
"node": ">=16.20.2"
}
}
4 changes: 2 additions & 2 deletions packages/changesets-changelog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
"devDependencies": {
"@changesets/parse": "^0.3.15",
"@changesets/types": "^5.2.0",
"@types/node": "^16.18.3"
"@types/node": "^16.18.55"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=16.20.0"
"node": ">=16.20.2"
}
}
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@jest/globals": "^29.5.0",
"@types/fs-extra": "^9.0.13",
"@types/lodash": "^4.14.195",
"@types/node": "^16.18.3",
"@types/node": "^16.18.55",
"@types/react": "^18.0.26",
"ink": "^3.2.0",
"ink-testing-library": "^3.0.0",
Expand All @@ -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"
}
}
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"devDependencies": {
"@types/confusing-browser-globals": "^1.0.0",
"@types/eslint": "^8.21.3",
"@types/node": "^16.18.3",
"@types/node": "^16.18.55",
"eslint": "^8.36.0"
},
"peerDependencies": {
Expand All @@ -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"
}
}
4 changes: 2 additions & 2 deletions packages/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
"@types/fs-extra": "^11.0.1",
"@types/lodash.merge": "^4.6.7",
"@types/lodash.omit": "^4.5.7",
"@types/node": "^16.18.3"
"@types/node": "^16.18.55"
},
"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"
}
}
Loading

0 comments on commit a38d171

Please sign in to comment.