Skip to content

Commit

Permalink
[optimize] BI Data Table models support View List query
Browse files Browse the repository at this point in the history
[optimize] update Upstream packages
  • Loading branch information
TechQuery committed Dec 14, 2023
1 parent f131e54 commit 5cec2f3
Show file tree
Hide file tree
Showing 3 changed files with 951 additions and 770 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mobx-lark",
"version": "1.0.0-rc.10",
"version": "1.0.0-rc.11",
"license": "LGPL-3.0",
"author": "shiy2008@gmail.com",
"description": "Unofficial TypeScript SDK for FeiShu/Lark API, which is based on MobX-RESTful.",
Expand All @@ -25,27 +25,27 @@
"url": "https://github.com/idea2app/MobX-Lark/issues"
},
"dependencies": {
"@swc/helpers": "^0.5.2",
"koajax": "^0.9.4",
"@swc/helpers": "^0.5.3",
"koajax": "^0.9.6",
"mobx-restful": "^0.6.12",
"regenerator-runtime": "^0.14.0",
"web-utility": "^4.1.3"
},
"peerDependencies": {
"mobx": ">=4"
"mobx": ">=4 <6.11"
},
"devDependencies": {
"@types/node": "^18.18.1",
"@types/node": "^18.19.3",
"dotenv": "^16.3.1",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"mobx": "^6.10.2",
"parcel": "~2.9.3",
"prettier": "^3.0.3",
"ts-node": "^10.9.1",
"typedoc": "^0.25.1",
"typedoc-plugin-mdn-links": "^3.1.0",
"typescript": "~5.2.2"
"lint-staged": "^15.2.0",
"mobx": "~6.10.2",
"parcel": "~2.10.3",
"prettier": "^3.1.1",
"tsx": "^4.6.2",
"typedoc": "^0.25.4",
"typedoc-plugin-mdn-links": "^3.1.7",
"typescript": "~5.3.3"
},
"prettier": {
"singleQuote": true,
Expand All @@ -66,7 +66,7 @@
"scripts": {
"prepare": "husky install",
"lint": "lint-staged",
"debug": "ts-node test/index.spec.ts",
"debug": "tsx test/index.spec.ts",
"test": "npm run lint && npm run debug",
"pack-code": "rm -rf dist/ && tsc --emitDeclarationOnly && parcel build",
"pack-docs": "rm -rf docs/ && typedoc src/",
Expand Down
Loading

0 comments on commit 5cec2f3

Please sign in to comment.