refactor(qrcode): replace angularx-qrcode with custom QRCodeComponent and update dependencies

This commit is contained in:
2026-07-08 02:21:17 +00:00
parent 1af478d65e
commit eb73398397
5 changed files with 97 additions and 18 deletions

View File

@@ -21,9 +21,9 @@
"@angular/router": "^22.0.0",
"@angular/ssr": "^22.0.4",
"@fortawesome/fontawesome-free": "^7.2.0",
"angularx-qrcode": "^21.0.5",
"bootstrap": "^5.3.8",
"express": "^5.1.0",
"qrcode": "1.5.4",
"rxjs": "~7.8.0",
"tslib": "^2.3.0"
},