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 May 27, 2024
1 parent 35daa95 commit c6a5812
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.21",
"@types/node": "20.12.12",
"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.14.202",
"@types/mdast": "3.0.15",
"@types/node": "18.19.21",
"@types/node": "20.12.12",
"@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.21",
"@types/node": "20.12.12",
"@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 @@ -2086,7 +2086,7 @@ __metadata:
dependencies:
"@manypkg/find-root": 1.1.0
"@manypkg/get-packages": 1.1.3
"@types/node": 18.19.21
"@types/node": 20.12.12
cac: 6.7.14
omit-empty-es: 1.2.0
prettier: 2.8.8
Expand All @@ -2109,7 +2109,7 @@ __metadata:
"@types/listr": 0.14.9
"@types/lodash": 4.14.202
"@types/mdast": 3.0.15
"@types/node": 18.19.21
"@types/node": 20.12.12
"@types/shelljs": 0.8.15
"@types/unist": 3.0.2
"@types/vfile": 4.0.0
Expand Down Expand Up @@ -6966,12 +6966,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:18.19.21":
version: 18.19.21
resolution: "@types/node@npm:18.19.21"
"@types/node@npm:20.12.12":
version: 20.12.12
resolution: "@types/node@npm:20.12.12"
dependencies:
undici-types: ~5.26.4
checksum: a8c66d97426e8bbe341a6bdf42af9659ff5ad500c790b9046c981e234db42a1354a6ae86d5d1b75c86dfa018c742fb65c400a0e31d8f9f7505d4cfe5bd11ba72
checksum: 5373983874b9af7c216e7ca5d26b32a8d9829c703a69f1e66f2113598b5be8582c0e009ca97369f1ec9a6282b3f92812208d06eb1e9fc3bd9b939b022303d042
languageName: node
linkType: hard

Expand Down Expand Up @@ -19583,7 +19583,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.21
"@types/node": 20.12.12
"@types/prettier": ^2.7.3
"@typescript-eslint/eslint-plugin": 6.21.0
"@typescript-eslint/parser": 6.21.0
Expand Down

0 comments on commit c6a5812

Please sign in to comment.