Angular v17

This commit is contained in:
filip.kranjec 2025-08-14 14:40:18 +02:00
parent 5c34f3e0c6
commit b7ff9dd4b9
3 changed files with 2295 additions and 1982 deletions

View file

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

4243
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -11,24 +11,24 @@
}, },
"private": true, "private": true,
"dependencies": { "dependencies": {
"@angular/animations": "^16.2.12", "@angular/animations": "^17.3.12",
"@angular/common": "^16.2.12", "@angular/common": "^17.3.12",
"@angular/compiler": "^16.2.12", "@angular/compiler": "^17.3.12",
"@angular/core": "^16.2.12", "@angular/core": "^17.3.12",
"@angular/forms": "^16.2.12", "@angular/forms": "^17.3.12",
"@angular/platform-browser": "^16.2.12", "@angular/platform-browser": "^17.3.12",
"@angular/platform-browser-dynamic": "^16.2.12", "@angular/platform-browser-dynamic": "^17.3.12",
"@angular/router": "^16.2.12", "@angular/router": "^17.3.12",
"lodash": "^4.17.21", "lodash": "^4.17.21",
"rxjs": "~6.6.7", "rxjs": "~6.6.7",
"tslib": "^1.14.1", "tslib": "^1.14.1",
"zone.js": "~0.13.3" "zone.js": "~0.14.10"
}, },
"devDependencies": { "devDependencies": {
"@angular-devkit/build-angular": "^16.2.16", "@angular-devkit/build-angular": "^17.3.17",
"@angular/cli": "^16.2.16", "@angular/cli": "^17.3.17",
"@angular/compiler-cli": "^16.2.12", "@angular/compiler-cli": "^17.3.12",
"@angular/language-service": "^16.2.12", "@angular/language-service": "^17.3.12",
"@types/jasmine": "~3.3.8", "@types/jasmine": "~3.3.8",
"@types/jasminewd2": "^2.0.8", "@types/jasminewd2": "^2.0.8",
"@types/jest": "^27.0.2", "@types/jest": "^27.0.2",
@ -41,6 +41,6 @@
"protractor": "^7.0.0", "protractor": "^7.0.0",
"ts-node": "~7.0.0", "ts-node": "~7.0.0",
"tslint": "~6.1.3", "tslint": "~6.1.3",
"typescript": "~4.9.5" "typescript": "~5.4.5"
} }
} }