5.4.1-pub

This commit is contained in:
Xu Chang 2024-09-14 10:44:43 +08:00
parent dac44cc8e8
commit 6aa94c4677
1 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
{
"name": "oak-general-business",
"version": "5.3.2",
"version": "5.4.1",
"description": "oak框架中公共业务逻辑的实现",
"author": {
"name": "XuChang"
@ -24,10 +24,10 @@
"csstype": "^3.1.3",
"dayjs": "^1.11.9",
"nodemailer": "^6.9.14",
"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-common-aspect": "^3.0.1",
"oak-domain": "^5.1.0",
"oak-external-sdk": "^2.3.3",
"oak-frontend-base": "^5.3.6",
"qrcode.react": "^3.1.0",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
@ -107,4 +107,4 @@
"module": "es/index",
"types": "es/index.d.ts",
"typings": "es/index.d.ts"
}
}