5.11.2-dev

This commit is contained in:
Xu Chang 2026-01-21 10:09:26 +08:00
parent 3fae4dd855
commit b8654da5fb
1 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "oak-general-business", "name": "oak-general-business",
"version": "5.11.1", "version": "5.11.2",
"description": "oak框架中公共业务逻辑的实现", "description": "oak框架中公共业务逻辑的实现",
"author": { "author": {
"name": "XuChang" "name": "XuChang"
@ -23,10 +23,10 @@
"copy-to-clipboard": "^3.3.3", "copy-to-clipboard": "^3.3.3",
"dayjs": "^1.11.9", "dayjs": "^1.11.9",
"nodemailer": "^6.9.14", "nodemailer": "^6.9.14",
"oak-common-aspect": "^3.0.5", "oak-common-aspect": "file:../oak-common-aspect",
"oak-domain": "^5.1.34", "oak-domain": "file:../oak-domain",
"oak-external-sdk": "^2.3.12", "oak-external-sdk": "file:../oak-external-sdk",
"oak-frontend-base": "^5.3.45", "oak-frontend-base": "file:../oak-frontend-base",
"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",