Bump ngx-matomo from 1.0.0-rc.0 to 1.0.0-rc.2
Bumps [ngx-matomo](https://github.com/Arnaud73/ngx-matomo) from 1.0.0-rc.0 to 1.0.0-rc.2. - [Release notes](https://github.com/Arnaud73/ngx-matomo/releases) - [Changelog](https://github.com/Arnaud73/ngx-matomo/blob/master/CHANGELOG.md) - [Commits](https://github.com/Arnaud73/ngx-matomo/compare/v1.0.0-rc.0...v1.0.0-rc.2) --- updated-dependencies: - dependency-name: ngx-matomo dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
1c047ff495
commit
284a3033b9
|
@ -8271,13 +8271,13 @@
|
|||
}
|
||||
},
|
||||
"ngx-matomo": {
|
||||
"version": "1.0.0-rc.1",
|
||||
"resolved": "https://registry.npmjs.org/ngx-matomo/-/ngx-matomo-1.0.0-rc.1.tgz",
|
||||
"integrity": "sha512-MCtf4OExzyIl2CiWLYGJ0q2c/8q5fgh/Hzlk/0H46r1cPDGXWExQC+MOQT9neV8vmumvJiVGESv9uUun89B2IA==",
|
||||
"version": "1.0.0-rc.2",
|
||||
"resolved": "https://registry.npmjs.org/ngx-matomo/-/ngx-matomo-1.0.0-rc.2.tgz",
|
||||
"integrity": "sha512-RSftQrsc+2y5MlaXWcTE32Ugobg9pf4J6JqHJIFsrbYjyjWea5KgZxr1TTV9LnajBsFWu/aor2CIIxZsYTXYYQ==",
|
||||
"requires": {
|
||||
"@angular/router": ">=9.0.0 <13.0.0",
|
||||
"rxjs": "^6.5.0",
|
||||
"tslib": "^2.1.0"
|
||||
"@angular/router": ">=9.0.0 <15.0.0",
|
||||
"rxjs": "^6.6.0",
|
||||
"tslib": "^2.3.0"
|
||||
}
|
||||
},
|
||||
"nice-try": {
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
"jquery": "^3.4.1",
|
||||
"jspdf": "^2.5.1",
|
||||
"ngx-echarts": "^4.2.2",
|
||||
"ngx-matomo": "1.0.0-rc.1",
|
||||
"ngx-matomo": "1.0.0-rc.2",
|
||||
"proj4": "^2.5.0",
|
||||
"rxjs": "~6.6.7",
|
||||
"tslib": "^2.0.0",
|
||||
|
|
Loading…
Reference in New Issue