Skip to content

Commit

Permalink
chore(deps): update dependency node to v22
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 7, 2024
1 parent 6b76c33 commit 8c38ce6
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
18
22
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.56",
"@types/node": "22.9.0",
"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.56",
"@types/node": "22.9.0",
"@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 @@ -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.56",
"@types/node": "22.9.0",
"@types/prettier": "^2.7.3",
"@typescript-eslint/eslint-plugin": "8.9.0",
"@typescript-eslint/parser": "8.9.0",
Expand Down Expand Up @@ -174,7 +174,7 @@
"react-from-dom": "0.6.2"
},
"engines": {
"node": ">=18 <19",
"node": "<23",
"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 @@ -2530,7 +2530,7 @@ __metadata:
dependencies:
"@manypkg/find-root": 1.1.0
"@manypkg/get-packages": 1.1.3
"@types/node": 18.19.56
"@types/node": 22.9.0
cac: 6.7.14
omit-empty-es: 1.2.0
prettier: 2.8.8
Expand All @@ -2553,7 +2553,7 @@ __metadata:
"@types/listr": 0.14.9
"@types/lodash": 4.17.10
"@types/mdast": 3.0.15
"@types/node": 18.19.56
"@types/node": 22.9.0
"@types/shelljs": 0.8.15
"@types/unist": 3.0.3
"@types/vfile": 4.0.0
Expand Down Expand Up @@ -8885,12 +8885,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:18.19.56":
version: 18.19.56
resolution: "@types/node@npm:18.19.56"
"@types/node@npm:22.9.0":
version: 22.9.0
resolution: "@types/node@npm:22.9.0"
dependencies:
undici-types: ~5.26.4
checksum: 2660aa2e50ddb77e4ea4e29e6b917e942ca49ecbd46b6333a7aeffdffafc5d7e48f8a731b6570a61bebdd0ba8dc104a250c432bea00e70aec5a4cb6e6f2df771
undici-types: ~6.19.8
checksum: c014eb3b8a110f1b87b614a40ef288d13e6b08ae9d5dafbd38951a2eebc24d352dc55330ed9d00c97ee9e64483c3cc14c4aa914c5df7ca7b9eaa1a30b2340dbd
languageName: node
linkType: hard

Expand Down Expand Up @@ -23927,7 +23927,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.56
"@types/node": 22.9.0
"@types/prettier": ^2.7.3
"@typescript-eslint/eslint-plugin": 8.9.0
"@typescript-eslint/parser": 8.9.0
Expand Down Expand Up @@ -24035,6 +24035,13 @@ __metadata:
languageName: node
linkType: hard

"undici-types@npm:~6.19.8":
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

0 comments on commit 8c38ce6

Please sign in to comment.