发布前修正依赖
This commit is contained in:
parent
4428365be9
commit
14d2dc4602
10
package.json
10
package.json
|
|
@ -15,11 +15,11 @@
|
|||
"@wangeditor/editor-for-react": "^1.0.4",
|
||||
"classnames": "^2.3.1",
|
||||
"dayjs": "^1.11.5",
|
||||
"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",
|
||||
"oak-common-aspect": "^1.0.3",
|
||||
"oak-domain": "^1.1.0",
|
||||
"oak-external-sdk": "^1.0.3",
|
||||
"oak-frontend-base": "^1.0.4",
|
||||
"oak-memory-tree-store": "^1.0.3",
|
||||
"sha1": "^1.1.1",
|
||||
"tslib": "^2.4.0",
|
||||
"uuid": "^8.3.2"
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@ import { WebEnv, WechatMpEnv } from "../general-app-domain/Token/Schema";
|
|||
import { AppType } from '../general-app-domain/Application/Schema';
|
||||
import { EntityDict } from "../general-app-domain";
|
||||
import { QiniuUploadInfo } from "oak-frontend-base/lib/types/Upload";
|
||||
// import { AspectDict as CommonAspectDict } from 'oak-common-aspect/src/aspectDict';
|
||||
import { GeneralRuntimeContext } from "../RuntimeContext";
|
||||
|
||||
type GeneralAspectDict<
|
||||
|
|
|
|||
Loading…
Reference in New Issue