microsoft / monaco-editor-webpack-plugin

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

peerDependency warning with monaco-editor@0.20.0 #98

Closed AviVahl closed 4 years ago

AviVahl commented 4 years ago

Getting this warning with the new version: monaco-editor-webpack-plugin@1.8.2" has incorrect peer dependency "monaco-editor@^0.19.1".

Might want update the peerDependency range to include 0.20.x. Should be noted that ^ acts differently before version 1.0.0, and does not catch new minors.

FYI @alexdima