diff options
author | Mike Greiling <mike@pixelcog.com> | 2017-07-07 12:43:18 -0500 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2017-08-07 11:08:58 -0500 |
commit | 145e12b1e2cdb80d1c879ae28a3cbd244b822aed (patch) | |
tree | 69b2571a23539b5b66815b53852bded5e219e64c /package.json | |
parent | df6682b66db60da62ea40d9b043a0f1634af7182 (diff) | |
download | gitlab-ce-145e12b1e2cdb80d1c879ae28a3cbd244b822aed.tar.gz |
update eslint-import-resolver-webpack to v0.8.3
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 eed90fa2522..19ee9e73d34 100644 --- a/package.json +++ b/package.json @@ -67,7 +67,7 @@ "babel-plugin-istanbul": "^4.0.0", "eslint": "^3.10.1", "eslint-config-airbnb-base": "^10.0.1", - "eslint-import-resolver-webpack": "^0.8.1", + "eslint-import-resolver-webpack": "^0.8.3", "eslint-plugin-filenames": "^1.1.0", "eslint-plugin-import": "^2.2.0", "eslint-plugin-jasmine": "^2.1.0", |