-
-
Notifications
You must be signed in to change notification settings - Fork 79
Open
Description
Hello,
I'm maintaining an app with angular 12
and angular-plotly.js 2.0.0
.
When migrating to angular 13, I got this error:
$ ng update @angular/core@13 @angular/cli@13
Fetching dependency metadata from registry...
Package "angular-plotly.js" has an incompatible peer dependency to "@angular/core" (requires "^9.0.0" (extended), would install "13.4.0").
โ Migration failed: Incompatible peer dependencies found.
Peer dependency warnings when installing dependencies means that those dependencies might not work correctly together.
You can use the '--force' option to ignore incompatible peer dependencies and instead address these warnings later.
Looking through this repo by tags and checking at the package.json, I'm assuming that the right version for angular 13
is angular-plotly.js 5.0.0
It would be great to have a simple version mapping between angular-plotly.js
and Angular
(e.g. angular.dev/reference/versions), and especially a short list of breaking changes if any for each major version . That would really help developers trying to upgrade.
Thanks in advance ๐
Metadata
Metadata
Assignees
Labels
No labels