build: upgrade to angular v12

This commit is contained in:
Jovan Krunić
2021-09-21 06:51:33 +00:00
parent e5c227073a
commit 3c7ada4eea
33 changed files with 8960 additions and 8806 deletions

View File

@@ -14,7 +14,7 @@
],
"scripts": {
"build": "ng build",
"build:prod": "ng build --prod",
"build:prod": "ng build --configuration production",
"build:fake": "ng build --configuration=fake",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && git add CHANGELOG.md && git commit -m 'docs: update changelog'",
"check-configuration": "openstapps-configuration",
@@ -40,107 +40,106 @@
"test": "ng test"
},
"dependencies": {
"@angular/animations": "9.1.13",
"@angular/cdk": "12.0.0",
"@angular/common": "9.1.13",
"@angular/core": "9.1.13",
"@angular/forms": "9.1.13",
"@angular/platform-browser": "9.1.13",
"@angular/platform-browser-dynamic": "9.1.13",
"@angular/router": "9.1.13",
"@asymmetrik/ngx-leaflet": "5.0.2",
"@asymmetrik/ngx-leaflet-markercluster": "2.1.1",
"@angular/animations": "12.2.5",
"@angular/cdk": "12.2.5",
"@angular/common": "12.2.5",
"@angular/core": "12.2.5",
"@angular/forms": "12.2.5",
"@angular/platform-browser": "12.2.5",
"@angular/platform-browser-dynamic": "12.2.5",
"@angular/router": "12.2.5",
"@asymmetrik/ngx-leaflet": "8.1.0",
"@asymmetrik/ngx-leaflet-markercluster": "5.0.1",
"@capacitor/core": "2.4.6",
"@ionic-native/core": "5.29.0",
"@ionic-native/dialogs": "5.31.1",
"@ionic-native/diagnostic": "5.32.0",
"@ionic-native/geolocation": "5.29.0",
"@ionic-native/network": "5.31.1",
"@ionic-native/splash-screen": "5.29.0",
"@ionic-native/status-bar": "5.29.0",
"@ionic/angular": "5.6.9",
"@ionic/storage": "2.2.0",
"@ionic-native/core": "5.36.0",
"@ionic-native/diagnostic": "5.36.0",
"@ionic-native/dialogs": "5.36.0",
"@ionic-native/geolocation": "5.36.0",
"@ionic-native/network": "5.36.0",
"@ionic-native/splash-screen": "5.36.0",
"@ionic-native/status-bar": "5.36.0",
"@ionic/angular": "5.7.0",
"@ionic/storage-angular": "3.0.6",
"@ngx-translate/core": "11.0.1",
"@ngx-translate/http-loader": "4.0.0",
"@openstapps/api": "0.31.0",
"@openstapps/configuration": "0.27.0",
"@openstapps/core": "0.49.1",
"@openstapps/api": "0.32.0",
"@openstapps/configuration": "0.28.1",
"@openstapps/core": "0.51.0",
"cordova-android": "9.0.0",
"cordova-browser": "6.0.0",
"cordova-ios": "6.2.0",
"cordova-plugin-androidx-adapter": "1.1.3",
"cordova-plugin-device": "2.0.3",
"cordova-plugin-dialogs": "2.0.2",
"cordova.plugins.diagnostic": "6.0.3",
"cordova-plugin-geolocation": "4.1.0",
"cordova-plugin-ionic-keyboard": "2.2.0",
"cordova-plugin-ionic-webview": "5.0.0",
"cordova-plugin-network-information": "2.0.2",
"cordova-plugin-splashscreen": "6.0.0",
"cordova-plugin-whitelist": "1.3.4",
"cordova.plugins.diagnostic": "6.0.3",
"core-js": "2.6.5",
"deepmerge": "3.3.0",
"form-data": "2.5.0",
"geojson": "0.5.0",
"leaflet": "1.4.0",
"leaflet.markercluster": "1.4.1",
"leaflet": "1.7.1",
"leaflet.markercluster": "1.5.1",
"lodash-es": "4.17.21",
"moment": "2.29.1",
"ngx-logger": "4.1.9",
"ngx-markdown": "9.1.1",
"ngx-markdown": "12.0.1",
"ngx-moment": "5.0.0",
"opening_hours": "3.7.0",
"rxjs": "6.6.3",
"tslib": "1.14.1",
"tslib": "2.0.0",
"zone.js": "0.11.4"
},
"devDependencies": {
"@angular-devkit/architect": "0.901.13",
"@angular-devkit/build-angular": "0.901.13",
"@angular-devkit/core": "9.1.12",
"@angular-devkit/schematics": "9.1.12",
"@angular-eslint/builder": "12.2.0",
"@angular-eslint/eslint-plugin": "12.2.0",
"@angular-eslint/eslint-plugin-template": "12.2.0",
"@angular-eslint/schematics": "1.2.0",
"@angular-eslint/template-parser": "1.2.0",
"@angular/cli": "9.1.12",
"@angular/compiler": "9.1.13",
"@angular/compiler-cli": "9.1.13",
"@angular/language-service": "9.1.13",
"@compodoc/compodoc": "1.1.10",
"@ionic/angular-toolkit": "2.3.3",
"@angular-devkit/architect": "0.1202.5",
"@angular-devkit/build-angular": "12.2.5",
"@angular-devkit/core": "12.2.5",
"@angular-devkit/schematics": "12.2.5",
"@angular-eslint/builder": "12.4.1",
"@angular-eslint/eslint-plugin": "12.4.1",
"@angular-eslint/eslint-plugin-template": "12.4.1",
"@angular-eslint/schematics": "12.4.1",
"@angular-eslint/template-parser": "12.4.1",
"@angular/cli": "12.2.5",
"@angular/compiler": "12.2.5",
"@angular/compiler-cli": "12.2.5",
"@angular/language-service": "12.2.5",
"@compodoc/compodoc": "1.1.14",
"@ionic/angular-toolkit": "4.0.0",
"@types/deepmerge": "2.2.0",
"@types/form-data": "2.5.0",
"@types/jasmine": "3.3.12",
"@types/jasminewd2": "2.0.6",
"@types/leaflet": "1.4.4",
"@types/leaflet.markercluster": "1.0.3",
"@types/jasmine": "3.9.1",
"@types/jasminewd2": "2.0.10",
"@types/leaflet": "1.7.5",
"@types/leaflet.markercluster": "1.4.5",
"@types/lodash-es": "4.17.4",
"@types/node": "14.14.37",
"@typescript-eslint/eslint-plugin": "4.3.0",
"@typescript-eslint/parser": "4.3.0",
"codelyzer": "5.1.2",
"conventional-changelog-cli": "2.0.12",
"eslint": "7.30.0",
"@types/node": "14.17.16",
"@typescript-eslint/eslint-plugin": "4.31.0",
"@typescript-eslint/parser": "4.31.0",
"conventional-changelog-cli": "2.1.1",
"eslint": "7.32.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-jsdoc": "35.4.1",
"eslint-plugin-prettier": "3.4.0",
"eslint-plugin-unicorn": "34.0.1",
"eslint-plugin-jsdoc": "36.1.0",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-unicorn": "36.0.0",
"is-docker": "1.1.0",
"jasmine-core": "3.5.0",
"jasmine-spec-reporter": "4.2.1",
"karma": "4.4.1",
"jasmine-core": "3.9.0",
"jasmine-spec-reporter": "7.0.0",
"karma": "6.3.4",
"karma-chrome-launcher": "3.1.0",
"karma-coverage-istanbul-reporter": "2.1.0",
"karma-jasmine": "2.0.1",
"karma-jasmine-html-reporter": "1.4.2",
"karma-coverage-istanbul-reporter": "3.0.3",
"karma-jasmine": "4.0.1",
"karma-jasmine-html-reporter": "1.7.0",
"karma-mocha-reporter": "2.2.5",
"prettier": "2.3.2",
"protractor": "5.4.2",
"surge": "0.21.3",
"prettier": "2.4.0",
"protractor": "7.0.0",
"surge": "0.23.0",
"ts-node": "8.0.3",
"typescript": "3.8.3"
"typescript": "4.3.5"
},
"cordova": {
"plugins": {