Skip to content

Commit

Permalink
Update peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwalschots committed Nov 17, 2020
1 parent 6544a40 commit 4f60cc2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions angular-reactive-validation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"private": false,
"dependencies": {},
"peerDependencies": {
"@angular/core": "^9.0.0",
"@angular/common": "^9.0.0",
"@angular/forms": "^9.0.0",
"@angular/core": "^11.0.0",
"@angular/common": "^11.0.0",
"@angular/forms": "^11.0.0",
"rxjs": "^6.5.4"
},
"ngPackage": {
Expand Down

0 comments on commit 4f60cc2

Please sign in to comment.