Browse Source

feat: update package.json

pull/1471/head
colin 3 months ago
parent
commit
5170e31a4f
  1. 6
      aspnet-core/aspire/LINGYUN.Abp.MicroService.AuthServer/package.json
  2. 8
      aspnet-core/services/LY.MicroService.Applications.Single/package.json

6
aspnet-core/aspire/LINGYUN.Abp.MicroService.AuthServer/package.json

@ -1,9 +1,9 @@
{
"version": "10.0.2",
"version": "10.2.0",
"name": "my-app-authserver",
"private": true,
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.leptonxlite": "5.0.2",
"@abp/qrcode": "10.0.2"
"@abp/aspnetcore.mvc.ui.theme.leptonxlite": "5.2.0",
"@abp/qrcode": "10.2.0"
}
}

8
aspnet-core/services/LY.MicroService.Applications.Single/package.json

@ -1,10 +1,10 @@
{
"version": "10.0.2",
"version": "10.2.0",
"name": "my-app-single",
"private": true,
"dependencies": {
"@abp/aspnetcore.mvc.ui.theme.leptonxlite": "5.0.2",
"@abp/virtual-file-explorer": "10.0.2",
"@abp/qrcode": "10.0.2"
"@abp/aspnetcore.mvc.ui.theme.leptonxlite": "5.2.0",
"@abp/virtual-file-explorer": "10.2.0",
"@abp/qrcode": "10.2.0"
}
}
Loading…
Cancel
Save