Browse Source

Fix dependency to only allow codemirror 5.

Herby Vojčík 1 year ago
parent
commit
63c54927be
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.7.3",
     "@ambers/lang": ">=0.26.0",
-    "codemirror": ">=5.44.0",
+    "codemirror": "^5.44.0",
     "jquery-ui-dist": ">=1.9.2",
     "require-css": "^0.1.10"
   },