mariohmol / ang-jsoneditor

Angular Jsoneditor that works with angular 4 to angular 15
https://stackblitz.com/edit/angular-json-editor
MIT License
155 stars 89 forks source link

Update dependencies to jsoneditor 10.x.x #142

Open bizappzone opened 4 months ago

bizappzone commented 4 months ago

Currently if you upgrade jsoneditor to 10.x.x we get a dependency error of peer jsoneditor@"^9.10.2" from ang-jsoneditor@3.1.1

To Reproduce npm i jsoneditor ang-jsoneditor

Expected behavior Dependencies should be updated

Console and Error stack trace jsoneditor@"^10.0.3" from the root project npm WARN 1 more (ang-jsoneditor) npm WARN npm WARN Could not resolve dependency: npm WARN peer jsoneditor@"^9.10.2" from ang-jsoneditor@3.1.1 npm WARN node_modules/ang-jsoneditor npm WARN ang-jsoneditor@"^3.1.1" from the root project

Screenshots If applicable, add screenshots to help explain your problem.