Prepare for 0.23.0

This commit is contained in:
Alexandru Dima 2021-03-05 16:44:52 +01:00
parent a5b4a189c2
commit 80dcc010ae
No known key found for this signature in database
GPG key ID: 6E58D7B045760DA0
5 changed files with 192 additions and 105 deletions

View file

@ -19,18 +19,18 @@
"url": "https://github.com/Microsoft/monaco-editor"
},
"devDependencies": {
"clean-css": "^4.2.3",
"clean-css": "^5.1.1",
"event-stream": "4.0.1",
"gulp": "^4.0.2",
"monaco-css": "3.2.0",
"monaco-editor-core": "0.22.3",
"monaco-html": "3.2.0",
"monaco-json": "3.3.0",
"monaco-languages": "2.2.0",
"monaco-typescript": "4.2.0",
"monaco-css": "3.3.0",
"monaco-editor-core": "0.23.0",
"monaco-html": "3.3.0",
"monaco-json": "3.4.0",
"monaco-languages": "2.3.0",
"monaco-typescript": "4.3.1",
"rimraf": "^3.0.2",
"typedoc": "^0.20.25",
"typescript": "4.1.3",
"typedoc": "^0.20.29",
"typescript": "4.2.3",
"uncss": "^0.17.3",
"vinyl": "^2.2.1",
"yaserver": "^0.3.0"