Update monaco-editor-core dependency.

pull/2748/head
Henning Dieterichs 2021-08-16 11:43:11 +02:00
parent 17582eaec0
commit b7b0e10af4
No known key found for this signature in database
GPG Key ID: 771381EFFDB9EC06
2 changed files with 4 additions and 4 deletions

6
package-lock.json generated
View File

@ -237,9 +237,9 @@
}
},
"monaco-editor-core": {
"version": "0.26.0",
"resolved": "https://registry.npmjs.org/monaco-editor-core/-/monaco-editor-core-0.26.0.tgz",
"integrity": "sha512-qtZQdVUk2HeE2IMBTfBV+UNT1vNWEJ2nenfsi9pQSN/HWrUNAcpsVtaPjklUwjxw/QfuziG+h/QkL1L91S8tfg==",
"version": "0.27.0",
"resolved": "https://registry.npmjs.org/monaco-editor-core/-/monaco-editor-core-0.27.0.tgz",
"integrity": "sha512-x7I0QiIwwvxt1lzYSoQjf1xGjtEPobFx3Zvrj+tWbJbJFsXUy11IJ6TEIZ2yRjEFzuy+vrlbcfASC6lcGg/xhw==",
"dev": true
},
"monaco-languages": {

View File

@ -25,7 +25,7 @@
"devDependencies": {
"@typescript/vfs": "^1.3.4",
"husky": "^5.1.3",
"monaco-editor-core": "0.26.0",
"monaco-editor-core": "0.27.0",
"monaco-languages": "^2.4.0",
"monaco-plugin-helpers": "^1.0.3",
"prettier": "^2.2.1",