修改模板中对oak库的依赖

This commit is contained in:
Xu Chang 2022-09-02 15:37:38 +08:00
parent 78b4502936
commit 6a2ec7b13b
2 changed files with 10 additions and 10 deletions

View File

@ -15,11 +15,11 @@ function packageJsonContent({ name, version, description, cliVersion, cliName, c
}
else {
oakDependencyStr = `"oak-common-aspect": "^1.0.0",
"oak-domain": "^1.0.0",
"oak-frontend-base": "^1.0.0",
"oak-general-business": "^1.0.0",
"oak-external-sdk": "^1.0.0",
"oak-memory-tree-store": "^1.0.0",`;
"oak-domain": "^1.1.0",
"oak-frontend-base": "^1.0.4",
"oak-general-business": "^1.0.5",
"oak-external-sdk": "^1.0.3",
"oak-memory-tree-store": "^1.0.3",`;
oakDevDependencyStr = `"${cliName}": "^${cliVersion}",`;
}
return `{

View File

@ -21,11 +21,11 @@ export function packageJsonContent({
}
else {
oakDependencyStr = `"oak-common-aspect": "^1.0.0",
"oak-domain": "^1.0.0",
"oak-frontend-base": "^1.0.0",
"oak-general-business": "^1.0.0",
"oak-external-sdk": "^1.0.0",
"oak-memory-tree-store": "^1.0.0",`;
"oak-domain": "^1.1.0",
"oak-frontend-base": "^1.0.4",
"oak-general-business": "^1.0.5",
"oak-external-sdk": "^1.0.3",
"oak-memory-tree-store": "^1.0.3",`;
oakDevDependencyStr = `"${cliName}": "^${cliVersion}",`
}