angular-google-charts icon indicating copy to clipboard operation
angular-google-charts copied to clipboard

Update peerDependencies for Angular 15

Open timfogarty1549 opened this issue 2 years ago • 4 comments

npm ERR! Could not resolve dependency: npm ERR! peer @angular/common@">=6.0.0 <=14.x.x" from [email protected] 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

timfogarty1549 avatar Dec 09 '22 20:12 timfogarty1549

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" } }

timfogarty1549 avatar Dec 09 '22 21:12 timfogarty1549

Update peerDependencies for Angular 16 now ?

mohamed-badaoui avatar May 11 '23 07:05 mohamed-badaoui

Update peerDependencies for Angular 16 now ?

Update peerDependencies for Angular 17 now ?

mohamed-badaoui avatar Nov 09 '23 09:11 mohamed-badaoui

I read that this package was being maintained, but with the last update a year ago, I'm beginning to wonder.

dkavanagh avatar Nov 29 '23 12:11 dkavanagh