Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
Support angular 16.2.0 +
  • Loading branch information
jeanettephung authored Sep 2, 2023
1 parent 45ef2f9 commit 8d2909e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projects/zingchart-angular/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"angular"
],
"peerDependencies": {
"@angular/common": "^16.2.0",
"@angular/core": "^16.2.0"
"@angular/common": ">=16.2.0",
"@angular/core": ">=16.2.0"
},
"dependencies": {
"zingchart": "latest",
Expand Down

0 comments on commit 8d2909e

Please sign in to comment.