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] committed Dec 7, 2023
1 parent 24a6b74 commit 317e272
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 @@ -51,6 +51,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.18.11",
"@types/node": "20.10.4",
"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.8",
"@types/lodash": "4.14.202",
"@types/mdast": "3.0.15",
"@types/node": "18.18.11",
"@types/node": "20.10.4",
"@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 @@ -92,7 +92,7 @@
"@testing-library/react": "12.1.5",
"@testing-library/react-hooks": "8.0.1",
"@types/is-hotkey": "^0.1.7",
"@types/node": "18.18.11",
"@types/node": "20.10.4",
"@types/prettier": "^2.7.3",
"@typescript-eslint/eslint-plugin": "6.12.0",
"@typescript-eslint/parser": "6.12.0",
Expand Down Expand Up @@ -168,7 +168,7 @@
"core-js-compat": "^3.23.4"
},
"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 @@ -2292,7 +2292,7 @@ __metadata:
dependencies:
"@manypkg/find-root": 1.1.0
"@manypkg/get-packages": 1.1.3
"@types/node": 18.18.11
"@types/node": 20.10.4
cac: 6.7.14
omit-empty-es: 1.2.0
prettier: 2.8.8
Expand All @@ -2315,7 +2315,7 @@ __metadata:
"@types/listr": 0.14.8
"@types/lodash": 4.14.202
"@types/mdast": 3.0.15
"@types/node": 18.18.11
"@types/node": 20.10.4
"@types/shelljs": 0.8.15
"@types/unist": 3.0.2
"@types/vfile": 4.0.0
Expand Down Expand Up @@ -7116,12 +7116,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:18.18.11":
version: 18.18.11
resolution: "@types/node@npm:18.18.11"
"@types/node@npm:20.10.4":
version: 20.10.4
resolution: "@types/node@npm:20.10.4"
dependencies:
undici-types: ~5.26.4
checksum: e4c2c5b792023c86248013589820d157ced46a35dcd60b15a3133a8f67f6b54c8870f245ecccbe7a12c49f1991ea84401946ddbb3f44894ec042642233e616d5
checksum: 054b296417e771ab524bea63cf3289559c6bdf290d45428f7cc68e9b00030ff7a0ece47b8c99a26b4f47a443919813bcf42beadff2f0bea7d8125fa541d92eb0
languageName: node
linkType: hard

Expand Down Expand Up @@ -19816,7 +19816,7 @@ __metadata:
"@testing-library/react": 12.1.5
"@testing-library/react-hooks": 8.0.1
"@types/is-hotkey": ^0.1.7
"@types/node": 18.18.11
"@types/node": 20.10.4
"@types/prettier": ^2.7.3
"@typescript-eslint/eslint-plugin": 6.12.0
"@typescript-eslint/parser": 6.12.0
Expand Down

0 comments on commit 317e272

Please sign in to comment.