Skip to content

Commit

Permalink
feat(angular): Add Angular 15 support (#6220)
Browse files Browse the repository at this point in the history
Add Angular 15 support by adding `15.x` as a peer dependency version for the Angular packages.
  • Loading branch information
Lms24 committed Nov 17, 2022
1 parent 0ee35f0 commit 034e07d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/angular/package.json
Expand Up @@ -15,9 +15,9 @@
"access": "public"
},
"peerDependencies": {
"@angular/common": "10.x || 11.x || 12.x || 13.x || 14.x",
"@angular/core": "10.x || 11.x || 12.x || 13.x || 14.x",
"@angular/router": "10.x || 11.x || 12.x || 13.x || 14.x",
"@angular/common": "10.x || 11.x || 12.x || 13.x || 14.x || 15.x",
"@angular/core": "10.x || 11.x || 12.x || 13.x || 14.x || 15.x",
"@angular/router": "10.x || 11.x || 12.x || 13.x || 14.x || 15.x",
"rxjs": "^6.5.5 || ^7.x"
},
"dependencies": {
Expand Down

0 comments on commit 034e07d

Please sign in to comment.