mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 22:02:55 +01:00
Fix #98: ^ works on minor, so use explicit minor versions
This commit is contained in:
parent
88e57802f2
commit
67177e284b
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue