Update monaco-editor-core to 0.25.0.

This commit is contained in:
Henning Dieterichs 2021-07-15 11:44:16 +02:00
parent dda62a58b7
commit da5f1c127f
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": { "monaco-editor-core": {
"version": "0.25.0", "version": "0.26.0",
"resolved": "https://registry.npmjs.org/monaco-editor-core/-/monaco-editor-core-0.25.0.tgz", "resolved": "https://registry.npmjs.org/monaco-editor-core/-/monaco-editor-core-0.26.0.tgz",
"integrity": "sha512-PcaM+wCw2UggfECbBd/v5LDX5JtG/NS/9VAVYZj+azI2geoy6ohEpISPTJYiWRhk9yu8LxPDG6/NJXguzG2Bxg==", "integrity": "sha512-qtZQdVUk2HeE2IMBTfBV+UNT1vNWEJ2nenfsi9pQSN/HWrUNAcpsVtaPjklUwjxw/QfuziG+h/QkL1L91S8tfg==",
"dev": true "dev": true
}, },
"monaco-languages": { "monaco-languages": {

View file

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