StefH/angular-odata-es5

Angular 9 update

jornare opened this issue · 5 comments

It seems the library already works fine with Angular 9, but the installation throws a warning because peer dependencies lists @angular/core <9

+1

The same happens with the Angular version 10. Could anyone help with it?

StefH commented

Should I fix this and create a new library version like 9.x.x for angular 9?

Should I fix this and create a new library version like 10.x.x for angular 10?

Should I fix this and create a new library version like 9.x.x for angular 9?

Should I fix this and create a new library version like 10.x.x for angular 10?

@StefH Neither, you can use a version range that matches both of those versions. :)

StefH commented

How?

version: ">=8.0.0 <11.0.0"

See here: https://docs.npmjs.com/misc/semver#ranges