Skip to content

Commit 8d2909e

Browse files
Update package.json
Support angular 16.2.0 +
1 parent 45ef2f9 commit 8d2909e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/zingchart-angular/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
"angular"
1515
],
1616
"peerDependencies": {
17-
"@angular/common": "^16.2.0",
18-
"@angular/core": "^16.2.0"
17+
"@angular/common": ">=16.2.0",
18+
"@angular/core": ">=16.2.0"
1919
},
2020
"dependencies": {
2121
"zingchart": "latest",

0 commit comments

Comments
 (0)