Update to latest Angulartics2

The docs make no mention of Angular 9, but there is a failing test
because of Angulartics2, tracking appears to still work from what I can
tell locally.
This commit is contained in:
Cameron Cordes
2020-03-06 16:37:12 -05:00
parent c538dbbf58
commit be791a244e
2 changed files with 4 additions and 4 deletions

View File

@@ -24,7 +24,7 @@
"@angular/platform-browser": "^9.0.5",
"@angular/platform-browser-dynamic": "^9.0.5",
"@angular/router": "^9.0.5",
"angulartics2": "^8.1.0",
"angulartics2": "^8.3.0",
"core-js": "^2.5.4",
"json-schema-traverse": "^0.4.1",
"rxjs": "~6.5.4",