Skip to content

Commit

Permalink
feat(angular): Add Angular 14 support (#5253)
Browse files Browse the repository at this point in the history
Add Angular 14 peer dependencies to package.json to make our SDK compatible with the recently released version 14 of Angular
  • Loading branch information
Lms24 authored Jun 14, 2022
1 parent 2a1689e commit f6c87dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"access": "public"
},
"peerDependencies": {
"@angular/common": "10.x || 11.x || 12.x || 13.x",
"@angular/core": "10.x || 11.x || 12.x || 13.x",
"@angular/router": "10.x || 11.x || 12.x || 13.x",
"@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",
"rxjs": "^6.5.5 || ^7.x"
},
"dependencies": {
Expand Down

0 comments on commit f6c87dd

Please # to comment.