Skip to content
Open
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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"test:unit": "jest"
},
"engines": {
"node": "18.x || 20.x || 22.x"
"node": "24.x"
},
"dependencies": {
"@babel/core": "^7.17.8",
Expand All @@ -29,7 +29,7 @@
"@jest/globals": "^29.0.0",
"@types/inquirer": "^9.0.0",
"@types/jscodeshift": "^0.12.0",
"@types/node": "^20.0.0",
"@types/node": "^24.0.0",
"@types/yargs": "^17.0.10",
"dedent": "^1.0.0",
"eslint": "^8.12.0",
Expand All @@ -51,6 +51,6 @@
"url": "https://github.com/eps1lon/types-react-codemod.git"
},
"volta": {
"node": "24.11.1"
"node": "24.14.1"
}
}
36 changes: 10 additions & 26 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2388,12 +2388,12 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:*":
version: 22.10.5
resolution: "@types/node@npm:22.10.5"
"@types/node@npm:*, @types/node@npm:^24.0.0":
version: 24.12.2
resolution: "@types/node@npm:24.12.2"
dependencies:
undici-types: ~6.20.0
checksum: 3b0e966df4e130edac3ad034f1cddbe134e70f11556062468c9fbd749a3b07a44445a3a75a7eec68a104930bf05d4899f1a418c4ae48493d2c8c1544d8594bcc
undici-types: ~7.16.0
checksum: 81819134cba7708abf6b969c6dbd37a863f378076f51b93c0031ce93060378914d60ea5a208dfd6a7dd368b30af9061dc7e78d5e3e492151a5df61f8268b628e
languageName: node
linkType: hard

Expand All @@ -2404,15 +2404,6 @@ __metadata:
languageName: node
linkType: hard

"@types/node@npm:^20.0.0":
version: 20.17.12
resolution: "@types/node@npm:20.17.12"
dependencies:
undici-types: ~6.19.2
checksum: 0c0dbeb4e1480a23071ec38e97bb3d776e0ae9828174bf45f9edcf277caa955945cb10d31d84f7a73c66aaf92ae2e022be6331bd00a4bed1f2ad9639a411d17e
languageName: node
linkType: hard

"@types/stack-utils@npm:^2.0.0":
version: 2.0.3
resolution: "@types/stack-utils@npm:2.0.3"
Expand Down Expand Up @@ -6029,7 +6020,7 @@ __metadata:
"@jest/globals": ^29.0.0
"@types/inquirer": ^9.0.0
"@types/jscodeshift": ^0.12.0
"@types/node": ^20.0.0
"@types/node": ^24.0.0
"@types/yargs": ^17.0.10
dedent: ^1.0.0
eslint: ^8.12.0
Expand Down Expand Up @@ -6065,17 +6056,10 @@ __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

"undici-types@npm:~6.20.0":
version: 6.20.0
resolution: "undici-types@npm:6.20.0"
checksum: b7bc50f012dc6afbcce56c9fd62d7e86b20a62ff21f12b7b5cbf1973b9578d90f22a9c7fe50e638e96905d33893bf2f9f16d98929c4673c2480de05c6c96ea8b
"undici-types@npm:~7.16.0":
version: 7.16.0
resolution: "undici-types@npm:7.16.0"
checksum: 1ef68fc6c5bad200c8b6f17de8e5bc5cfdcadc164ba8d7208cd087cfa8583d922d8316a7fd76c9a658c22b4123d3ff847429185094484fbc65377d695c905857
languageName: node
linkType: hard

Expand Down
Loading