Skip to content

Commit

Permalink
update package.json files to use Node 18, instead of Node 16
Browse files Browse the repository at this point in the history
  • Loading branch information
ckeshava committed Jul 15, 2024
1 parent 421126b commit af27476
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"./packages/*"
],
"engines": {
"node": ">=16.0.0",
"node": ">=18.0.0",
"npm": ">=7.10.0 < 10.0.0"
}
}
4 changes: 2 additions & 2 deletions packages/isomorphic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"ws": "^8.13.0"
},
"devDependencies": {
"@types/node": "^16.18.38",
"@types/node": "^18.18.38",
"@types/ws": "^8.5.6"
},
"repository": {
Expand All @@ -43,6 +43,6 @@
"license": "ISC",
"prettier": "@xrplf/prettier-config",
"engines": {
"node": ">=16.0.0"
"node": ">=18.0.0"
}
}
2 changes: 1 addition & 1 deletion packages/xrpl/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"ripple-keypairs": "^2.0.0"
},
"devDependencies": {
"@types/node": "^16.18.38",
"@types/node": "^18.18.38",
"eventemitter3": "^5.0.1",
"https-proxy-agent": "^7.0.1",
"karma": "^6.4.1",
Expand Down

0 comments on commit af27476

Please sign in to comment.