Skip to content

Commit a785899

Browse files
committed
fix(@coreui/angular): add missing peerDependencies
1 parent 4b23417 commit a785899

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

projects/coreui-angular/package.json

+3-1
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,12 @@
2222
"tslib": "^2.3.0"
2323
},
2424
"peerDependencies": {
25+
"@angular/animations": "^16.1.0",
2526
"@angular/cdk": "^16.1.0",
2627
"@angular/common": "^16.1.0",
2728
"@angular/core": "^16.1.0",
28-
"@angular/router": "^16.1.0"
29+
"@angular/router": "^16.1.0",
30+
"rxjs": "^7.8.1"
2931
},
3032
"repository": {
3133
"type": "git",

0 commit comments

Comments
 (0)