|
1 | 1 | { |
2 | 2 | "name": "mobx-lark", |
3 | | - "version": "2.5.0", |
| 3 | + "version": "2.6.0", |
4 | 4 | "license": "LGPL-3.0", |
5 | 5 | "author": "shiy2008@gmail.com", |
6 | 6 | "description": "Unofficial TypeScript SDK for FeiShu/Lark API, which is based on MobX-RESTful.", |
|
25 | 25 | "url": "https://github.com/idea2app/MobX-Lark/issues" |
26 | 26 | }, |
27 | 27 | "dependencies": { |
28 | | - "@swc/helpers": "^0.5.17", |
29 | | - "@types/react": "^19.2.2", |
| 28 | + "@swc/helpers": "^0.5.18", |
| 29 | + "@types/react": "^19.2.7", |
30 | 30 | "koajax": "^3.1.2", |
31 | 31 | "lodash.memoize": "^4.1.2", |
32 | 32 | "mobx": "^6.15.0", |
33 | 33 | "mobx-restful": "^2.1.4", |
34 | 34 | "regenerator-runtime": "^0.14.1", |
35 | | - "web-utility": "^4.6.2" |
| 35 | + "web-utility": "^4.6.4" |
36 | 36 | }, |
37 | 37 | "peerDependencies": { |
38 | 38 | "react": ">=16" |
39 | 39 | }, |
40 | 40 | "devDependencies": { |
41 | | - "@parcel/config-default": "~2.16.0", |
42 | | - "@parcel/transformer-typescript-tsc": "~2.16.0", |
| 41 | + "@parcel/config-default": "~2.16.3", |
| 42 | + "@parcel/transformer-typescript-tsc": "~2.16.3", |
43 | 43 | "@types/fs-extra": "^11.0.4", |
44 | 44 | "@types/lodash.memoize": "^4.1.9", |
45 | | - "@types/node": "^22.18.12", |
46 | | - "@types/react-dom": "^19.2.2", |
47 | | - "@types/turndown": "^5.0.5", |
| 45 | + "@types/node": "^22.19.3", |
| 46 | + "@types/react-dom": "^19.2.3", |
| 47 | + "@types/turndown": "^5.0.6", |
48 | 48 | "dotenv": "^17.2.3", |
49 | | - "fs-extra": "^11.3.2", |
| 49 | + "fs-extra": "^11.3.3", |
50 | 50 | "husky": "^9.1.7", |
51 | | - "lint-staged": "^16.2.5", |
52 | | - "parcel": "~2.16.0", |
53 | | - "prettier": "^3.6.2", |
54 | | - "react": "^19.2.0", |
55 | | - "react-dom": "^19.2.0", |
| 51 | + "lint-staged": "^16.2.7", |
| 52 | + "parcel": "~2.16.3", |
| 53 | + "prettier": "^3.7.4", |
| 54 | + "react": "^19.2.3", |
| 55 | + "react-dom": "^19.2.3", |
56 | 56 | "ts-node": "^10.9.2", |
57 | | - "turndown": "^7.2.1", |
58 | | - "typedoc": "^0.28.14", |
| 57 | + "turndown": "^7.2.2", |
| 58 | + "typedoc": "^0.28.15", |
59 | 59 | "typedoc-plugin-mdn-links": "^5.0.10", |
60 | 60 | "typescript": "~5.8.3" |
61 | 61 | }, |
|
0 commit comments