diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2020-08-12 17:43:19 +0200 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2020-08-12 17:43:19 +0200 |
commit | 2722f77adf442481fb37f795e92ac8af672b2ed1 (patch) | |
tree | 20ec1fe296e66276cc852e1d88e7da3f96052a19 /package.json | |
parent | ab324b42a3223b882145852c49a17bfa72099174 (diff) | |
download | wcms-2722f77adf442481fb37f795e92ac8af672b2ed1.tar.gz wcms-2722f77adf442481fb37f795e92ac8af672b2ed1.zip |
disable javascript config option, close #114
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 5a7f3e3..102c75c 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "repository": "github:vincent-peugnet/wcms", "license": "MIT", "dependencies": { - "codemirror": "^5.49.0", + "codemirror": "^5.56.0", "cytoscape": "^3.14.1", "cytoscape-cose-bilkent": "^4.1.0" }, |