tachybase_todo/packages/plugins/@tachybase/plugin-action-bulk-update/package.json
sealday 2ce5e78aa7 chore(version): release v0.21.84 (#1472)
Co-authored-by: sealday <sealday@gmail.com>
Reviewed-on: daoyoucloud/tachybase#1472
2024-08-21 06:14:21 +08:00

26 lines
750 B
JSON

{
"name": "@tachybase/plugin-action-bulk-update",
"displayName": "Action: Batch update",
"version": "0.21.84",
"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.19.4",
"react-i18next": "^14.1.2",
"react-router-dom": "^6.25.1"
},
"peerDependencies": {
"@tachybase/client": "workspace:*",
"@tachybase/server": "workspace:*",
"@tachybase/test": "workspace:*",
"@tachybase/utils": "workspace:*"
},
"description.zh-CN": "对全部数据或选中的数据进行批量更新。",
"displayName.zh-CN": "操作:批量更新"
}