Skip to content

Commit

Permalink
chore(deps): update dependency node to v20
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 5, 2024
1 parent ec50c29 commit f80b221
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
20
2 changes: 1 addition & 1 deletion docs/.nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
20
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@
"webpack": "4.47.0"
},
"engines": {
"node": ">=18 <19"
"node": "<21"
}
}
2 changes: 1 addition & 1 deletion generators/package-json/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"dependencies": {
"@manypkg/find-root": "1.1.0",
"@manypkg/get-packages": "1.1.3",
"@types/node": "18.19.34",
"@types/node": "20.14.2",
"cac": "6.7.14",
"omit-empty-es": "1.2.0",
"rcfile": "1.0.3"
Expand Down
2 changes: 1 addition & 1 deletion generators/readme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@types/listr": "0.14.9",
"@types/lodash": "4.17.4",
"@types/mdast": "3.0.15",
"@types/node": "18.19.34",
"@types/node": "20.14.2",
"@types/shelljs": "0.8.15",
"@types/unist": "3.0.2",
"@types/vfile": "4.0.0",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"@testing-library/react": "12.1.5",
"@testing-library/react-hooks": "8.0.1",
"@types/is-hotkey": "^0.1.7",
"@types/node": "18.19.34",
"@types/node": "20.14.2",
"@types/prettier": "^2.7.3",
"@typescript-eslint/eslint-plugin": "6.21.0",
"@typescript-eslint/parser": "6.21.0",
Expand Down Expand Up @@ -174,7 +174,7 @@
"react-from-dom": "0.6.2"
},
"engines": {
"node": ">=18 <19",
"node": "<21",
"npm": ">=6",
"yarn": ">=3"
},
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2332,7 +2332,7 @@ __metadata:
dependencies:
"@manypkg/find-root": 1.1.0
"@manypkg/get-packages": 1.1.3
"@types/node": 18.19.34
"@types/node": 20.14.2
cac: 6.7.14
omit-empty-es: 1.2.0
prettier: 2.8.8
Expand All @@ -2355,7 +2355,7 @@ __metadata:
"@types/listr": 0.14.9
"@types/lodash": 4.17.4
"@types/mdast": 3.0.15
"@types/node": 18.19.34
"@types/node": 20.14.2
"@types/shelljs": 0.8.15
"@types/unist": 3.0.2
"@types/vfile": 4.0.0
Expand Down Expand Up @@ -7281,12 +7281,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:18.19.34":
version: 18.19.34
resolution: "@types/node@npm:18.19.34"
"@types/node@npm:20.14.2":
version: 20.14.2
resolution: "@types/node@npm:20.14.2"
dependencies:
undici-types: ~5.26.4
checksum: ae6369baa1529ec3564da29611ec7eb8ccb219080d717292151b6b899820d25290243d01c9240f11a63d1a42e47198cd6310fab67b6d17bea723221fea07b644
checksum: 265362479b8f3b50fcd1e3f9e9af6121feb01a478dff0335ae67cccc3babfe45d0f12209d3d350595eebd7e67471762697b877c380513f8e5d27a238fa50c805
languageName: node
linkType: hard

Expand Down Expand Up @@ -19936,7 +19936,7 @@ __metadata:
"@testing-library/react": 12.1.5
"@testing-library/react-hooks": 8.0.1
"@types/is-hotkey": ^0.1.7
"@types/node": 18.19.34
"@types/node": 20.14.2
"@types/prettier": ^2.7.3
"@typescript-eslint/eslint-plugin": 6.21.0
"@typescript-eslint/parser": 6.21.0
Expand Down

0 comments on commit f80b221

Please sign in to comment.