Skip to content

Commit 800b390

Browse files
[fix] Type & API of Chat creating & updating
[optimize] upgrade to Node.js 24 & other latest Upstream packages/actions
1 parent 3a952b5 commit 800b390

File tree

5 files changed

+823
-797
lines changed

5 files changed

+823
-797
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ jobs:
1313
contents: write
1414
id-token: write
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v6
1717

1818
- uses: pnpm/action-setup@v4
1919
with:
2020
version: 10
21-
- uses: actions/setup-node@v4
21+
- uses: actions/setup-node@v6
2222
with:
23-
node-version: 22
23+
node-version: 24
2424
registry-url: https://registry.npmjs.org
2525
cache: pnpm
2626
- name: Install Dependencies

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mobx-lark",
3-
"version": "2.6.4",
3+
"version": "2.6.5",
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,7 +26,7 @@
2626
},
2727
"dependencies": {
2828
"@swc/helpers": "^0.5.18",
29-
"@types/react": "^19.2.7",
29+
"@types/react": "^19.2.14",
3030
"koajax": "^3.1.2",
3131
"lodash.memoize": "^4.1.2",
3232
"mobx": "^6.15.0",
@@ -38,25 +38,25 @@
3838
"react": ">=16"
3939
},
4040
"devDependencies": {
41-
"@parcel/config-default": "~2.16.3",
42-
"@parcel/transformer-typescript-tsc": "~2.16.3",
41+
"@parcel/config-default": "~2.16.4",
42+
"@parcel/transformer-typescript-tsc": "~2.16.4",
4343
"@types/fs-extra": "^11.0.4",
4444
"@types/lodash.memoize": "^4.1.9",
45-
"@types/node": "^22.19.3",
45+
"@types/node": "^24.10.13",
4646
"@types/react-dom": "^19.2.3",
4747
"@types/turndown": "^5.0.6",
48-
"dotenv": "^17.2.3",
48+
"dotenv": "^17.3.1",
4949
"fs-extra": "^11.3.3",
5050
"husky": "^9.1.7",
5151
"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",
52+
"parcel": "~2.16.4",
53+
"prettier": "^3.8.1",
54+
"react": "^19.2.4",
55+
"react-dom": "^19.2.4",
5656
"ts-node": "^10.9.2",
5757
"turndown": "^7.2.2",
58-
"typedoc": "^0.28.15",
59-
"typedoc-plugin-mdn-links": "^5.0.10",
58+
"typedoc": "^0.28.16",
59+
"typedoc-plugin-mdn-links": "^5.1.1",
6060
"typescript": "~5.8.3"
6161
},
6262
"pnpm": {

0 commit comments

Comments
 (0)