diff --git a/package.json b/package.json index 1a96742..df746fd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@markpieszak/ng-application-insights", "description": "Microsoft Azure Application Insights for Angular - Brought to you by Trilon.io", - "version": "9.0.2", + "version": "9.0.3", "scripts": { "lint": "tslint -p tsconfig.json", "clean": "rimraf ./dist", @@ -32,7 +32,7 @@ }, "peerDependencies": { "rxjs": "~6.6.0", - "@angular/router": "^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0" + "@angular/router": "^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0 || ^14.0.0" }, "devDependencies": { "@angular-devkit/build-angular": "~0.801.1",