chore: 升级ABP框架及相关依赖版本,更新数据库连接字符串并清理Swagger配置
1. 将ABP相关包版本从10.0.1升级至10.5.0,LeptonX主题从5.0.1升级至5.5.0 2. 更新测试相关依赖包版本,统一项目包版本 3. 修改数据库连接字符串默认库名为Hua.Abp.Demo 4. 移除冗余的Swagger OpenIddict文档过滤器配置 5. 添加数据库迁移文件更新数据库结构
This commit is contained in:
+12
-12
@@ -14,16 +14,16 @@
|
||||
},
|
||||
"private": true,
|
||||
"dependencies": {
|
||||
"@abp/ng.components": "~10.0.1",
|
||||
"@abp/ng.core": "~10.0.1",
|
||||
"@abp/ng.oauth": "~10.0.1",
|
||||
"@abp/ng.setting-management": "~10.0.1",
|
||||
"@abp/ng.theme.shared": "~10.0.1",
|
||||
"@abp/ng.feature-management": "~10.0.1",
|
||||
"@abp/ng.tenant-management": "~10.0.1",
|
||||
"@abp/ng.identity": "~10.0.1",
|
||||
"@abp/ng.account": "~10.0.1",
|
||||
"@abp/ng.theme.lepton-x": "~5.0.1",
|
||||
"@abp/ng.components": "~10.5.0",
|
||||
"@abp/ng.core": "~10.5.0",
|
||||
"@abp/ng.oauth": "~10.5.0",
|
||||
"@abp/ng.setting-management": "~10.5.0",
|
||||
"@abp/ng.theme.shared": "~10.5.0",
|
||||
"@abp/ng.feature-management": "~10.5.0",
|
||||
"@abp/ng.tenant-management": "~10.5.0",
|
||||
"@abp/ng.identity": "~10.5.0",
|
||||
"@abp/ng.account": "~10.5.0",
|
||||
"@abp/ng.theme.lepton-x": "~5.5.0",
|
||||
"@angular/animations": "~20.0.0",
|
||||
"@angular/common": "~20.0.0",
|
||||
"@angular/compiler": "~20.0.0",
|
||||
@@ -38,7 +38,7 @@
|
||||
"zone.js": "~0.15.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@abp/ng.schematics": "~10.0.1",
|
||||
"@abp/ng.schematics": "~10.5.0",
|
||||
"@angular-eslint/builder": "~20.0.0",
|
||||
"@angular-eslint/eslint-plugin": "~20.0.0",
|
||||
"@angular-eslint/eslint-plugin-template": "~20.0.0",
|
||||
@@ -60,4 +60,4 @@
|
||||
"karma-jasmine-html-reporter": "^1.0.0",
|
||||
"typescript": "~5.8.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user