3.0.4-dev

This commit is contained in:
Xu Chang 2023-08-30 19:26:11 +08:00
parent 13a705ad1c
commit 974bdb9bf7
1 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
{
"name": "oak-general-business",
"version": "3.0.3",
"version": "3.0.4",
"description": "oak框架中公共业务逻辑的实现",
"author": {
"name": "XuChang"
@ -18,11 +18,11 @@
"copy-to-clipboard": "^3.3.3",
"dayjs": "^1.11.5",
"node-fetch": "^2.6.7",
"oak-common-aspect": "^2.2.1",
"oak-domain": "^3.0.3",
"oak-external-sdk": "^1.0.12",
"oak-frontend-base": "^3.0.4",
"oak-memory-tree-store": "^3.0.2",
"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",