Skip to content

Commit

Permalink
publish(9.0.3): fix peerDep angular router for v14
Browse files Browse the repository at this point in the history
Resolves TrilonIO#119
  • Loading branch information
TPullen21 authored Sep 8, 2022
1 parent af0c928 commit 611cb2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 611cb2e

Please sign in to comment.