Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update peerDependencies for Angular 15 #292

Open
timfogarty1549 opened this issue Dec 9, 2022 · 4 comments
Open

Update peerDependencies for Angular 15 #292

timfogarty1549 opened this issue Dec 9, 2022 · 4 comments
Labels
bug Something isn't working

Comments

@timfogarty1549
Copy link

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 timfogarty1549 added the bug Something isn't working label Dec 9, 2022
@timfogarty1549
Copy link
Author

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

@oobayly oobayly mentioned this issue Feb 22, 2023
5 tasks
@mohamed-badaoui
Copy link

mohamed-badaoui commented May 11, 2023

Update peerDependencies for Angular 16 now ?

@mohamed-badaoui
Copy link

Update peerDependencies for Angular 16 now ?

Update peerDependencies for Angular 17 now ?

@dkavanagh
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants