change filters csc

This commit is contained in:
Tykayn 2025-09-25 11:36:59 +02:00 committed by tykayn
parent a5302a30b0
commit af8e24ef4d
5 changed files with 391 additions and 348 deletions

View file

@ -5230,8 +5230,7 @@
"resolved": "https://registry.npmjs.org/bulma/-/bulma-1.0.4.tgz",
"integrity": "sha512-Ffb6YGXDiZYX3cqvSbHWqQ8+LkX6tVoTcZuVB3lm93sbAVXlO0D6QlOTMnV6g18gILpAXqkG2z9hf9z4hCjz2g==",
"dev": true,
"license": "MIT",
"peer": true
"license": "MIT"
},
"node_modules/bytes": {
"version": "3.1.2",
@ -10185,8 +10184,7 @@
"resolved": "https://registry.npmjs.org/remixicon/-/remixicon-4.6.0.tgz",
"integrity": "sha512-bKM5odjqE1yzVxEZGJE7F79WHhNrJFIKHXR+GG+P1IWXn8AnJZhl8SbIRDJsNAvIqx4VPkNwjuHfc42tutMDpQ==",
"dev": true,
"license": "Apache-2.0",
"peer": true
"license": "Apache-2.0"
},
"node_modules/require-directory": {
"version": "2.1.1",
@ -12260,8 +12258,9 @@
"projects/sae-lib": {
"version": "0.0.1",
"dev": true,
"dependencies": {
"tslib": "^2.3.0"
"devDependencies": {
"bulma": "^1.0.4",
"remixicon": "^4.6.0"
},
"peerDependencies": {
"@angular/common": "^20.1.0",
@ -12271,7 +12270,8 @@
"@ngrx/store-devtools": "^20.0.0",
"bulma": "^1.0.4",
"remixicon": "^4.6.0",
"shepherd.js": "^14.5.1"
"shepherd.js": "^14.5.1",
"tslib": "^2.3.0"
}
}
}