|
1 | 1 | { |
2 | 2 | "name": "mobx-restful", |
3 | | - "version": "2.1.0", |
| 3 | + "version": "2.1.1", |
4 | 4 | "license": "LGPL-3.0", |
5 | 5 | |
6 | 6 | "description": "Common MobX abstract base Class & Decorator utilities for RESTful API", |
|
31 | 31 | "idb-keyval": "^6.2.2", |
32 | 32 | "koajax": "^3.1.2", |
33 | 33 | "regenerator-runtime": "^0.14.1", |
34 | | - "web-utility": "^4.4.3" |
| 34 | + "web-utility": "^4.6.1" |
35 | 35 | }, |
36 | 36 | "peerDependencies": { |
37 | 37 | "mobx": ">=6.11" |
38 | 38 | }, |
39 | 39 | "devDependencies": { |
40 | | - "@octokit/openapi-types": "^25.1.0", |
| 40 | + "@octokit/openapi-types": "^26.0.0", |
41 | 41 | "@parcel/config-default": "~2.15.4", |
42 | 42 | "@parcel/packager-ts": "~2.15.4", |
43 | 43 | "@parcel/transformer-typescript-tsc": "~2.15.4", |
44 | 44 | "@parcel/transformer-typescript-types": "~2.15.4", |
45 | 45 | "@types/jest": "^29.5.14", |
46 | | - "@types/node": "^22.15.34", |
47 | | - "core-js": "^3.43.0", |
48 | | - "dotenv": "^17.0.0", |
49 | | - "fake-indexeddb": "^6.0.1", |
| 46 | + "@types/node": "^22.18.5", |
| 47 | + "core-js": "^3.45.1", |
| 48 | + "dotenv": "^17.2.2", |
| 49 | + "fake-indexeddb": "^6.2.2", |
50 | 50 | "husky": "^9.1.7", |
51 | 51 | "jest": "^29.7.0", |
52 | 52 | "jest-environment-jsdom": "^29.7.0", |
53 | | - "lint-staged": "^16.1.2", |
| 53 | + "lint-staged": "^16.1.6", |
54 | 54 | "mobx": "^6.13.7", |
55 | 55 | "open-cli": "^8.0.0", |
56 | 56 | "parcel": "~2.15.4", |
57 | 57 | "prettier": "^3.6.2", |
58 | | - "ts-jest": "^29.4.0", |
59 | | - "typedoc": "^0.28.6", |
60 | | - "typedoc-plugin-mdn-links": "^5.0.2", |
61 | | - "typescript": "~5.8.3", |
62 | | - "web-streams-polyfill": "^4.1.0" |
| 58 | + "ts-jest": "^29.4.2", |
| 59 | + "typedoc": "^0.28.13", |
| 60 | + "typedoc-plugin-mdn-links": "^5.0.9", |
| 61 | + "typescript": "~5.9.2", |
| 62 | + "web-streams-polyfill": "^4.2.0" |
63 | 63 | }, |
64 | 64 | "pnpm": { |
65 | 65 | "onlyBuiltDependencies": [ |
|
0 commit comments