1
0
Fork 0
mirror of https://github.com/classchartsapi/classcharts-api-js.git synced 2026-05-14 03:56:59 +00:00

feat: use native fetch

This commit is contained in:
James Cook 2023-05-30 18:37:24 +01:00
parent 00e3a13821
commit 6552c282d5
6 changed files with 13 additions and 92 deletions

View file

@ -28,9 +28,6 @@
"test": "jest",
"release": "pnpm run build && changeset publish"
},
"dependencies": {
"ky-universal": "^0.11.0"
},
"devDependencies": {
"@changesets/cli": "^2.26.1",
"@types/jest": "^29.5.1",
@ -62,6 +59,6 @@
"dist/**"
],
"engines": {
"node": ">=16"
"node": ">=18"
}
}