mirror of
https://github.com/nocobase/nocobase
synced 2024-11-17 21:35:41 +00:00
a299849613
* feat: antd->4.2.8 * fix(plugin-workflow): dependencies * feat: menu item key fix * feat: dorpdown menu visible fix * fix: update yarn.lock * fix: only hide the first level * fix: onVisibleChange * fix: eventKey * fix: setVisible(false) Co-authored-by: mytharcher <mytharcher@gmail.com> Co-authored-by: chenos <chenlinxh@gmail.com>
33 lines
861 B
JSON
33 lines
861 B
JSON
{
|
|
"name": "@nocobase/plugin-workflow",
|
|
"version": "0.8.0-alpha.13",
|
|
"main": "lib/index.js",
|
|
"license": "Apache-2.0",
|
|
"licenses": [
|
|
{
|
|
"type": "Apache-2.0",
|
|
"url": "http://www.apache.org/licenses/LICENSE-2.0"
|
|
}
|
|
],
|
|
"dependencies": {
|
|
"@nocobase/actions": "0.8.0-alpha.13",
|
|
"@nocobase/client": "0.8.0-alpha.13",
|
|
"@nocobase/database": "0.8.0-alpha.13",
|
|
"@nocobase/server": "0.8.0-alpha.13",
|
|
"@nocobase/utils": "0.8.0-alpha.13",
|
|
"antd": "4.22.8",
|
|
"classnames": "^2.3.1",
|
|
"cron-parser": "4.4.0",
|
|
"ejs": "^3.1.8",
|
|
"json-templates": "^4.2.0",
|
|
"moment": "^2.29.2",
|
|
"react-js-cron": "^1.4.0",
|
|
"react-copy-to-clipboard": "^5.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/ejs": "^3.1.1",
|
|
"@nocobase/test": "0.8.0-alpha.13"
|
|
},
|
|
"gitHead": "ce588eefb0bfc50f7d5bbee575e0b5e843bf6644"
|
|
}
|