diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2018-06-19 16:34:27 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2018-06-20 15:36:17 +0200 |
| commit | ffd34043d74cd59206c260b59d318c8e9bba9a39 (patch) | |
| tree | e8867916c95f8855dee60ad06f44e94244aa60f3 /package.json | |
| parent | 1410a81c3228203c9e09116fa9b8c8c1d8f4a774 (diff) | |
| download | mullvadvpn-ffd34043d74cd59206c260b59d318c8e9bba9a39.tar.xz mullvadvpn-ffd34043d74cd59206c260b59d318c8e9bba9a39.zip | |
Add react pragma and update all eslint/babel packages
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json index 702a8649de..3647796ead 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "devDependencies": { "babel-cli": "^6.22.2", "babel-core": "^6.25.0", - "babel-eslint": "^8.2.1", + "babel-eslint": "^8.2.3", "babel-plugin-transform-builtin-extend": "^1.1.2", "babel-plugin-transform-class-properties": "^6.24.1", "babel-plugin-transform-object-rest-spread": "^6.26.0", @@ -55,10 +55,10 @@ "electron-mocha": "^6.0.4", "enzyme": "^3.2.0", "enzyme-adapter-react-16": "^1.1.0", - "eslint": "^4.18.2", + "eslint": "^4.19.1", "eslint-config-prettier": "^2.9.0", - "eslint-plugin-flowtype": "^2.46.1", - "eslint-plugin-react": "^7.7.0", + "eslint-plugin-flowtype": "^2.49.3", + "eslint-plugin-react": "^7.9.1", "flow-bin": "^0.66.0", "flow-typed": "^2.4.0", "npm-run-all": "^4.0.1", |
