Skip to content

Commit 3f1609d

Browse files
committed
feat: Add angular 17 as a peer dependency
Signed-off-by: Akshat Patel <akshat@live.ca>
1 parent abc947e commit 3f1609d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@
6060
"license": "Apache-2.0",
6161
"author": "IBM",
6262
"peerDependencies": {
63-
"@angular/common": "^14.0.0 || ^15.0.0 || ^16.0.0",
64-
"@angular/core": "^14.0.0 || ^15.0.0 || ^16.0.0",
65-
"@angular/forms": "^14.0.0 || ^15.0.0 || ^16.0.0",
63+
"@angular/common": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
64+
"@angular/core": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
65+
"@angular/forms": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
6666
"@carbon/styles": "^1.5.0",
6767
"rxjs": "^6.0.0 || ^7.0.0",
6868
"zone.js": "^0.11.0"

0 commit comments

Comments
 (0)