Fix #98: ^ works on minor, so use explicit minor versions

This commit is contained in:
Alex Dima 2020-02-13 10:05:46 +01:00
parent 88e57802f2
commit 67177e284b
No known key found for this signature in database
GPG key ID: 6E58D7B045760DA0

View file

@ -28,7 +28,7 @@
"homepage": "https://github.com/Microsoft/monaco-editor-webpack-plugin#readme",
"peerDependencies": {
"webpack": "^4.5.0",
"monaco-editor": "^0.19.1"
"monaco-editor": "0.19.x || 0.20.x"
},
"devDependencies": {
"@types/loader-utils": "^1.1.3",