5.7.10-dev

This commit is contained in:
Xu Chang 2025-09-03 23:04:55 +08:00
parent 0b783a7a85
commit 89b2e229e1
1 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{
"name": "oak-general-business",
"version": "5.7.9",
"version": "5.7.10",
"description": "oak框架中公共业务逻辑的实现",
"author": {
"name": "XuChang"
@ -24,10 +24,10 @@
"csstype": "^3.1.3",
"dayjs": "^1.11.9",
"nodemailer": "^6.9.14",
"oak-common-aspect": "^3.0.5",
"oak-domain": "^5.1.27",
"oak-external-sdk": "^2.3.10",
"oak-frontend-base": "^5.3.35",
"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",
"qrcode.react": "^3.1.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",