Skip to content

Commit 1f11e24

Browse files
committed
[fix] TypeScript compatibility of Symbol.asyncIterator fields
[optimize] update Upstream packages
1 parent b14ee2c commit 1f11e24

File tree

2 files changed

+733
-758
lines changed

2 files changed

+733
-758
lines changed

package.json

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mobx-lark",
3-
"version": "2.4.2",
3+
"version": "2.4.3",
44
"license": "LGPL-3.0",
55
"author": "shiy2008@gmail.com",
66
"description": "Unofficial TypeScript SDK for FeiShu/Lark API, which is based on MobX-RESTful.",
@@ -26,39 +26,38 @@
2626
},
2727
"dependencies": {
2828
"@swc/helpers": "^0.5.17",
29-
"@types/react": "^19.1.12",
29+
"@types/react": "^19.2.2",
3030
"koajax": "^3.1.2",
3131
"lodash.memoize": "^4.1.2",
32-
"mobx": "^6.13.7",
33-
"mobx-restful": "^2.1.0",
32+
"mobx": "^6.15.0",
33+
"mobx-restful": "^2.1.3",
3434
"regenerator-runtime": "^0.14.1",
35-
"web-utility": "^4.5.3"
35+
"web-utility": "^4.6.2"
3636
},
3737
"peerDependencies": {
3838
"react": ">=16"
3939
},
4040
"devDependencies": {
41-
"@parcel/config-default": "~2.15.4",
42-
"@parcel/transformer-typescript-tsc": "~2.15.4",
41+
"@parcel/config-default": "~2.16.0",
42+
"@parcel/transformer-typescript-tsc": "~2.16.0",
4343
"@types/fs-extra": "^11.0.4",
4444
"@types/lodash.memoize": "^4.1.9",
45-
"@types/node": "^22.18.1",
46-
"@types/react-dom": "^19.1.9",
45+
"@types/node": "^22.18.10",
46+
"@types/react-dom": "^19.2.2",
4747
"@types/turndown": "^5.0.5",
48-
"dotenv": "^17.2.2",
49-
"fs-extra": "^11.3.1",
48+
"dotenv": "^17.2.3",
49+
"fs-extra": "^11.3.2",
5050
"husky": "^9.1.7",
51-
"lint-staged": "^16.1.6",
52-
"mobx": "^6.13.7",
53-
"parcel": "~2.15.4",
51+
"lint-staged": "^16.2.4",
52+
"parcel": "~2.16.0",
5453
"prettier": "^3.6.2",
55-
"react": "^19.1.1",
56-
"react-dom": "^19.1.1",
54+
"react": "^19.2.0",
55+
"react-dom": "^19.2.0",
5756
"ts-node": "^10.9.2",
5857
"turndown": "^7.2.1",
59-
"typedoc": "^0.28.12",
60-
"typedoc-plugin-mdn-links": "^5.0.9",
61-
"typescript": "~5.9.2"
58+
"typedoc": "^0.28.14",
59+
"typedoc-plugin-mdn-links": "^5.0.10",
60+
"typescript": "~5.8.3"
6261
},
6362
"pnpm": {
6463
"onlyBuiltDependencies": [

0 commit comments

Comments
 (0)