Explorar el Código

Bump Monaco 0.18.1, fixes deadlock with Edge Legacy

Sebastien Lebreton hace 5 años
padre
commit
15f33a889a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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",
   "readme": "https://github.com/BabylonJS/Babylon.js/blob/master/readme.md",
   "license": "(Apache-2.0)",
   "license": "(Apache-2.0)",
   "devDependencies": {
   "devDependencies": {
-    "monaco-editor": "~0.10.1"
+    "monaco-editor": "~0.18.1"
   },
   },
   "scripts": {
   "scripts": {
     "test": "browser-sync start --server --files **/* --no-inject-changes --startPath index.html"
     "test": "browser-sync start --server --files **/* --no-inject-changes --startPath index.html"