Skip to content

Commit b14ee2c

Browse files
committed
[optimize] use getList() instead of getSearchList() in BiSearch mixin
[optimize] update Upstream packages
1 parent 63e1674 commit b14ee2c

File tree

4 files changed

+153
-109
lines changed

4 files changed

+153
-109
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mobx-lark",
3-
"version": "2.4.1",
3+
"version": "2.4.2",
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.",
@@ -42,10 +42,10 @@
4242
"@parcel/transformer-typescript-tsc": "~2.15.4",
4343
"@types/fs-extra": "^11.0.4",
4444
"@types/lodash.memoize": "^4.1.9",
45-
"@types/node": "^22.18.0",
45+
"@types/node": "^22.18.1",
4646
"@types/react-dom": "^19.1.9",
4747
"@types/turndown": "^5.0.5",
48-
"dotenv": "^17.2.1",
48+
"dotenv": "^17.2.2",
4949
"fs-extra": "^11.3.1",
5050
"husky": "^9.1.7",
5151
"lint-staged": "^16.1.6",

0 commit comments

Comments
 (0)