diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2018-11-09 15:09:25 +0100 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2018-11-09 15:09:25 +0100 |
| commit | 3e73ef4143463c7924a3ea607e998cf4d99ff75f (patch) | |
| tree | 70b3b48e03a67fdbe6518147ebb69be3570db38d /gui/package.json | |
| parent | fbf249e34e27569f5c0cd4becfd24f4d3903b6c5 (diff) | |
| parent | 4201654f0a4c9cac6558a32f4a308c715d509d8f (diff) | |
| download | mullvadvpn-3e73ef4143463c7924a3ea607e998cf4d99ff75f.tar.xz mullvadvpn-3e73ef4143463c7924a3ea607e998cf4d99ff75f.zip | |
Merge branch 'update-deps'
Diffstat (limited to 'gui/package.json')
| -rw-r--r-- | gui/package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gui/package.json b/gui/package.json index 0439c7d096..504ddbe0d9 100644 --- a/gui/package.json +++ b/gui/package.json @@ -15,14 +15,14 @@ "pack:linux": "yarn workspace desktop pack:linux" }, "devDependencies": { - "babel-eslint": "^8.2.6", - "eslint": "^5.2.0", + "babel-eslint": "^10.0.1", + "eslint": "^5.8.0", "eslint-config-prettier": "^3.1.0", - "eslint-plugin-flowtype": "^2.50.3", + "eslint-plugin-flowtype": "^3.2.0", "eslint-plugin-promise": "^4.0.1", "eslint-plugin-react": "^7.10.0", "flow-bin": "0.82", "flow-typed": "^2.5.1", - "prettier": "1.14.3" + "prettier": "1.15.1" } } |
