Browse Source

fix(auth-server): Downgrade the npm package

- update `@abp/x` package version
pull/1235/head
colin 9 months ago
parent
commit
a9d80d8f68
  1. 6
      aspnet-core/services/LY.MicroService.AuthServer/package.json

6
aspnet-core/services/LY.MicroService.AuthServer/package.json

@ -1,9 +1,9 @@
{ {
"version": "9.2.0", "version": "9.1.3",
"name": "my-app-authserver", "name": "my-app-authserver",
"private": true, "private": true,
"dependencies": { "dependencies": {
"@abp/aspnetcore.mvc.ui.theme.leptonxlite": "4.2.0", "@abp/aspnetcore.mvc.ui.theme.leptonxlite": "4.1.3",
"@abp/qrcode": "9.2.0" "@abp/qrcode": "9.1.3"
} }
} }
Loading…
Cancel
Save