Skip to content

Commit 14973c9

Browse files
committed
fix(deps): update dependency eslint-plugin-babel to v5
1 parent 0fab086 commit 14973c9

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
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.3.2",
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

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4118,10 +4118,12 @@ eslint-module-utils@^2.4.1:
41184118
debug "^2.6.9"
41194119
pkg-dir "^2.0.0"
41204120

4121-
4122-
version "4.1.2"
4123-
resolved "https://registry.yarnpkg.com/eslint-plugin-babel/-/eslint-plugin-babel-4.1.2.tgz#79202a0e35757dd92780919b2336f1fa2fe53c1e"
4124-
integrity sha1-eSAqDjV1fdkngJGbIzbx+i/lPB4=
4121+
4122+
version "5.3.0"
4123+
resolved "https://registry.yarnpkg.com/eslint-plugin-babel/-/eslint-plugin-babel-5.3.0.tgz#2e7f251ccc249326da760c1a4c948a91c32d0023"
4124+
integrity sha512-HPuNzSPE75O+SnxHIafbW5QB45r2w78fxqwK3HmjqIUoPfPzVrq6rD+CINU3yzoDSzEhUkX07VUphbF73Lth/w==
4125+
dependencies:
4126+
eslint-rule-composer "^0.3.0"
41254127

41264128
eslint-plugin-eslint-plugin@^2.1.0:
41274129
version "2.1.0"
@@ -4240,6 +4242,11 @@ [email protected]:
42404242
prop-types "^15.7.2"
42414243
resolve "^1.13.1"
42424244

4245+
eslint-rule-composer@^0.3.0:
4246+
version "0.3.0"
4247+
resolved "https://registry.yarnpkg.com/eslint-rule-composer/-/eslint-rule-composer-0.3.0.tgz#79320c927b0c5c0d3d3d2b76c8b4a488f25bbaf9"
4248+
integrity sha512-bt+Sh8CtDmn2OajxvNO+BX7Wn4CIWMpTRm3MaiKPCQcnnlm0CS2mhui6QaoeQugs+3Kj2ESKEEGJUdVafwhiCg==
4249+
42434250
[email protected], eslint-scope@^3.7.1:
42444251
version "3.7.1"
42454252
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-3.7.1.tgz#3d63c3edfda02e06e01a452ad88caacc7cdcb6e8"

0 commit comments

Comments
 (0)