mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 23:13:02 +01:00
Adopt latest monaco-editor-core
This commit is contained in:
parent
f67f33d8bb
commit
39e73742b4
3 changed files with 8 additions and 7 deletions
6
package-lock.json
generated
6
package-lock.json
generated
|
|
@ -972,9 +972,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"monaco-editor-core": {
|
"monaco-editor-core": {
|
||||||
"version": "0.17.0",
|
"version": "0.18.1",
|
||||||
"resolved": "https://registry.npmjs.org/monaco-editor-core/-/monaco-editor-core-0.17.0.tgz",
|
"resolved": "https://registry.npmjs.org/monaco-editor-core/-/monaco-editor-core-0.18.1.tgz",
|
||||||
"integrity": "sha512-8q7b0itiX4UDv6e2F/EJc53G0iLL7P905IZsemu/bXffS7mIcjKKtX+TlzT13YbkuGFC/86Q32ANXERaJTM+mw==",
|
"integrity": "sha512-euzXzmwjZFG0oAPGjICMwINcZBzQDyfGDYlAR5YNMBJZO9Bmkqq1xpTTze/qQ0KKbVmawFXiwgUbg7WVgebP9Q==",
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"monaco-plugin-helpers": {
|
"monaco-plugin-helpers": {
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,7 @@
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"jsdom": "^15.1.1",
|
"jsdom": "^15.1.1",
|
||||||
"mocha": "^6.1.4",
|
"mocha": "^6.1.4",
|
||||||
"monaco-editor-core": "0.17.0",
|
"monaco-editor-core": "0.18.1",
|
||||||
"monaco-plugin-helpers": "^1.0.2",
|
"monaco-plugin-helpers": "^1.0.2",
|
||||||
"requirejs": "^2.3.6",
|
"requirejs": "^2.3.6",
|
||||||
"typescript": "3.5.3",
|
"typescript": "3.5.3",
|
||||||
|
|
|
||||||
|
|
@ -16,6 +16,7 @@ global.document = tmp.window.document;
|
||||||
global.navigator = tmp.window.navigator;
|
global.navigator = tmp.window.navigator;
|
||||||
global.self = global;
|
global.self = global;
|
||||||
global.document.queryCommandSupported = function () { return false; };
|
global.document.queryCommandSupported = function () { return false; };
|
||||||
|
global.window = { location: {} };
|
||||||
|
|
||||||
requirejs(['./test/setup'], function () {
|
requirejs(['./test/setup'], function () {
|
||||||
}, function (err) {
|
}, function (err) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue