Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update dependency node to v20 #2659

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 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.54",
"@types/node": "20.16.11",
"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.10",
"@types/mdast": "3.0.15",
"@types/node": "18.19.54",
"@types/node": "20.16.11",
"@types/shelljs": "0.8.15",
"@types/unist": "3.0.3",
"@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 @@ -95,7 +95,7 @@
"@testing-library/react": "12.1.5",
"@testing-library/react-hooks": "8.0.1",
"@types/is-hotkey": "^0.1.7",
"@types/node": "18.19.54",
"@types/node": "20.16.11",
"@types/prettier": "^2.7.3",
"@typescript-eslint/eslint-plugin": "8.8.0",
"@typescript-eslint/parser": "8.8.0",
Expand Down Expand Up @@ -175,7 +175,7 @@
"react-from-dom": "0.6.2"
},
"engines": {
"node": ">=18 <19",
"node": "<21",
"npm": ">=6",
"yarn": ">=3"
},
Expand Down
23 changes: 15 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2335,7 +2335,7 @@ __metadata:
dependencies:
"@manypkg/find-root": 1.1.0
"@manypkg/get-packages": 1.1.3
"@types/node": 18.19.54
"@types/node": 20.16.11
cac: 6.7.14
omit-empty-es: 1.2.0
prettier: 2.8.8
Expand All @@ -2358,7 +2358,7 @@ __metadata:
"@types/listr": 0.14.9
"@types/lodash": 4.17.10
"@types/mdast": 3.0.15
"@types/node": 18.19.54
"@types/node": 20.16.11
"@types/shelljs": 0.8.15
"@types/unist": 3.0.3
"@types/vfile": 4.0.0
Expand Down Expand Up @@ -8669,12 +8669,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:18.19.54":
version: 18.19.54
resolution: "@types/node@npm:18.19.54"
"@types/node@npm:20.16.11":
version: 20.16.11
resolution: "@types/node@npm:20.16.11"
dependencies:
undici-types: ~5.26.4
checksum: d85bacc7430c2913bcd2cf293f312bc1f9108819707ac25b58404185c3b8f9ca9e3e93c396672f457c18e65f5ba86cc8363803f830207c6b7dd14fd74e1455b0
undici-types: ~6.19.2
checksum: 68a239e4cff66972c990a89faa052da27d17d9f8d3ee324e9e5899323feaf229b475c1969ae9e189d0c499736fc04e9f20f480613d16b93ce249518dc32707a0
languageName: node
linkType: hard

Expand Down Expand Up @@ -23764,7 +23764,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.54
"@types/node": 20.16.11
"@types/prettier": ^2.7.3
"@typescript-eslint/eslint-plugin": 8.8.0
"@typescript-eslint/parser": 8.8.0
Expand Down Expand Up @@ -23872,6 +23872,13 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~6.19.2":
version: 6.19.8
resolution: "undici-types@npm:6.19.8"
checksum: de51f1b447d22571cf155dfe14ff6d12c5bdaec237c765085b439c38ca8518fc360e88c70f99469162bf2e14188a7b0bcb06e1ed2dc031042b984b0bb9544017
languageName: node
linkType: hard

"unherit@npm:^1.0.4":
version: 1.1.3
resolution: "unherit@npm:1.1.3"
Expand Down
Loading