Skip to content

Commit

Permalink
[fix] Response Type compatibility of Fetch API
Browse files Browse the repository at this point in the history
[optimize] update Upstream packages & reduce Dependency size
  • Loading branch information
TechQuery committed Nov 21, 2023
1 parent adf29a3 commit 5cafcf2
Show file tree
Hide file tree
Showing 4 changed files with 829 additions and 813 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
auto-install-peers = false
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "koajax",
"version": "0.9.4",
"version": "0.9.5",
"license": "LGPL-3.0",
"author": "[email protected]",
"description": "HTTP Client based on Koa-like middlewares",
Expand All @@ -25,35 +25,35 @@
"main": "dist/index.js",
"module": "dist/index.esm.js",
"dependencies": {
"@swc/helpers": "^0.5.1",
"iterable-observer": "^1.0.0",
"@swc/helpers": "^0.5.3",
"iterable-observer": "^1.0.1",
"regenerator-runtime": "^0.14.0",
"web-utility": "^4.1.3"
},
"peerDependencies": {
"jsdom": ">=21"
},
"devDependencies": {
"@parcel/packager-ts": "~2.9.3",
"@parcel/transformer-typescript-types": "~2.9.3",
"@types/core-js": "^2.5.6",
"@types/jest": "^29.5.4",
"@types/jsdom": "^21.1.2",
"@types/node": "^18.17.14",
"core-js": "^3.32.1",
"@parcel/packager-ts": "~2.10.3",
"@parcel/transformer-typescript-types": "~2.10.3",
"@types/core-js": "^2.5.8",
"@types/jest": "^29.5.9",
"@types/jsdom": "^21.1.6",
"@types/node": "^18.18.11",
"core-js": "^3.33.3",
"cross-env": "^7.0.3",
"husky": "^8.0.3",
"jest": "^29.6.4",
"jest-environment-jsdom": "^29.6.4",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jsdom": "^22.1.0",
"lint-staged": "^14.0.1",
"lint-staged": "^15.1.0",
"open-cli": "^7.2.0",
"parcel": "~2.9.3",
"prettier": "^3.0.3",
"parcel": "~2.10.3",
"prettier": "^3.1.0",
"ts-jest": "^29.1.1",
"typedoc": "^0.25.1",
"typedoc-plugin-mdn-links": "^3.1.0",
"typescript": "~5.2.2"
"typedoc": "^0.25.3",
"typedoc-plugin-mdn-links": "^3.1.4",
"typescript": "~5.3.2"
},
"prettier": {
"singleQuote": true,
Expand Down
Loading

0 comments on commit 5cafcf2

Please sign in to comment.