Browse Source

Bug in codemirror.

Herby Vojčík 5 years ago
parent
commit
919a0f56f1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package.json

+ 1 - 1
package.json

@@ -29,7 +29,7 @@
   "dependencies": {
     "@ambers/contrib-web": ">=0.6.0",
     "@ambers/lang": ">=0.22.6",
-    "codemirror": "^5.39.2",
+    "codemirror": ">=5.39.2 <5.43.0",
     "jquery-ui-dist": ">=1.9.2",
     "require-css": "^0.1.10"
   },