This commit is contained in:
Xu Chang 2023-03-23 14:14:42 +08:00
parent 92fdcc04b7
commit ef100bbb52
1 changed files with 4 additions and 4 deletions

View File

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