Update version matrix

This commit is contained in:
Alex Dima 2021-05-12 18:48:54 +02:00
parent 21839da687
commit 6a8411c30e
No known key found for this signature in database
GPG key ID: 6E58D7B045760DA0
2 changed files with 2 additions and 2 deletions

View file

@ -78,7 +78,7 @@ Options can be passed in to `MonacoWebpackPlugin`. They can be used to generate
| `monaco-editor-webpack-plugin` | `monaco-editor` |
|---|---|
| `3.*.*` | `0.22.*`, `0.23.*` |
| `3.*.*` | `0.22.*`, `0.23.*`, `0.24.*` |
| `2.*.*` | `0.21.*` |
| `1.9.*` | `0.20.*` |
| `1.8.*` | `0.19.*` |

View file

@ -29,7 +29,7 @@
"homepage": "https://github.com/Microsoft/monaco-editor-webpack-plugin#readme",
"peerDependencies": {
"webpack": "^4.5.0 || 5.x",
"monaco-editor": "0.22.x || 0.23.x"
"monaco-editor": "0.22.x || 0.23.x || 0.24.x"
},
"devDependencies": {
"css-loader": "^5.1.1",