瀏覽代碼

Bump Monaco 0.18.1, fixes deadlock with Edge Legacy

Sebastien Lebreton 5 年之前
父節點
當前提交
15f33a889a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Playground/package.json

+ 1 - 1
Playground/package.json

@@ -9,7 +9,7 @@
   "readme": "https://github.com/BabylonJS/Babylon.js/blob/master/readme.md",
   "license": "(Apache-2.0)",
   "devDependencies": {
-    "monaco-editor": "~0.10.1"
+    "monaco-editor": "~0.18.1"
   },
   "scripts": {
     "test": "browser-sync start --server --files **/* --no-inject-changes --startPath index.html"