Skip to content
This repository has been archived by the owner on Jan 26, 2025. It is now read-only.

Commit

Permalink
Remove peer dependency restriction to allow latest version of Angular (
Browse files Browse the repository at this point in the history
  • Loading branch information
aarongranick-okta authored Apr 12, 2019
1 parent c585545 commit 0703aff
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/okta-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@
"typescript": "^2.5.2"
},
"peerDependencies": {
"@angular/common": ">=4 <7",
"@angular/core": ">=4 <7",
"@angular/platform-browser": ">=4 <7",
"@angular/router": ">=4 <7",
"rxjs": ">=5.4.3 <7"
"@angular/common": ">=4",
"@angular/core": ">=4",
"@angular/platform-browser": ">=4",
"@angular/router": ">=4",
"rxjs": ">=5.4.3"
}
}

0 comments on commit 0703aff

Please sign in to comment.