2.5.10-dev

This commit is contained in:
Xu Chang 2023-06-12 19:46:32 +08:00
parent 521362e3af
commit 3cf0272976
1 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "oak-frontend-base", "name": "oak-frontend-base",
"version": "2.5.9", "version": "2.5.10",
"description": "oak框架中前端与业务逻辑无关的平台部分", "description": "oak框架中前端与业务逻辑无关的平台部分",
"author": { "author": {
"name": "XuChang" "name": "XuChang"
@ -19,9 +19,9 @@
"format-message-parse": "^6.2.4", "format-message-parse": "^6.2.4",
"history": "^5.3.0", "history": "^5.3.0",
"node-schedule": "^2.1.1", "node-schedule": "^2.1.1",
"oak-common-aspect": "^2.1.9", "oak-common-aspect": "file:../oak-common-aspect",
"oak-domain": "^2.6.9", "oak-domain": "file:../oak-domain",
"oak-memory-tree-store": "^2.2.5", "oak-memory-tree-store": "file:../oak-memory-tree-store",
"ol": "^7.3.0", "ol": "^7.3.0",
"react-scripts": "^5.0.1", "react-scripts": "^5.0.1",
"rmc-pull-to-refresh": "^1.0.13", "rmc-pull-to-refresh": "^1.0.13",