3.0.2-dev

This commit is contained in:
Xu Chang 2023-08-24 21:30:39 +08:00
parent 6ce1c0b488
commit 17170e2b5b
1 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
{
"name": "oak-general-business",
"version": "3.0.1",
"version": "3.0.2",
"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.1",
"oak-external-sdk": "^1.0.12",
"oak-frontend-base": "^3.0.1",
"oak-memory-tree-store": "^3.0.1",
"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",