5.1.2-dev

This commit is contained in:
Xu Chang 2024-05-21 20:03:29 +08:00
parent 0a37bee6de
commit 71e2444c58
1 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "oak-frontend-base", "name": "oak-frontend-base",
"version": "5.1.1", "version": "5.1.2",
"description": "oak框架中前端与业务逻辑无关的平台部分", "description": "oak框架中前端与业务逻辑无关的平台部分",
"author": { "author": {
"name": "XuChang" "name": "XuChang"
@ -21,9 +21,9 @@
"history": "^5.3.0", "history": "^5.3.0",
"i18n-js": "^4.3.0", "i18n-js": "^4.3.0",
"node-schedule": "^2.1.1", "node-schedule": "^2.1.1",
"oak-common-aspect": "~3.0.0", "oak-common-aspect": "file:../oak-common-aspect",
"oak-domain": "~5.0.8", "oak-domain": "file:../oak-domain",
"oak-memory-tree-store": "~3.3.1", "oak-memory-tree-store": "file:../oak-memory-tree-store",
"ol": "^7.3.0", "ol": "^7.3.0",
"react-native-device-info": "^10.12.0", "react-native-device-info": "^10.12.0",
"react-native-localize": "^3.0.4", "react-native-localize": "^3.0.4",