|
1 | 1 | { |
2 | 2 | "name": "koajax", |
3 | | - "version": "3.1.2", |
| 3 | + "version": "3.2.0", |
4 | 4 | "license": "LGPL-3.0", |
5 | 5 | "author": "shiy2008@gmail.com", |
6 | 6 | "description": "HTTP Client based on Koa-like middlewares", |
|
25 | 25 | "main": "dist/index.js", |
26 | 26 | "module": "dist/index.esm.js", |
27 | 27 | "dependencies": { |
28 | | - "@swc/helpers": "^0.5.15", |
| 28 | + "@swc/helpers": "^0.5.19", |
29 | 29 | "regenerator-runtime": "^0.14.1", |
30 | | - "web-streams-polyfill": "^4.1.0", |
31 | | - "web-utility": "^4.4.3" |
| 30 | + "web-streams-polyfill": "^4.2.0", |
| 31 | + "web-utility": "^4.6.4" |
32 | 32 | }, |
33 | 33 | "peerDependencies": { |
34 | 34 | "core-js": ">=3", |
35 | 35 | "jsdom": ">=21" |
36 | 36 | }, |
37 | 37 | "devDependencies": { |
38 | | - "@parcel/packager-ts": "~2.14.1", |
39 | | - "@parcel/transformer-typescript-types": "~2.14.1", |
| 38 | + "@parcel/packager-ts": "~2.16.4", |
| 39 | + "@parcel/transformer-typescript-types": "~2.16.4", |
40 | 40 | "@types/jest": "^29.5.14", |
41 | | - "@types/jsdom": "^21.1.7", |
42 | | - "@types/node": "^22.13.11", |
| 41 | + "@types/jsdom": "^28.0.1", |
| 42 | + "@types/node": "^24.12.0", |
43 | 43 | "abortcontroller-polyfill": "^1.7.8", |
44 | | - "core-js": "^3.41.0", |
45 | | - "cross-env": "^7.0.3", |
| 44 | + "core-js": "^3.49.0", |
| 45 | + "cross-env": "^10.1.0", |
46 | 46 | "husky": "^9.1.7", |
47 | 47 | "jest": "^29.7.0", |
48 | 48 | "jest-environment-jsdom": "^29.7.0", |
49 | | - "jsdom": "^26.0.0", |
50 | | - "lint-staged": "^15.5.0", |
| 49 | + "jsdom": "^29.0.1", |
| 50 | + "lint-staged": "^16.4.0", |
51 | 51 | "open-cli": "^8.0.0", |
52 | | - "parcel": "~2.14.1", |
53 | | - "prettier": "^3.5.3", |
54 | | - "ts-jest": "^29.2.6", |
| 52 | + "parcel": "~2.16.4", |
| 53 | + "prettier": "^3.8.1", |
| 54 | + "ts-jest": "^29.4.6", |
55 | 55 | "ts-node": "^10.9.2", |
56 | | - "typedoc": "^0.28.1", |
57 | | - "typedoc-plugin-mdn-links": "^5.0.1", |
58 | | - "typescript": "~5.8.2" |
| 56 | + "typedoc": "^0.28.18", |
| 57 | + "typedoc-plugin-mdn-links": "^5.1.1", |
| 58 | + "typescript": "~5.9.3" |
| 59 | + }, |
| 60 | + "pnpm": { |
| 61 | + "onlyBuiltDependencies": [ |
| 62 | + "@parcel/watcher", |
| 63 | + "@swc/core", |
| 64 | + "core-js", |
| 65 | + "lmdb", |
| 66 | + "msgpackr-extract" |
| 67 | + ] |
59 | 68 | }, |
60 | 69 | "prettier": { |
61 | 70 | "singleQuote": true, |
|
68 | 77 | }, |
69 | 78 | "jest": { |
70 | 79 | "preset": "ts-jest", |
71 | | - "testEnvironment": "./test/custom-JSDOM.ts" |
| 80 | + "testEnvironment": "./test/custom-JSDOM.ts", |
| 81 | + "testTimeout": 10000 |
72 | 82 | }, |
73 | 83 | "browserslist": "> 0.5%, last 2 versions, not dead, IE 11", |
74 | 84 | "targets": { |
|
0 commit comments