2.5.11-dev

This commit is contained in:
Xu Chang 2023-06-12 19:58:52 +08:00
parent c26189ee90
commit 798741c91a
1 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
{
"name": "oak-general-business",
"version": "2.5.10",
"version": "2.5.11",
"description": "oak框架中公共业务逻辑的实现",
"author": {
"name": "XuChang"
@ -18,11 +18,11 @@
"classnames": "^2.3.1",
"dayjs": "^1.11.5",
"node-fetch": "^2.6.7",
"oak-common-aspect": "^2.1.9",
"oak-domain": "^2.6.9",
"oak-external-sdk": "^1.0.12",
"oak-frontend-base": "^2.5.9",
"oak-memory-tree-store": "^2.2.5",
"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-dnd": "^16.0.1",