Skip to content

Commit dd4611c

Browse files
committed
fix(deps): update dependency eslint-plugin-babel to v5
1 parent 7179a7a commit dd4611c

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

advanced/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"apollo-utilities": "1.0.21",
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.7.0",
2828
"graphql": "0.13.2",
2929
"graphql-tag": "2.9.2",

advanced/yarn.lock

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2551,9 +2551,11 @@ eslint-module-utils@^2.2.0:
25512551
debug "^2.6.8"
25522552
pkg-dir "^1.0.0"
25532553

2554-
2555-
version "4.1.2"
2556-
resolved "https://registry.yarnpkg.com/eslint-plugin-babel/-/eslint-plugin-babel-4.1.2.tgz#79202a0e35757dd92780919b2336f1fa2fe53c1e"
2554+
2555+
version "5.2.0"
2556+
resolved "https://registry.yarnpkg.com/eslint-plugin-babel/-/eslint-plugin-babel-5.2.0.tgz#3041a0c26aa3ca4a0e0f2aa11591f0396790d981"
2557+
dependencies:
2558+
eslint-rule-composer "^0.3.0"
25572559

25582560
25592561
version "2.39.1"
@@ -2635,6 +2637,10 @@ [email protected]:
26352637
jsx-ast-utils "^2.0.0"
26362638
prop-types "^15.5.10"
26372639

2640+
eslint-rule-composer@^0.3.0:
2641+
version "0.3.0"
2642+
resolved "https://registry.yarnpkg.com/eslint-rule-composer/-/eslint-rule-composer-0.3.0.tgz#79320c927b0c5c0d3d3d2b76c8b4a488f25bbaf9"
2643+
26382644
eslint-scope@^3.7.1:
26392645
version "3.7.1"
26402646
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-3.7.1.tgz#3d63c3edfda02e06e01a452ad88caacc7cdcb6e8"

0 commit comments

Comments
 (0)