Skip to content

Commit

Permalink
add support for angular 14
Browse files Browse the repository at this point in the history
  • Loading branch information
marcjulian committed Sep 12, 2022
1 parent 007ec5e commit 393828c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
}
],
"peerDependencies": {
"@angular/common": ">=13.0.0",
"@angular/core": ">=13.0.0"
"@angular/common": ">=14.0.0",
"@angular/core": ">=14.0.0"
},
"dependencies": {
"tslib": "^2.0.0"
Expand Down

0 comments on commit 393828c

Please sign in to comment.