Update peerDependencies for Angular 15
timfogarty1549 opened this issue ยท 5 comments
npm ERR! Could not resolve dependency:
npm ERR! peer @angular/common@">=6.0.0 <=14.x.x" from angular-google-charts@2.2.3
npm ERR! node_modules/angular-google-charts
npm ERR! angular-google-charts@"^2.2.3" from the root project
the file libs/angular-google-charts/package.json needs to be updated for Angular 15
temporary solution is to add the following to your package.json file
"overrides": { "angular-google-charts": { "@angular/common": "^15.0.3", "@angular/core": "^15.0.3" } }
Update peerDependencies for Angular 16 now ?
Update peerDependencies for Angular 16 now ?
Update peerDependencies for Angular 17 now ?
I read that this package was being maintained, but with the last update a year ago, I'm beginning to wonder.
This was included in #296 and will be released soon :) Of course, @mohamed-badaoui is right and by now, we'll need a much more recent version of Angular. This will also follow in the next few days!