Skip to content

Commit 7a01c2f

Browse files
committed
fix(deps): update dependency eslint-plugin-babel to v5
1 parent cc7c901 commit 7a01c2f

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

advanced/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"apollo-utilities": "1.2.1",
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.3.0",
2727
"eslint-plugin-prettier": "2.7.0",
2828
"graphql": "0.13.2",
2929
"graphql-tag": "2.10.1",

advanced/yarn.lock

+11-4
Original file line numberDiff line numberDiff line change
@@ -4053,10 +4053,12 @@ eslint-module-utils@^2.2.0, eslint-module-utils@^2.4.0:
40534053
debug "^2.6.8"
40544054
pkg-dir "^2.0.0"
40554055

4056-
4057-
version "4.1.2"
4058-
resolved "https://registry.yarnpkg.com/eslint-plugin-babel/-/eslint-plugin-babel-4.1.2.tgz#79202a0e35757dd92780919b2336f1fa2fe53c1e"
4059-
integrity sha1-eSAqDjV1fdkngJGbIzbx+i/lPB4=
4056+
4057+
version "5.3.0"
4058+
resolved "https://registry.yarnpkg.com/eslint-plugin-babel/-/eslint-plugin-babel-5.3.0.tgz#2e7f251ccc249326da760c1a4c948a91c32d0023"
4059+
integrity sha512-HPuNzSPE75O+SnxHIafbW5QB45r2w78fxqwK3HmjqIUoPfPzVrq6rD+CINU3yzoDSzEhUkX07VUphbF73Lth/w==
4060+
dependencies:
4061+
eslint-rule-composer "^0.3.0"
40604062

40614063
40624064
version "2.50.1"
@@ -4153,6 +4155,11 @@ [email protected]:
41534155
prop-types "^15.6.2"
41544156
resolve "^1.9.0"
41554157

4158+
eslint-rule-composer@^0.3.0:
4159+
version "0.3.0"
4160+
resolved "https://registry.yarnpkg.com/eslint-rule-composer/-/eslint-rule-composer-0.3.0.tgz#79320c927b0c5c0d3d3d2b76c8b4a488f25bbaf9"
4161+
integrity sha512-bt+Sh8CtDmn2OajxvNO+BX7Wn4CIWMpTRm3MaiKPCQcnnlm0CS2mhui6QaoeQugs+3Kj2ESKEEGJUdVafwhiCg==
4162+
41564163
[email protected], eslint-scope@^3.7.1:
41574164
version "3.7.1"
41584165
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-3.7.1.tgz#3d63c3edfda02e06e01a452ad88caacc7cdcb6e8"

0 commit comments

Comments
 (0)