upgrade to angular 17

This commit is contained in:
Alex Shnitman 2024-04-12 09:14:55 +03:00
parent 95a256567c
commit c946c71e8e
3 changed files with 1744 additions and 2459 deletions

View file

@ -71,18 +71,18 @@
"serve": { "serve": {
"builder": "@angular-devkit/build-angular:dev-server", "builder": "@angular-devkit/build-angular:dev-server",
"options": { "options": {
"browserTarget": "metube:build" "buildTarget": "metube:build"
}, },
"configurations": { "configurations": {
"production": { "production": {
"browserTarget": "metube:build:production" "buildTarget": "metube:build:production"
} }
} }
}, },
"extract-i18n": { "extract-i18n": {
"builder": "@angular-devkit/build-angular:extract-i18n", "builder": "@angular-devkit/build-angular:extract-i18n",
"options": { "options": {
"browserTarget": "metube:build" "buildTarget": "metube:build"
} }
}, },
"test": { "test": {

4157
ui/package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -11,37 +11,37 @@
}, },
"private": true, "private": true,
"dependencies": { "dependencies": {
"@angular/animations": "^16.2.12", "@angular/animations": "^17.3.4",
"@angular/common": "^16.2.12", "@angular/common": "^17.3.4",
"@angular/compiler": "^16.2.12", "@angular/compiler": "^17.3.4",
"@angular/core": "^16.2.12", "@angular/core": "^17.3.4",
"@angular/forms": "^16.2.12", "@angular/forms": "^17.3.4",
"@angular/localize": "^16.2.12", "@angular/localize": "^17.3.4",
"@angular/platform-browser": "^16.2.12", "@angular/platform-browser": "^17.3.4",
"@angular/platform-browser-dynamic": "^16.2.12", "@angular/platform-browser-dynamic": "^17.3.4",
"@angular/router": "^16.2.12", "@angular/router": "^17.3.4",
"@angular/service-worker": "^16.2.12", "@angular/service-worker": "^17.3.4",
"@fortawesome/angular-fontawesome": "~0.13.0", "@fortawesome/angular-fontawesome": "~0.14.0",
"@fortawesome/fontawesome-svg-core": "^6.5.0", "@fortawesome/fontawesome-svg-core": "^6.5.0",
"@fortawesome/free-regular-svg-icons": "^6.5.0", "@fortawesome/free-regular-svg-icons": "^6.5.0",
"@fortawesome/free-solid-svg-icons": "^6.5.0", "@fortawesome/free-solid-svg-icons": "^6.5.0",
"@ng-bootstrap/ng-bootstrap": "^15.0.0", "@ng-bootstrap/ng-bootstrap": "^16.0.0",
"@ng-select/ng-select": "^11.0.0", "@ng-select/ng-select": "^12.0.0",
"bootstrap": "^5.3.0", "bootstrap": "^5.3.0",
"ngx-cookie-service": "^16.0.0", "ngx-cookie-service": "^17.0.0",
"ngx-socket-io": "~4.5.0", "ngx-socket-io": "~4.6.0",
"rxjs": "~7.8.0", "rxjs": "~7.8.0",
"tslib": "^2.6.0", "tslib": "^2.6.0",
"zone.js": "~0.13.0" "zone.js": "~0.14.4"
}, },
"devDependencies": { "devDependencies": {
"@angular-devkit/build-angular": "^16.2.14", "@angular-devkit/build-angular": "^17.3.4",
"@angular/cli": "^16.2.14", "@angular/cli": "^17.3.4",
"@angular/compiler-cli": "^16.2.12", "@angular/compiler-cli": "^17.3.4",
"@types/node": "^18.15.0", "@types/node": "^18.15.0",
"codelyzer": "^6.0.2", "codelyzer": "^6.0.2",
"ts-node": "~10.9.1", "ts-node": "~10.9.1",
"tslint": "~6.1.3", "tslint": "~6.1.3",
"typescript": "~5.1.6" "typescript": "~5.4.5"
} }
} }