Skip to content

Commit

Permalink
feat(lib): Accept Angular 15
Browse files Browse the repository at this point in the history
  • Loading branch information
Arnaud73 committed Dec 29, 2022
1 parent dda3601 commit 7a8de83
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions projects/ngx-matomo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
"url": "https://github.com/Arnaud73/ngx-matomo.git"
},
"peerDependencies": {
"@angular/common": ">=14.0.0 <15.0.0",
"@angular/core": ">=14.0.0 <15.0.0"
"@angular/common": ">=14.0.0 <16.0.0",
"@angular/core": ">=14.0.0 <16.0.0"
},
"dependencies": {
"tslib": "^2.3.0"
},
"optionalDependencies": {
"@angular/router": ">=14.0.0 <15.0.0",
"@angular/router": ">=14.0.0 <16.0.0",
"rxjs": "^7.5.0"
}
}

0 comments on commit 7a8de83

Please sign in to comment.