5.3.16-dev
This commit is contained in:
parent
31ffb61f12
commit
2605e8e80b
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "oak-frontend-base",
|
||||
"version": "5.3.15",
|
||||
"version": "5.3.16",
|
||||
"description": "oak框架中前端与业务逻辑无关的平台部分",
|
||||
"author": {
|
||||
"name": "XuChang"
|
||||
|
|
@ -23,9 +23,9 @@
|
|||
"keepalive-for-react": "^2.0.7",
|
||||
"node-schedule": "^2.1.1",
|
||||
"nprogress": "^0.2.0",
|
||||
"oak-common-aspect": "^3.0.2",
|
||||
"oak-domain": "^5.1.7",
|
||||
"oak-memory-tree-store": "^3.3.6",
|
||||
"oak-common-aspect": "file:../oak-common-aspect",
|
||||
"oak-domain": "file:../oak-domain",
|
||||
"oak-memory-tree-store": "file:../oak-memory-tree-store",
|
||||
"ol": "^7.3.0",
|
||||
"react-activation": "^0.12.4",
|
||||
"react-native-device-info": "^10.12.0",
|
||||
|
|
|
|||
Loading…
Reference in New Issue