调整模版package.json

This commit is contained in:
Wang Kejun 2022-09-03 19:45:36 +08:00
parent d04ec53329
commit 2f7777e038
2 changed files with 5 additions and 5 deletions

View File

@ -14,12 +14,12 @@ function packageJsonContent({ name, version, description, cliVersion, cliName, c
oakDevDependencyStr = `"${cliName}": "file:../oak-cli",`;
}
else {
oakDependencyStr = `"oak-common-aspect": "^1.0.0",
oakDependencyStr = `"oak-common-aspect": "^1.0.2",
"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",`;
"oak-external-sdk": "^1.0.2",
"oak-memory-tree-store": "^1.0.2",`;
oakDevDependencyStr = `"${cliName}": "^${cliVersion}",`;
}
return `{
@ -65,7 +65,7 @@ function packageJsonContent({ name, version, description, cliVersion, cliName, c
"rmc-pull-to-refresh": "^1.0.13",
"tdesign-icons-react": "^0.1.4",
"tdesign-mobile-react": "^0.2.0",
"tdesign-react": "^0.38.0",
"tdesign-react": "^0.40.5",
"url": "^0.11.0",
"uuid": "^8.3.2"
},

View File

@ -72,7 +72,7 @@ export function packageJsonContent({
"rmc-pull-to-refresh": "^1.0.13",
"tdesign-icons-react": "^0.1.4",
"tdesign-mobile-react": "^0.2.0",
"tdesign-react": "^0.38.0",
"tdesign-react": "^0.40.5",
"url": "^0.11.0",
"uuid": "^8.3.2"
},