diff options
author | Mike Greiling <mike@pixelcog.com> | 2018-12-06 00:56:40 -0600 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2018-12-11 17:07:15 -0600 |
commit | 3e0439b95bfbba874097527972df8e85fadb75ef (patch) | |
tree | f7590db2742dd89063fb4bff3e9fe5836992c7df /package.json | |
parent | e7a6b841684f9a2929b16176b223ea44bfc26332 (diff) | |
download | gitlab-ce-3e0439b95bfbba874097527972df8e85fadb75ef.tar.gz |
Upgrade eslint dependencies
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 8857ed318dd..59484df032e 100644 --- a/package.json +++ b/package.json @@ -131,10 +131,10 @@ "babel-types": "^6.26.0", "chalk": "^2.4.1", "commander": "^2.18.0", - "eslint": "~5.6.0", + "eslint": "~5.9.0", "eslint-import-resolver-jest": "^2.1.1", "eslint-import-resolver-webpack": "^0.10.1", - "eslint-plugin-html": "4.0.5", + "eslint-plugin-html": "5.0.0", "eslint-plugin-import": "^2.14.0", "eslint-plugin-jasmine": "^2.10.1", "eslint-plugin-jest": "^22.1.0", |