Skip to content

Commit c565186

Browse files
paulbalajiclaude
andcommitted
chore: update @types/node and engines to match Node.js 24
- Update @types/node from ^16.9.1 to ^24.10.9 - Update engines.node from >=16 to >=24 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 6ab6909 commit c565186

File tree

2 files changed

+1051
-1041
lines changed

2 files changed

+1051
-1041
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"@hyperlane-xyz/utils": "20.1.0",
1616
"@types/chai-as-promised": "^8",
1717
"@types/mocha": "^10.0.1",
18-
"@types/node": "^16.9.1",
18+
"@types/node": "^24.10.9",
1919
"@typescript-eslint/parser": "^7.7.0",
2020
"chai": "^5.1.2",
2121
"chai-as-promised": "^8.0.1",
@@ -58,7 +58,7 @@
5858
],
5959
"sideEffects": false,
6060
"engines": {
61-
"node": ">=16"
61+
"node": ">=24"
6262
},
6363
"homepage": "https://www.hyperlane.xyz",
6464
"repository": "https://github.com/hyperlane-xyz/hyperlane-registry",

0 commit comments

Comments
 (0)