tachybase_todo/packages/plugins/@tachybase/plugin-action-bulk-update/package.json
sealday d44037ec24 chore(version): release v0.21.63 (#1263)
Co-authored-by: sealday <sealday@gmail.com>
Reviewed-on: daoyoucloud/tachybase#1263
2024-07-02 21:01:31 +08:00

26 lines
750 B
JSON

{
"name": "@tachybase/plugin-action-bulk-update",
"displayName": "Action: Batch update",
"version": "0.21.63",
"description": "Batch update all records or selected records.",
"keywords": [
"Actions"
],
"license": "Apache-2.0",
"main": "dist/server/index.js",
"devDependencies": {
"@tachybase/schema": "workspace:*",
"antd": "5.18.3",
"react-i18next": "^14.1.2",
"react-router-dom": "^6.11.2"
},
"peerDependencies": {
"@tachybase/client": "workspace:*",
"@tachybase/server": "workspace:*",
"@tachybase/test": "workspace:*",
"@tachybase/utils": "workspace:*"
},
"description.zh-CN": "对全部数据或选中的数据进行批量更新。",
"displayName.zh-CN": "操作:批量更新"
}