Skip to content

Commit 12bd0fe

Browse files
committed
fix(deps): update dependency eslint-plugin-babel to v5
1 parent d513b3a commit 12bd0fe

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

advanced/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"apollo-utilities": "1.0.20",
2424
"babel-cli": "6.26.0",
2525
"eslint-config-prettier": "2.10.0",
26-
"eslint-plugin-babel": "4.1.2",
26+
"eslint-plugin-babel": "5.2.0",
2727
"eslint-plugin-prettier": "2.6.2",
2828
"graphql": "0.13.2",
2929
"graphql-tag": "2.9.2",

advanced/yarn.lock

+9-3
Original file line numberDiff line numberDiff line change
@@ -2539,9 +2539,11 @@ eslint-module-utils@^2.2.0:
25392539
debug "^2.6.8"
25402540
pkg-dir "^1.0.0"
25412541

2542-
2543-
version "4.1.2"
2544-
resolved "https://registry.yarnpkg.com/eslint-plugin-babel/-/eslint-plugin-babel-4.1.2.tgz#79202a0e35757dd92780919b2336f1fa2fe53c1e"
2542+
2543+
version "5.2.0"
2544+
resolved "https://registry.yarnpkg.com/eslint-plugin-babel/-/eslint-plugin-babel-5.2.0.tgz#3041a0c26aa3ca4a0e0f2aa11591f0396790d981"
2545+
dependencies:
2546+
eslint-rule-composer "^0.3.0"
25452547

25462548
25472549
version "2.39.1"
@@ -2623,6 +2625,10 @@ [email protected]:
26232625
jsx-ast-utils "^2.0.0"
26242626
prop-types "^15.5.10"
26252627

2628+
eslint-rule-composer@^0.3.0:
2629+
version "0.3.0"
2630+
resolved "https://registry.yarnpkg.com/eslint-rule-composer/-/eslint-rule-composer-0.3.0.tgz#79320c927b0c5c0d3d3d2b76c8b4a488f25bbaf9"
2631+
26262632
eslint-scope@^3.7.1:
26272633
version "3.7.1"
26282634
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-3.7.1.tgz#3d63c3edfda02e06e01a452ad88caacc7cdcb6e8"

0 commit comments

Comments
 (0)