Browse Source

Merge pull request #1471 from colinin/rel-10.2.0

feat: update package.json
pull/1473/head
yx lin 4 weeks ago
committed by GitHub
parent
commit
caa2907919
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  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