Angular 14 upgrade (#2598)

* angular 14

* material 14 and ADF 14

* latest ADF 5.x and theme import fixes

* use latest ADF 5.x

* update build command

* update travis command

* upgrade ngrx to v14

* upgrade flex layout lib

* fix after rebase

* fix after rebase

* upgrade to latest ADF
This commit is contained in:
Denys Vuika
2022-08-25 12:05:00 +01:00
committed by GitHub
parent c60a3b51cf
commit 69cb107dd9
23 changed files with 1825 additions and 1946 deletions
+25 -25
View File
@@ -12,7 +12,7 @@
"start": "ng serve",
"start:prod": "npm run validate-app-config && node --max-old-space-size=8192 node_modules/@angular/cli/bin/ng serve --configuration production --open",
"prebuild": "mkdir -p ./app/.tmp && cp ./app/src/app.config.json.tpl ./app/.tmp/app.config.json",
"build": "ng build",
"build": "ng build content-ce",
"build.release": "npm run build -- --configuration=production,release",
"test": "ng test",
"test:ci": "ng test adf-office-services-ext && ng test content-ce --code-coverage",
@@ -25,28 +25,28 @@
},
"private": true,
"dependencies": {
"@alfresco/adf-content-services": "5.0.0-angular.13.2-36043",
"@alfresco/adf-core": "5.0.0-angular.13.2-36043",
"@alfresco/adf-extensions": "5.0.0-angular.13.2-36043",
"@alfresco/adf-content-services": "5.0.0-angular.14-36080",
"@alfresco/adf-core": "5.0.0-angular.14-36080",
"@alfresco/adf-extensions": "5.0.0-angular.14-36080",
"@alfresco/js-api": "4.12.0-244",
"@angular/animations": "13.3.1",
"@angular/cdk": "13.3.9",
"@angular/common": "13.3.11",
"@angular/compiler": "13.3.1",
"@angular/core": "13.3.11",
"@angular/flex-layout": "^13.0.0-beta.38",
"@angular/forms": "13.3.11",
"@angular/material": "13.3.9",
"@angular/material-moment-adapter": "13.3.9",
"@angular/platform-browser": "13.3.11",
"@angular/platform-browser-dynamic": "13.3.11",
"@angular/router": "13.3.11",
"@angular/animations": "14.1.2",
"@angular/cdk": "14.1.2",
"@angular/common": "14.1.2",
"@angular/compiler": "14.1.2",
"@angular/core": "14.1.2",
"@angular/flex-layout": "^14.0.0-beta.40",
"@angular/forms": "14.1.2",
"@angular/material": "14.1.2",
"@angular/material-moment-adapter": "14.1.2",
"@angular/platform-browser": "14.1.2",
"@angular/platform-browser-dynamic": "14.1.2",
"@angular/router": "14.1.2",
"@mat-datetimepicker/core": "^9.0.68",
"@mat-datetimepicker/moment": "^9.0.68",
"@ngrx/effects": "^13.1.0",
"@ngrx/router-store": "^13.1.0",
"@ngrx/store": "^13.1.0",
"@ngrx/store-devtools": "^13.1.0",
"@ngrx/effects": "^14.2.0",
"@ngrx/router-store": "^14.2.0",
"@ngrx/store": "^14.2.0",
"@ngrx/store-devtools": "^14.2.0",
"@ngx-translate/core": "^14.0.0",
"minimatch-browser": "^1.0.0",
"moment": "^2.29.4",
@@ -60,15 +60,15 @@
"@alfresco/adf-cli": "5.0.0-angular.13.2-36043",
"@alfresco/adf-testing": "5.0.0-angular.13.2-36043",
"@angular-custom-builders/lite-serve": "^0.2.3",
"@angular-devkit/build-angular": "13.3.9",
"@angular-devkit/build-angular": "14.1.2",
"@angular-eslint/builder": "^13.2.0",
"@angular-eslint/eslint-plugin": "^13.2.0",
"@angular-eslint/eslint-plugin-template": "^13.2.0",
"@angular-eslint/schematics": "13.2.0",
"@angular-eslint/template-parser": "^13.2.0",
"@angular/cli": "13.3.9",
"@angular/compiler-cli": "13.3.11",
"@angular/language-service": "13.3.11",
"@angular/cli": "14.1.2",
"@angular/compiler-cli": "14.1.2",
"@angular/language-service": "14.1.2",
"@types/event-emitter": "^0.3.3",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "^2.0.8",
@@ -107,7 +107,7 @@
"karma-mocha-reporter": "^2.2.5",
"lint-staged": "^12.3.1",
"lite-server": "^2.4.0",
"ng-packagr": "^13.3.0",
"ng-packagr": "^14.1.0",
"node-stream-zip": "^1.14.0",
"prettier": "2.5.1",
"protractor": "~7.0.0",