add webauthn support, update deps

This commit is contained in:
_Bastler
2025-12-18 20:56:18 +01:00
parent 522ea848be
commit 1b7593f008
17 changed files with 1166 additions and 729 deletions
+20 -20
View File
@@ -1,6 +1,6 @@
{
"name": "we-bstly-angular",
"version": "3.5.1",
"version": "4.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
@@ -11,20 +11,20 @@
},
"private": true,
"dependencies": {
"@angular/animations": "^20.3.10",
"@angular/cdk": "^20.2.12",
"@angular/common": "^20.3.10",
"@angular/compiler": "^20.3.10",
"@angular/core": "^20.3.10",
"@angular/forms": "^20.3.10",
"@angular/material": "^20.2.12",
"@angular/material-moment-adapter": "^20.2.12",
"@angular/platform-browser": "^20.3.10",
"@angular/platform-browser-dynamic": "^20.3.10",
"@angular/router": "^20.3.10",
"@angular/animations": "^20.3.15",
"@angular/cdk": "^20.2.14",
"@angular/common": "^20.3.15",
"@angular/compiler": "^20.3.15",
"@angular/core": "^20.3.15",
"@angular/forms": "^20.3.15",
"@angular/material": "^20.2.14",
"@angular/material-moment-adapter": "^20.2.14",
"@angular/platform-browser": "^20.3.15",
"@angular/platform-browser-dynamic": "^20.3.15",
"@angular/router": "^20.3.15",
"moment": "^2.30.1",
"ng-qrcode": "^20.0.1",
"openpgp": "^6.2.2",
"openpgp": "^6.3.0",
"qr-scanner": "^1.4.2",
"rxjs": "~7.8.2",
"tslib": "^2.8.1",
@@ -32,15 +32,15 @@
"zone.js": "~0.15.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^20.3.9",
"@angular/cli": "^20.3.9",
"@angular/compiler-cli": "^20.3.10",
"@angular/localize": "^20.3.10",
"@types/jasmine": "^5.1.12",
"@angular-devkit/build-angular": "^20.3.13",
"@angular/cli": "^20.3.13",
"@angular/compiler-cli": "^20.3.15",
"@angular/localize": "^20.3.15",
"@types/jasmine": "^5.1.13",
"@types/jasminewd2": "^2.0.13",
"@types/node": "^24.10.0",
"@types/node": "^24.10.4",
"@types/openpgp": "^5.0.0",
"jasmine-core": "~5.12.1",
"jasmine-core": "~5.13.0",
"jasmine-spec-reporter": "~7.0.0",
"karma": "^6.4.4",
"karma-chrome-launcher": "~3.2.0",