3.0.1-dev
This commit is contained in:
parent
db7579b739
commit
4f597ac228
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "oak-frontend-base",
|
||||
"version": "3.0.0",
|
||||
"version": "3.0.1",
|
||||
"description": "oak框架中前端与业务逻辑无关的平台部分",
|
||||
"author": {
|
||||
"name": "XuChang"
|
||||
|
|
@ -23,9 +23,9 @@
|
|||
"history": "^5.3.0",
|
||||
"i18n-js": "^4.3.0",
|
||||
"node-schedule": "^2.1.1",
|
||||
"oak-common-aspect": "^2.2.1",
|
||||
"oak-domain": "^3.0.0",
|
||||
"oak-memory-tree-store": "^3.0.0",
|
||||
"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-scripts": "^5.0.1",
|
||||
"rmc-pull-to-refresh": "^1.0.13",
|
||||
|
|
|
|||
Loading…
Reference in New Issue