|
1 | 1 | { |
2 | 2 | "name": "mobx-restful", |
3 | | - "version": "1.0.1", |
| 3 | + "version": "2.0.0", |
4 | 4 | "license": "LGPL-3.0", |
5 | 5 | "author": "shiy2008@gmail.com", |
6 | | - "description": "MobX SDK for RESTful API", |
| 6 | + "description": "Common MobX abstract base Class & Decorator utilities for RESTful API", |
7 | 7 | "keywords": [ |
8 | 8 | "restful", |
9 | 9 | "api", |
|
29 | 29 | "dependencies": { |
30 | 30 | "@swc/helpers": "^0.5.13", |
31 | 31 | "idb-keyval": "^6.2.1", |
32 | | - "koajax": ">=1 <4", |
33 | | - "native-file-system-adapter": "^3.0.1", |
| 32 | + "koajax": "^3.0.3", |
34 | 33 | "regenerator-runtime": "^0.14.1", |
35 | | - "web-streams-polyfill": "^4.0.0", |
36 | | - "web-utility": "^4.4.0" |
| 34 | + "web-utility": "^4.4.1" |
37 | 35 | }, |
38 | 36 | "peerDependencies": { |
39 | 37 | "mobx": ">=6.11" |
|
44 | 42 | "@parcel/packager-ts": "~2.12.0", |
45 | 43 | "@parcel/transformer-typescript-tsc": "~2.12.0", |
46 | 44 | "@parcel/transformer-typescript-types": "~2.12.0", |
47 | | - "@types/jest": "^29.5.12", |
48 | | - "@types/node": "^20.16.3", |
| 45 | + "@types/jest": "^29.5.14", |
| 46 | + "@types/node": "^20.17.2", |
49 | 47 | "dotenv": "^16.4.5", |
50 | | - "husky": "^9.1.5", |
| 48 | + "husky": "^9.1.6", |
51 | 49 | "jest": "^29.7.0", |
52 | 50 | "jest-environment-jsdom": "^29.7.0", |
53 | 51 | "lint-staged": "^15.2.10", |
54 | | - "mobx": "^6.13.1", |
| 52 | + "mobx": "^6.13.5", |
55 | 53 | "open-cli": "^8.0.0", |
56 | 54 | "parcel": "~2.12.0", |
57 | 55 | "prettier": "^3.3.3", |
58 | 56 | "ts-jest": "^29.2.5", |
59 | | - "typedoc": "^0.26.6", |
60 | | - "typedoc-plugin-mdn-links": "^3.2.11", |
61 | | - "typescript": "~5.5.4" |
| 57 | + "typedoc": "^0.26.10", |
| 58 | + "typedoc-plugin-mdn-links": "^3.3.5", |
| 59 | + "typescript": "~5.6.3" |
62 | 60 | }, |
63 | 61 | "prettier": { |
64 | 62 | "singleQuote": true, |
|
0 commit comments