1.0.5
This commit is contained in:
parent
699248c0b5
commit
0904eed99d
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "oak-frontend-base",
|
||||
"version": "1.0.4",
|
||||
"version": "1.0.5",
|
||||
"description": "oak框架中前端与业务逻辑无关的平台部分",
|
||||
"author": {
|
||||
"name": "XuChang"
|
||||
|
|
@ -12,9 +12,9 @@
|
|||
"debounce": "^1.2.1",
|
||||
"format-message-parse": "^6.2.4",
|
||||
"oak-common-aspect": "^1.0.0",
|
||||
"oak-domain": "^1.1.0",
|
||||
"oak-external-sdk": "^1.0.2",
|
||||
"oak-memory-tree-store": "^1.0.2",
|
||||
"oak-domain": "file:../oak-domain",
|
||||
"oak-external-sdk": "file:../oak-external-sdk",
|
||||
"oak-memory-tree-store": "file:../oak-memory-tree-store",
|
||||
"rmc-pull-to-refresh": "^1.0.13",
|
||||
"url": "^0.11.0",
|
||||
"uuid": "^8.3.2"
|
||||
|
|
|
|||
Loading…
Reference in New Issue