feat: Upgrade to Node 18 and remove cross-fetch (#2678) (#2737)

* feat: Upgrade to Node 18 and remove cross-fetch (#2678)

BREAKING CHANGE: fetch now relies on the native javascript environment in browsers and node.js

Co-authored-by: justinr1234 <justinr1234@gmail.com>
This commit is contained in:
Chenna Keshava B S
2024-07-16 11:04:47 -07:00
committed by GitHub
parent c9ef96e0a2
commit 3bc3c2029b
12 changed files with 1559 additions and 14677 deletions

View File

@@ -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": {
@@ -43,6 +43,6 @@
"license": "ISC",
"prettier": "@xrplf/prettier-config",
"engines": {
"node": ">=16.0.0"
"node": ">=18.0.0"
}
}