5.0.2-dev

This commit is contained in:
Xu Chang 2024-04-23 20:51:08 +08:00
parent d224a7958d
commit a65651b926
1 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "oak-general-business", "name": "oak-general-business",
"version": "5.0.1", "version": "5.0.2",
"description": "oak框架中公共业务逻辑的实现", "description": "oak框架中公共业务逻辑的实现",
"author": { "author": {
"name": "XuChang" "name": "XuChang"
@ -20,11 +20,11 @@
"copy-to-clipboard": "^3.3.3", "copy-to-clipboard": "^3.3.3",
"csstype": "^3.1.3", "csstype": "^3.1.3",
"dayjs": "^1.11.9", "dayjs": "^1.11.9",
"oak-common-aspect": "^3.0.0", "oak-common-aspect": "file:../oak-common-aspect",
"oak-domain": "^5.0.1", "oak-domain": "file:../oak-domain",
"oak-external-sdk": "^2.3.0", "oak-external-sdk": "file:../oak-external-sdk",
"oak-frontend-base": "^5.0.1", "oak-frontend-base": "file:../oak-frontend-base",
"oak-memory-tree-store": "^3.3.0", "oak-memory-tree-store": "file:../oak-memory-tree-store",
"qrcode.react": "^3.1.0", "qrcode.react": "^3.1.0",
"react-dnd": "^16.0.1", "react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1", "react-dnd-html5-backend": "^16.0.1",