mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-07-17 14:42:06 +00:00
fix(js): set @types/node to node 22, what's required in "engines"
This commit is contained in:
parent
39d09453f9
commit
7a65530fa5
4 changed files with 57 additions and 6 deletions
|
|
@ -38,7 +38,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^9.39.4",
|
||||
"@types/node": "^24.13.2",
|
||||
"@types/node": "^22.20.0",
|
||||
"@types/qrcode": "^1.5.6",
|
||||
"@types/react": "^19.2.14",
|
||||
"@types/react-dom": "^19.2.3",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue