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

@@ -25,7 +25,7 @@
"@types/chai": "^4.2.21",
"@types/jest": "^29.2.2",
"@types/lodash": "^4.14.136",
"@types/node": "^16.18.38",
"@types/node": "^18.19.29",
"@types/ws": "^8.2.0",
"@typescript-eslint/eslint-plugin": "^5.28.0",
"@typescript-eslint/parser": "^5.28.0",
@@ -64,7 +64,7 @@
"./packages/*"
],
"engines": {
"node": ">=16.0.0",
"node": ">=18.0.0",
"npm": ">=7.10.0 < 10.0.0"
}
}