This commit is contained in:
Myx
2025-01-25 00:36:05 +01:00
parent 8a34f4fea6
commit fe935d101c
3 changed files with 3076 additions and 2165 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -10,15 +10,15 @@
}, },
"private": true, "private": true,
"dependencies": { "dependencies": {
"@angular/animations": "^17.3.0", "@angular/animations": "^18.2.13",
"@angular/cdk": "^17.3.10", "@angular/cdk": "^17.3.10",
"@angular/common": "^17.3.0", "@angular/common": "^18.2.13",
"@angular/compiler": "^17.3.0", "@angular/compiler": "^18.2.13",
"@angular/core": "^17.3.0", "@angular/core": "^18.2.13",
"@angular/forms": "^17.3.0", "@angular/forms": "^18.2.13",
"@angular/platform-browser": "^17.3.0", "@angular/platform-browser": "^18.2.13",
"@angular/platform-browser-dynamic": "^17.3.0", "@angular/platform-browser-dynamic": "^18.2.13",
"@angular/router": "^17.3.0", "@angular/router": "^18.2.13",
"@ng-icons/core": "^29.5.1", "@ng-icons/core": "^29.5.1",
"@ng-icons/css.gg": "^29.5.1", "@ng-icons/css.gg": "^29.5.1",
"@ng-icons/heroicons": "^29.5.1", "@ng-icons/heroicons": "^29.5.1",
@@ -32,9 +32,9 @@
"zone.js": "~0.14.3" "zone.js": "~0.14.3"
}, },
"devDependencies": { "devDependencies": {
"@angular-devkit/build-angular": "^17.3.7", "@angular-devkit/build-angular": "^18.2.12",
"@angular/cli": "^17.3.7", "@angular/cli": "^18.2.12",
"@angular/compiler-cli": "^17.3.0", "@angular/compiler-cli": "^18.2.13",
"@types/jasmine": "~5.1.0", "@types/jasmine": "~5.1.0",
"jasmine-core": "~5.1.0", "jasmine-core": "~5.1.0",
"karma": "~6.4.0", "karma": "~6.4.0",

View File

@@ -3,7 +3,7 @@ import { provideRouter } from '@angular/router';
import { routes } from './app.routes'; import { routes } from './app.routes';
import { provideAnimationsAsync } from '@angular/platform-browser/animations/async'; import { provideAnimationsAsync } from '@angular/platform-browser/animations/async';
import { provideNgIconsConfig } from '@ng-icons/core'; import { provideNgIconsConfig } from '@ng-icons/core';
import { HttpClientXsrfModule, provideHttpClient } from '@angular/common/http'; import { provideHttpClient } from '@angular/common/http';
import { providePrimeNG } from 'primeng/config'; import { providePrimeNG } from 'primeng/config';
import { bytefy_dark } from './bytefy-dark-theme'; import { bytefy_dark } from './bytefy-dark-theme';