diff options
| author | Erik Larkö <erik@larko.se> | 2018-01-26 13:40:41 +0100 |
|---|---|---|
| committer | Erik Larkö <erik@mullvad.net> | 2018-01-31 10:15:11 +0100 |
| commit | 039aec8952fa0cc21e7eaae4bdfb7b788e9a1c49 (patch) | |
| tree | 92122cbfcfef52c892f4e79808e077a7b132e821 /package.json | |
| parent | b4e77b6c347534a8a3cc7a0e47d27506bf10525a (diff) | |
| download | mullvadvpn-039aec8952fa0cc21e7eaae4bdfb7b788e9a1c49.tar.xz mullvadvpn-039aec8952fa0cc21e7eaae4bdfb7b788e9a1c49.zip | |
Upgrade babel-eslint to fix https://github.com/eslint/eslint/issues/9767
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 65aa06dd60..8f1a5d70be 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,7 @@ "devDependencies": { "babel-cli": "^6.22.2", "babel-core": "^6.25.0", - "babel-eslint": "^8.1.1", + "babel-eslint": "^8.2.1", "babel-plugin-inline-react-svg": "^0.4.0", "babel-plugin-transform-runtime": "^6.22.0", "babel-preset-es2015": "^6.1.18", |
