Skip to content

Commit eed4d9d

Browse files
committed
chore: add overrides as temp workaround
1 parent cdb31f5 commit eed4d9d

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

package.json

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,22 @@
5555
"engines": {
5656
"node": "^14.15.0 || >=16.10.0",
5757
"npm": ">= 6"
58+
},
59+
"overrides": {
60+
"@coreui/angular": {
61+
"@angular/common": "^15.0.0",
62+
"@angular/core": "^15.0.0",
63+
"@angular/cdk": "^15.0.0",
64+
"@angular/router": "^15.0.0"
65+
},
66+
"@coreui/angular-chartjs": {
67+
"@angular/common": "^15.0.0",
68+
"@angular/core": "^15.0.0",
69+
"@angular/cdk": "^15.0.0"
70+
},
71+
"@coreui/icons-angular": {
72+
"@angular/common": "^15.0.0",
73+
"@angular/core": "^15.0.0"
74+
}
5875
}
59-
}
76+
}

0 commit comments

Comments
 (0)