update ng from 13 to 14

This commit is contained in:
Igor Hrenowitsch Propisnov 2024-03-10 17:57:05 +01:00
parent 375d888f36
commit c089b94cd2
4 changed files with 4898 additions and 4033 deletions

View File

@ -106,6 +106,5 @@
} }
} }
} }
}, }
"defaultProject": "li-dance-backoffice"
} }

File diff suppressed because it is too large Load Diff

View File

@ -10,16 +10,16 @@
}, },
"private": true, "private": true,
"dependencies": { "dependencies": {
"@angular/animations": "~13.1.0", "@angular/animations": "^14.3.0",
"@angular/cdk": "^13.1.0", "@angular/cdk": "^13.1.0",
"@angular/common": "~13.1.0", "@angular/common": "^14.3.0",
"@angular/compiler": "~13.1.0", "@angular/compiler": "^14.3.0",
"@angular/core": "~13.1.0", "@angular/core": "^14.3.0",
"@angular/forms": "~13.1.0", "@angular/forms": "^14.3.0",
"@angular/material": "^13.1.0", "@angular/material": "^13.1.0",
"@angular/platform-browser": "~13.1.0", "@angular/platform-browser": "^14.3.0",
"@angular/platform-browser-dynamic": "~13.1.0", "@angular/platform-browser-dynamic": "^14.3.0",
"@angular/router": "~13.1.0", "@angular/router": "^14.3.0",
"bootstrap": "^5.2.2", "bootstrap": "^5.2.2",
"bootstrap-icons": "^1.9.1", "bootstrap-icons": "^1.9.1",
"rxjs": "~7.4.0", "rxjs": "~7.4.0",
@ -27,9 +27,9 @@
"zone.js": "~0.11.4" "zone.js": "~0.11.4"
}, },
"devDependencies": { "devDependencies": {
"@angular-devkit/build-angular": "~13.1.3", "@angular-devkit/build-angular": "^14.2.13",
"@angular/cli": "~13.1.3", "@angular/cli": "^14.2.13",
"@angular/compiler-cli": "~13.1.0", "@angular/compiler-cli": "^14.3.0",
"@types/jasmine": "~3.10.0", "@types/jasmine": "~3.10.0",
"@types/node": "^12.11.1", "@types/node": "^12.11.1",
"jasmine-core": "~3.10.0", "jasmine-core": "~3.10.0",
@ -38,6 +38,6 @@
"karma-coverage": "~2.1.0", "karma-coverage": "~2.1.0",
"karma-jasmine": "~4.0.0", "karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "~1.7.0", "karma-jasmine-html-reporter": "~1.7.0",
"typescript": "~4.5.2" "typescript": "~4.8.4"
} }
} }

View File

@ -16,7 +16,7 @@
"experimentalDecorators": true, "experimentalDecorators": true,
"moduleResolution": "node", "moduleResolution": "node",
"importHelpers": true, "importHelpers": true,
"target": "es2017", "target": "es2020",
"module": "es2020", "module": "es2020",
"lib": [ "lib": [
"es2020", "es2020",