debabratapatra / angular-tree-grid

Angular 10 Tree Grid
https://curiouslinks.com/pages/angular-tree-grid/demo
MIT License
31 stars 17 forks source link

update the package.json to the latest supported angular version #55

Closed jcompagner closed 2 years ago

jcompagner commented 2 years ago

https://github.com/debabratapatra/angular-tree-grid/blob/master/package.json#L7

now it really is still on 7 But i think we use it on Angular 13 and as far as i know that works (didn't fully test the latest 4.0 yet with angular 13.2)

maybe just say:

"@angular/common": ">=7.0.0",

?

debabratapatra commented 2 years ago

Thanks for your suggestion. I will change it in the upcoming release. Is it a blocker for you?

jcompagner commented 2 years ago

No it's just annoying that i need to do a force when upgrading packages with ng update

debabratapatra commented 2 years ago

I made that change. Please use the latest version.

jcompagner commented 2 years ago

yes that works, i could update to that release without a --force.

now the question will be will it work for 13.x or angular 14 later on (but until now i think its kept on working)

debabratapatra commented 2 years ago

I have not tested yet on 14. But if you find any issue, I will be happy to fix it.