FERNman / angular-google-charts

A wrapper for the Google Charts library written in Angular.
Other
268 stars 105 forks source link

Update peerDependencies for Angular 15 #292

Open timfogarty1549 opened 1 year ago

timfogarty1549 commented 1 year ago

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

timfogarty1549 commented 1 year ago

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

mohamed-badaoui commented 1 year ago

Update peerDependencies for Angular 16 now ?

mohamed-badaoui commented 8 months ago

Update peerDependencies for Angular 16 now ?

Update peerDependencies for Angular 17 now ?

dkavanagh commented 8 months ago

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