mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 12:45:39 +01:00
prepare for 6.x
This commit is contained in:
parent
65df6f61dd
commit
fe17140a89
2 changed files with 2 additions and 1 deletions
|
|
@ -78,6 +78,7 @@ Options can be passed in to `MonacoWebpackPlugin`. They can be used to generate
|
||||||
|
|
||||||
| `monaco-editor-webpack-plugin` | `monaco-editor` |
|
| `monaco-editor-webpack-plugin` | `monaco-editor` |
|
||||||
|---|---|
|
|---|---|
|
||||||
|
| `6.*.*` | `0.30.*` |
|
||||||
| `5.*.*` | `0.29.*` |
|
| `5.*.*` | `0.29.*` |
|
||||||
| `4.*.*` | `0.25.*`, `0.26.*`, `0.27.*`, `0.28.*` |
|
| `4.*.*` | `0.25.*`, `0.26.*`, `0.27.*`, `0.28.*` |
|
||||||
| `3.*.*` | `0.22.*`, `0.23.*`, `0.24.*` |
|
| `3.*.*` | `0.22.*`, `0.23.*`, `0.24.*` |
|
||||||
|
|
|
||||||
|
|
@ -29,7 +29,7 @@
|
||||||
"homepage": "https://github.com/microsoft/monaco-editor-webpack-plugin#readme",
|
"homepage": "https://github.com/microsoft/monaco-editor-webpack-plugin#readme",
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"webpack": "^4.5.0 || 5.x",
|
"webpack": "^4.5.0 || 5.x",
|
||||||
"monaco-editor": "0.29.x"
|
"monaco-editor": "0.30.x"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"css-loader": "^5.1.1",
|
"css-loader": "^5.1.1",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue