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 8112e0a commit 7d292c3
Show file tree
Hide file tree
Showing 11 changed files with 40 additions and 29 deletions.
Binary file modified .carson/workspace.snapshot
Binary file not shown.
11 changes: 11 additions & 0 deletions .changeset/renovate-1b3299f.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
'@jakubmazanec/args': patch
'@jakubmazanec/carson': patch
'@jakubmazanec/changesets-changelog': patch
'@jakubmazanec/cli': patch
'@jakubmazanec/eslint-config': patch
'@jakubmazanec/template': patch
'@jakubmazanec/zod-utils': patch
---
Dependency `@types/node` updated to `^16.18.55`.
Dependency `node` updated to `>=16.20.2`.
42 changes: 21 additions & 21 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 @@ -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 Down
2 changes: 1 addition & 1 deletion packages/args/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"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": {
Expand Down
2 changes: 1 addition & 1 deletion 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 Down
2 changes: 1 addition & 1 deletion packages/changesets-changelog/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"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": {
Expand Down
2 changes: 1 addition & 1 deletion 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 Down
2 changes: 1 addition & 1 deletion 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 Down
2 changes: 1 addition & 1 deletion packages/template/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@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": {
Expand Down
2 changes: 1 addition & 1 deletion packages/zod-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"devDependencies": {
"@jest/globals": "^29.5.0",
"@types/node": "^16.18.3",
"@types/node": "^16.18.55",
"zod": "^3.19.1"
},
"peerDependencies": {
Expand Down

0 comments on commit 7d292c3

Please sign in to comment.