updated dependencies

This commit is contained in:
2026-03-07 15:34:19 +01:00
parent 408702be5c
commit f7557efa88
2 changed files with 952 additions and 2168 deletions

3078
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -12,34 +12,34 @@
"private": true, "private": true,
"dependencies": { "dependencies": {
"@angular-slider/ngx-slider": "^21.0.0", "@angular-slider/ngx-slider": "^21.0.0",
"@angular/animations": "~21.1.0", "@angular/animations": "~21.2.1",
"@angular/cdk": "~21.1.0", "@angular/cdk": "~21.2.1",
"@angular/common": "~21.1.0", "@angular/common": "~21.2.1",
"@angular/compiler": "~21.1.0", "@angular/compiler": "~21.2.1",
"@angular/core": "~21.1.0", "@angular/core": "~21.2.1",
"@angular/forms": "~21.1.0", "@angular/forms": "~21.2.1",
"@angular/material": "~21.1.0", "@angular/material": "~21.2.1",
"@angular/platform-browser": "~21.1.0", "@angular/platform-browser": "~21.2.1",
"@angular/router": "~21.1.0", "@angular/router": "~21.2.1",
"@babylonjs/core": "^8.50.5", "@babylonjs/core": "^8.54.1",
"@ngx-translate/core": "~17.0.0", "@ngx-translate/core": "^17.0.0",
"@ngx-translate/http-loader": "~17.0.0", "@ngx-translate/http-loader": "^17.0.0",
"inquirer": "^13.2.2", "inquirer": "^13.3.0",
"rxjs": "~7.8.2", "rxjs": "~7.8.2",
"swiper": "~12.1.0", "swiper": "~12.1.0",
"tslib": "~2.8.1" "tslib": "~2.8.1"
}, },
"devDependencies": { "devDependencies": {
"@angular/build": "~21.1.0", "@angular/build": "~21.2.1",
"@angular/cli": "~21.1.0", "@angular/cli": "~21.2.1",
"@angular/compiler-cli": "~21.1.0", "@angular/compiler-cli": "~21.2.1",
"@lhci/cli": "^0.15.1", "@lhci/cli": "^0.15.1",
"@types/jasmine": "~5.1.15", "@types/jasmine": "~6.0.0",
"angular-eslint": "21.2.0", "angular-eslint": "21.3.0",
"eslint": "^9.39.2", "eslint": "^10.0.3",
"jasmine-core": "~6.0.1", "jasmine-core": "~6.1.0",
"typescript": "~5.9.3", "typescript": "~5.9.3",
"typescript-eslint": "8.50.1" "typescript-eslint": "8.56.1"
}, },
"overrides": { "overrides": {
"tmp": "^0.2.3" "tmp": "^0.2.3"