bugfix/someImporvements #31

Merged
lobo merged 8 commits from bugfix/someImporvements into main 2026-03-07 17:20:38 +01:00
2 changed files with 952 additions and 2168 deletions
Showing only changes of commit f7557efa88 - Show all commits

3078
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

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