Skip to content

Commit

Permalink
lift peerDeps to Angular 14.0.0 (#38)
Browse files Browse the repository at this point in the history
Older versions are not compatible with Standalone Directives
  • Loading branch information
fmalcher authored Oct 25, 2022
1 parent 6486782 commit c096c0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workspace/projects/date-value-accessor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
},
"homepage": "https://github.com/johanneshoppe/angular-date-value-accessor",
"peerDependencies": {
"@angular/common": ">= 9.0.0",
"@angular/core": ">= 9.0.0"
"@angular/common": ">= 14.0.0",
"@angular/core": ">= 14.0.0"
},
"dependencies": {
"tslib": "^2.0.0"
Expand Down

0 comments on commit c096c0c

Please sign in to comment.