Skip to content

Commit 056f44c

Browse files
committed
fix(deps): update dependency eslint-plugin-babel to v5
1 parent 1e59de5 commit 056f44c

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.0.25",
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.0",

advanced/yarn.lock

+11-4
Original file line numberDiff line numberDiff line change
@@ -2938,10 +2938,12 @@ eslint-module-utils@^2.2.0:
29382938
debug "^2.6.8"
29392939
pkg-dir "^1.0.0"
29402940

2941-
2942-
version "4.1.2"
2943-
resolved "https://registry.yarnpkg.com/eslint-plugin-babel/-/eslint-plugin-babel-4.1.2.tgz#79202a0e35757dd92780919b2336f1fa2fe53c1e"
2944-
integrity sha1-eSAqDjV1fdkngJGbIzbx+i/lPB4=
2941+
2942+
version "5.3.0"
2943+
resolved "https://registry.yarnpkg.com/eslint-plugin-babel/-/eslint-plugin-babel-5.3.0.tgz#2e7f251ccc249326da760c1a4c948a91c32d0023"
2944+
integrity sha512-HPuNzSPE75O+SnxHIafbW5QB45r2w78fxqwK3HmjqIUoPfPzVrq6rD+CINU3yzoDSzEhUkX07VUphbF73Lth/w==
2945+
dependencies:
2946+
eslint-rule-composer "^0.3.0"
29452947

29462948
29472949
version "2.39.1"
@@ -3031,6 +3033,11 @@ [email protected]:
30313033
jsx-ast-utils "^2.0.0"
30323034
prop-types "^15.5.10"
30333035

3036+
eslint-rule-composer@^0.3.0:
3037+
version "0.3.0"
3038+
resolved "https://registry.yarnpkg.com/eslint-rule-composer/-/eslint-rule-composer-0.3.0.tgz#79320c927b0c5c0d3d3d2b76c8b4a488f25bbaf9"
3039+
integrity sha512-bt+Sh8CtDmn2OajxvNO+BX7Wn4CIWMpTRm3MaiKPCQcnnlm0CS2mhui6QaoeQugs+3Kj2ESKEEGJUdVafwhiCg==
3040+
30343041
eslint-scope@^3.7.1:
30353042
version "3.7.1"
30363043
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-3.7.1.tgz#3d63c3edfda02e06e01a452ad88caacc7cdcb6e8"

0 commit comments

Comments
 (0)