With version 9.0.0 of ngx-monaco-editor, Angular 9 and tslib 1.10 are peer dependencies.
This makes the following warnings to appear when trying to use with Angular 10:
warning " > ngx-monaco-editor@9.0.0" has incorrect peer dependency "@angular/common@^9.0.0".
warning " > ngx-monaco-editor@9.0.0" has incorrect peer dependency "@angular/core@^9.0.0".
warning " > ngx-monaco-editor@9.0.0" has incorrect peer dependency "tslib@^1.10.0".
So far I didn't experience any bugs or problems with ngx-monaco-editor on Angular 10 so if no changes needed will be great to have a patch which changes the peer dependencies to something like this:
With version
9.0.0
ofngx-monaco-editor
, Angular 9 and tslib 1.10 are peer dependencies. This makes the following warnings to appear when trying to use with Angular 10:So far I didn't experience any bugs or problems with
ngx-monaco-editor
on Angular 10 so if no changes needed will be great to have a patch which changes the peer dependencies to something like this: