microsoft / monaco-editor-webpack-plugin

Moved to https://github.com/microsoft/monaco-editor
482 stars 98 forks source link

1.8.0: peerDependency specifies monaco-editor@^0.18.1 #89

Closed AviVahl closed 4 years ago

AviVahl commented 4 years ago

While the new version works with monaco-editor@0.19, it's "peerDependencies" field specifies only the older version. In versions prior to 1.0.0, semver ^ doesn't catch new minors, so installing this gives a peerDependency warning:

warning "monaco-editor-webpack-plugin@1.8.0" has incorrect peer dependency "monaco-editor@^0.18.1".

FYI @alexdima