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 <mauricio@fauth.dev>2019-08-27 21:06:39 +0300
committerMaurício Meneghini Fauth <mauricio@fauth.dev>2019-08-27 21:06:39 +0300
commit1e1056fd0e4adba0f742ee486b9a688df5aa12e1 (patch)
tree992ecfcef9984d960b88094b2ea5b0d270842438 /package.json
parent0283cb6f72125ecc875357a06e6bfe86d28225a7 (diff)
Update JavaScript dev dependencies
Signed-off-by: Maurício Meneghini Fauth <mauricio@fauth.dev>
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 b627be04ef..d804fb3824 100644
--- a/package.json
+++ b/package.json
@@ -20,6 +20,6 @@
"zxcvbn": "4.4.2"
},
"devDependencies": {
- "eslint": "^4.9.0"
+ "eslint": "^6.2.2"
}
}