mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 12:45:39 +01:00
update deps
This commit is contained in:
parent
fb0c77cf75
commit
f67f0a9cfa
2 changed files with 683 additions and 316 deletions
979
package-lock.json
generated
979
package-lock.json
generated
File diff suppressed because it is too large
Load diff
20
package.json
20
package.json
|
|
@ -22,27 +22,27 @@
|
||||||
"url": "https://github.com/Microsoft/monaco-editor"
|
"url": "https://github.com/Microsoft/monaco-editor"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/chai": "^3.4.34",
|
"@types/chai": "^4.2.12",
|
||||||
"@types/mocha": "^2.2.33",
|
"@types/mocha": "^8.0.3",
|
||||||
"chai": "^4.2.0",
|
"chai": "^4.2.0",
|
||||||
"clean-css": "^4.2.3",
|
"clean-css": "^4.2.3",
|
||||||
"css-loader": "^4.2.0",
|
"css-loader": "^4.2.2",
|
||||||
"event-stream": "4.0.1",
|
"event-stream": "4.0.1",
|
||||||
"file-loader": "^6.0.0",
|
"file-loader": "^6.1.0",
|
||||||
"gulp": "^4.0.0",
|
"gulp": "^4.0.2",
|
||||||
"gulp-typedoc": "^2.2.2",
|
"gulp-typedoc": "^2.2.5",
|
||||||
"mocha": "^6.2.2",
|
"mocha": "^8.1.3",
|
||||||
"monaco-css": "2.7.0",
|
"monaco-css": "2.7.0",
|
||||||
"monaco-editor-core": "0.20.0",
|
"monaco-editor-core": "0.20.0",
|
||||||
"monaco-html": "2.7.0",
|
"monaco-html": "2.7.0",
|
||||||
"monaco-json": "3.0.1",
|
"monaco-json": "3.0.1",
|
||||||
"monaco-languages": "1.10.0",
|
"monaco-languages": "1.10.0",
|
||||||
"monaco-typescript": "3.7.0",
|
"monaco-typescript": "3.7.0",
|
||||||
"playwright": "1.2.0-next.1596653191842",
|
"playwright": "1.3.0",
|
||||||
"rimraf": "^3.0.2",
|
"rimraf": "^3.0.2",
|
||||||
"style-loader": "^1.2.1",
|
"style-loader": "^1.2.1",
|
||||||
"typedoc": "^0.15.8",
|
"typedoc": "^0.19.1",
|
||||||
"typescript": "^3.7.5",
|
"typescript": "^4.0.2",
|
||||||
"uncss": "^0.17.3",
|
"uncss": "^0.17.3",
|
||||||
"vinyl": "^2.2.0",
|
"vinyl": "^2.2.0",
|
||||||
"webpack": "^4.44.1",
|
"webpack": "^4.44.1",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue