csc up sizes of filters

This commit is contained in:
Tykayn 2025-10-17 16:24:28 +02:00 committed by tykayn
parent b7859d0650
commit 78313720f8
9 changed files with 112 additions and 26 deletions

View file

@ -15,6 +15,7 @@
"@angular/platform-browser": "^20.1.0",
"@angular/router": "^20.1.0",
"@ngrx/store": "^20.0.0",
"angular-auth-oidc-client": "20.0.2",
"aws-amplify": "^6.0.0",
"remixicon": "^4.6.0",
"rxjs": "~7.8.0",
@ -9066,6 +9067,22 @@
"node": ">= 14.0.0"
}
},
"node_modules/angular-auth-oidc-client": {
"version": "20.0.2",
"resolved": "https://registry.npmjs.org/angular-auth-oidc-client/-/angular-auth-oidc-client-20.0.2.tgz",
"integrity": "sha512-zU+5h8LRB+NDIwmI/AUfE1BC67wb1N877RyVAgKrAIg0DTbUbfK7cZl3XBpYOd5vDoRBzROU0t3UnQ/Farjn4w==",
"license": "MIT",
"dependencies": {
"rfc4648": "^1.5.0",
"tslib": "^2.3.0"
},
"peerDependencies": {
"@angular/common": ">=20.0.0",
"@angular/core": ">=20.0.0",
"@angular/router": ">=20.0.0",
"rxjs": "^6.5.3 || ^7.4.0"
}
},
"node_modules/ansi-colors": {
"version": "4.1.3",
"resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.3.tgz",
@ -17495,6 +17512,12 @@
"node": ">=0.10.0"
}
},
"node_modules/rfc4648": {
"version": "1.5.4",
"resolved": "https://registry.npmjs.org/rfc4648/-/rfc4648-1.5.4.tgz",
"integrity": "sha512-rRg/6Lb+IGfJqO05HZkN50UtY7K/JhxJag1kP23+zyMfrvoB0B7RWv06MbOzoc79RgCdNTiUaNsTT1AJZ7Z+cg==",
"license": "MIT"
},
"node_modules/rfdc": {
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.4.1.tgz",