1. updated to latest angular 12 version
2. set fixed ngx-matomo version
This commit is contained in:
parent
baf8ff1d49
commit
6b0b2ad6ba
File diff suppressed because it is too large
Load Diff
26
package.json
26
package.json
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue