From b84f37fd15e8e9b2308237265beba6ef48b3dae5 Mon Sep 17 00:00:00 2001 From: "Dependencies.io Bot" <bot@dependencies.io> Date: Tue, 26 Dec 2017 03:13:58 +0000 Subject: [PATCH 1/2] Update babel-eslint from 8.1.1 to 8.1.2 in / --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 816fec70e2e6..733e8fd11413 100644 --- a/package.json +++ b/package.json @@ -33,7 +33,7 @@ "devDependencies": { "babel-cli": "^6.26.0", "babel-core": "^6.26.0", - "babel-eslint": "^8.1.1", + "babel-eslint": "^8.1.2", "babel-plugin-transform-md-import-to-string": "^1.0.6", "babel-plugin-transform-runtime": "^6.23.0", "babel-polyfill": "^6.26.0", diff --git a/yarn.lock b/yarn.lock index 812d2fd41350..656fe6894390 100644 --- a/yarn.lock +++ b/yarn.lock @@ -928,9 +928,9 @@ babel-eslint@7.2.3: babel-types "^6.23.0" babylon "^6.17.0" -babel-eslint@^8.1.1: - version "8.1.1" - resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-8.1.1.tgz#a0637faf5ba160ae9e445b360f4d5be295edf1ed" +babel-eslint@^8.1.2: + version "8.1.2" + resolved "https://registry.yarnpkg.com/babel-eslint/-/babel-eslint-8.1.2.tgz#a39230b0c20ecbaa19a35d5633bf9b9ca2c8116f" dependencies: "@babel/code-frame" "7.0.0-beta.31" "@babel/traverse" "7.0.0-beta.31" From e3e48e629a0cc9aeb1a296acb4aee86a544b7834 Mon Sep 17 00:00:00 2001 From: hypnos <Filipp.Riabchun@jetbrains.com> Date: Tue, 26 Dec 2017 13:00:13 +0300 Subject: [PATCH 2/2] Update eslint from 4.13.1 to 4.14.0 in / --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 733e8fd11413..36061d6fbb01 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,7 @@ "danger": "^2.1.6", "enzyme": "^3.2.0", "enzyme-adapter-react-16": "^1.1.1", - "eslint": "^4.13.1", + "eslint": "^4.14.0", "eslint-config-airbnb": "^16.1.0", "eslint-config-prettier": "^2.9.0", "eslint-plugin-import": "^2.8.0", diff --git a/yarn.lock b/yarn.lock index 656fe6894390..70c3b511e19c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4716,21 +4716,21 @@ eslint@^3.16.1: text-table "~0.2.0" user-home "^2.0.0" -eslint@^4.13.1: - version "4.13.1" - resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.13.1.tgz#0055e0014464c7eb7878caf549ef2941992b444f" +eslint@^4.14.0: + version "4.14.0" + resolved "https://registry.yarnpkg.com/eslint/-/eslint-4.14.0.tgz#96609768d1dd23304faba2d94b7fefe5a5447a82" dependencies: ajv "^5.3.0" babel-code-frame "^6.22.0" chalk "^2.1.0" concat-stream "^1.6.0" cross-spawn "^5.1.0" - debug "^3.0.1" + debug "^3.1.0" doctrine "^2.0.2" eslint-scope "^3.7.1" + eslint-visitor-keys "^1.0.0" espree "^3.5.2" esquery "^1.0.0" - estraverse "^4.2.0" esutils "^2.0.2" file-entry-cache "^2.0.0" functional-red-black-tree "^1.0.1"