Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaurício Meneghini Fauth <mauriciofauth@gmail.com>2018-05-03 02:12:40 +0300
committerMaurício Meneghini Fauth <mauriciofauth@gmail.com>2018-05-03 02:12:40 +0300
commit393204ccd0a0c1e0083782fa73a3803150a6415b (patch)
treeabb562a8d06198ad66ae75dd6d1c746732bf2a93 /package.json
parentd98ff075db984a4165f7c3f29b71ebcac47c94b6 (diff)
Upgrade CodeMirror to v5.37.0
Signed-off-by: Maurício Meneghini Fauth <mauriciofauth@gmail.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 4304b9ff0c..7596a814d1 100644
--- a/package.json
+++ b/package.json
@@ -6,7 +6,7 @@
"author": "The phpMyAdmin Team <developers@phpmyadmin.net> (https://www.phpmyadmin.net/team/)",
"license": "GPL-2.0",
"dependencies": {
- "codemirror": "5.35.0",
+ "codemirror": "5.37.0",
"jquery": "3.3.1",
"jquery-migrate": "3.0.1",
"jquery-mousewheel": "3.1.13",