tachybase_todo/packages/plugins/@tachybase/plugin-action-bulk-edit/package.json
sealday 3a6c098899 chore(version): release v0.21.90 (#1525)
Co-authored-by: sealday <sealday@gmail.com>
Reviewed-on: daoyoucloud/tachybase#1525
2024-09-11 11:55:22 +08:00

29 lines
848 B
JSON

{
"name": "@tachybase/plugin-action-bulk-edit",
"displayName": "Action: Batch edit",
"version": "0.21.90",
"description": "Batch edit all records or selected records.",
"keywords": [
"Actions"
],
"license": "Apache-2.0",
"main": "dist/server/index.js",
"devDependencies": {
"@ant-design/icons": "^5.3.7",
"@tachybase/components": "workspace:*",
"@tachybase/schema": "workspace:*",
"antd": "5.19.4",
"lodash": "4.17.21",
"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": "操作:批量编辑"
}