Skip to content

Commit afb9f9f

Browse files
committed
chore(dependencies): tilde dependencies for @coreui/* packages to avoid Sass modules mismatch
1 parent a7088c2 commit afb9f9f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

projects/coreui-angular-chartjs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"peerDependencies": {
2828
"@angular/core": "^19.1.0",
29-
"@coreui/chartjs": "^4.0.0",
29+
"@coreui/chartjs": "~4.0.0",
3030
"chart.js": "^4.4.7"
3131
},
3232
"dependencies": {

projects/coreui-angular/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"@angular/common": "^19.1.0",
2929
"@angular/core": "^19.1.0",
3030
"@angular/router": "^19.1.0",
31-
"@coreui/coreui": "^5.2.0",
31+
"@coreui/coreui": "~5.2.0",
3232
"@coreui/icons-angular": "~5.3.15",
3333
"rxjs": "^7.8.1"
3434
},

0 commit comments

Comments
 (0)