1.0.3
This commit is contained in:
parent
4a3a69a999
commit
9bd10c8912
12
package.json
12
package.json
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "oak-general-business",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3",
|
||||
"description": "oak框架中公共业务逻辑的实现",
|
||||
"author": {
|
||||
"name": "XuChang"
|
||||
|
|
@ -13,11 +13,11 @@
|
|||
"@fingerprintjs/fingerprintjs": "^3.3.3",
|
||||
"classnames": "^2.3.1",
|
||||
"moment": "^2.29.4",
|
||||
"oak-common-aspect": "^1.0.1",
|
||||
"oak-domain": "^1.0.4",
|
||||
"oak-external-sdk": "^1.0.1",
|
||||
"oak-frontend-base": "^1.0.1",
|
||||
"oak-memory-tree-store": "^1.0.1",
|
||||
"oak-common-aspect": "file:../oak-common-aspect",
|
||||
"oak-domain": "file:../oak-domain",
|
||||
"oak-external-sdk": "file:../oak-external-sdk",
|
||||
"oak-frontend-base": "file:../oak-frontend-base",
|
||||
"oak-memory-tree-store": "file:../oak-memory-tree-store",
|
||||
"sha1": "^1.1.1",
|
||||
"tslib": "^2.4.0",
|
||||
"uuid": "^8.3.2"
|
||||
|
|
|
|||
Loading…
Reference in New Issue