Skip to content

Commit

Permalink
fix(lib): specify minimum version of Angular v14.1.3
Browse files Browse the repository at this point in the history
Which is required as the new API used in the lib was introduced there
  • Loading branch information
gund committed Aug 27, 2022
1 parent fc985f4 commit a5fe899
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

| Angular | ng-dynamic-component | NPM package |
| -------- | -------------------- | ------------------------------ |
| >=14.1.3 | 10.3.1 | `ng-dynamic-component@^10.3.1` |
| >=14.x.x | 10.2.x | `ng-dynamic-component@^10.2.0` |
| 13.x.x | 10.1.x | `ng-dynamic-component@~10.1.0` |
| 12.x.x | 9.x.x | `ng-dynamic-component@^9.0.0` |
Expand Down
4 changes: 2 additions & 2 deletions projects/ng-dynamic-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"life-cycle"
],
"peerDependencies": {
"@angular/common": ">=13.0.0",
"@angular/core": ">=13.0.0",
"@angular/common": ">=14.1.3",
"@angular/core": ">=14.1.3",
"rxjs": ">=6.0.0"
},
"dependencies": {
Expand Down

0 comments on commit a5fe899

Please sign in to comment.