2.5.7-dev

This commit is contained in:
Xu Chang 2023-03-23 14:18:58 +08:00
parent 487afad5b1
commit c4c50fc1b8
1 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
{
"name": "oak-general-business",
"version": "2.5.6",
"version": "2.5.7",
"description": "oak框架中公共业务逻辑的实现",
"author": {
"name": "XuChang"
@ -16,11 +16,11 @@
"@wangeditor/editor-for-react": "^1.0.4",
"classnames": "^2.3.1",
"dayjs": "^1.11.5",
"oak-common-aspect": "^2.1.7",
"oak-domain": "^2.6.6",
"oak-external-sdk": "^1.0.11",
"oak-frontend-base": "^2.5.6",
"oak-memory-tree-store": "^2.2.3",
"oak-common-aspect": "file:../oak-common-aspect",
"oak-domain": "file:../oak-domain",
"oak-external-sdk": "file:../oak-external-sdk",
"oak-frontend-base": "file:../oak-frontend-base",
"oak-memory-tree-store": "file:../oak-memory-tree-store",
"qr-image": "^3.2.0",
"qrcode.react": "^3.1.0",
"react-scripts": "^5.0.1",