Skip to content

Commit 39e0683

Browse files
committed
chore: remove upper limit for peer dependencies
Angular promises backward compatibility. so it shouldn't be necessary to set an upper limit. This also removes the need to re-release the library every time Angular releases a new version.
1 parent d803822 commit 39e0683

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

projects/angular-google-charts/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"email": "gabriel.sperrer@gmail.com"
2525
},
2626
"peerDependencies": {
27-
"@angular/common": ">=16.0.0 <=18.x.x",
28-
"@angular/core": ">=16.0.0 <=18.x.x"
27+
"@angular/common": ">=16.0.0",
28+
"@angular/core": ">=16.0.0"
2929
},
3030
"dependencies": {
3131
"@types/google.visualization": "0.0.74",

0 commit comments

Comments
 (0)