Skip to content

Commit

Permalink
fix(package): update Angular peer dependencies from v9 to v10
Browse files Browse the repository at this point in the history
BREAKING CHANGE: Now you are required to have Angular v10 as a peer dependency.
  • Loading branch information
gund committed Jun 28, 2020
1 parent 412d517 commit c4c059e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/ng-dynamic-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"life-cycle"
],
"peerDependencies": {
"@angular/common": "^9.0.0-rc.0",
"@angular/core": "^9.0.0-rc.0",
"@angular/common": "^10.0.0",
"@angular/core": "^10.0.0",
"rxjs": "^6.0.0"
},
"dependencies": {
Expand Down

0 comments on commit c4c059e

Please sign in to comment.