1. updated to latest angular 12 version

2. set fixed ngx-matomo version
This commit is contained in:
Konstantinos Spyrou 2022-11-16 12:00:08 +00:00
parent baf8ff1d49
commit 6b0b2ad6ba
2 changed files with 6807 additions and 6595 deletions

13376
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -11,15 +11,15 @@
},
"private": true,
"dependencies": {
"@angular/animations": "~12.1.1",
"@angular/common": "~12.1.1",
"@angular/compiler": "~12.1.1",
"@angular/core": "~12.1.1",
"@angular/forms": "~12.1.1",
"@angular/animations": "~12.2.16",
"@angular/common": "~12.2.16",
"@angular/compiler": "~12.2.16",
"@angular/core": "~12.2.16",
"@angular/forms": "~12.2.16",
"@angular/localize": "^12.1.1",
"@angular/platform-browser": "~12.1.1",
"@angular/platform-browser-dynamic": "~12.1.1",
"@angular/router": "~12.1.1",
"@angular/platform-browser": "~12.2.16",
"@angular/platform-browser-dynamic": "~12.2.16",
"@angular/router": "~12.2.16",
"@highcharts/map-collection": "^1.1.2",
"angular-ng-autocomplete": "^2.0.5",
"core-js": "^2.6.12",
@ -31,7 +31,7 @@
"jquery": "^3.4.1",
"jspdf": "^1.5.3",
"ngx-echarts": "^4.2.2",
"ngx-matomo": "^1.0.0-rc.0",
"ngx-matomo": "1.0.0-rc.0",
"proj4": "^2.5.0",
"rxjs": "~6.6.7",
"tslib": "^2.0.0",
@ -39,10 +39,10 @@
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/build-angular": "~12.1.1",
"@angular/cli": "~12.1.1",
"@angular/compiler-cli": "~12.1.1",
"@angular/language-service": "~12.1.1",
"@angular-devkit/build-angular": "~12.2.16",
"@angular/cli": "~12.2.16",
"@angular/compiler-cli": "~12.2.16",
"@angular/language-service": "~12.2.16",
"@types/jasmine": "~3.6.0",
"@types/jasminewd2": "~2.0.3",
"codelyzer": "^6.0.0",