Skip to content

Commit ca30573

Browse files
committed
feat: add angular 18 as a supported peer dependency
Signed-off-by: Akshat Patel <[email protected]>
1 parent 440d87c commit ca30573

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
@@ -64,9 +64,9 @@
6464
"license": "Apache-2.0",
6565
"author": "IBM",
6666
"peerDependencies": {
67-
"@angular/common": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
68-
"@angular/core": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
69-
"@angular/forms": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0",
67+
"@angular/common": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
68+
"@angular/core": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
69+
"@angular/forms": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
7070
"@carbon/styles": "^1.56.0",
7171
"rxjs": "^6.0.0 || ^7.0.0",
7272
"zone.js": "^0.11.0"

0 commit comments

Comments
 (0)