Skip to content

Commit fb7ca1c

Browse files
committed
fix(deps): update dependency eslint-plugin-babel to v5
1 parent 8759fbe commit fb7ca1c

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.3.4",
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.1",
2727
"eslint-plugin-prettier": "2.7.0",
2828
"graphql": "14.6.0",
2929
"graphql-tag": "2.10.3",

advanced/yarn.lock

+11-4
Original file line numberDiff line numberDiff line change
@@ -4166,10 +4166,12 @@ eslint-module-utils@^2.6.0:
41664166
debug "^2.6.9"
41674167
pkg-dir "^2.0.0"
41684168

4169-
4170-
version "4.1.2"
4171-
resolved "https://registry.yarnpkg.com/eslint-plugin-babel/-/eslint-plugin-babel-4.1.2.tgz#79202a0e35757dd92780919b2336f1fa2fe53c1e"
4172-
integrity sha1-eSAqDjV1fdkngJGbIzbx+i/lPB4=
4169+
4170+
version "5.3.1"
4171+
resolved "https://registry.yarnpkg.com/eslint-plugin-babel/-/eslint-plugin-babel-5.3.1.tgz#75a2413ffbf17e7be57458301c60291f2cfbf560"
4172+
integrity sha512-VsQEr6NH3dj664+EyxJwO4FCYm/00JhYb3Sk3ft8o+fpKuIfQ9TaW6uVUfvwMXHcf/lsnRIoyFPsLMyiWCSL/g==
4173+
dependencies:
4174+
eslint-rule-composer "^0.3.0"
41734175

41744176
41754177
version "2.50.1"
@@ -4285,6 +4287,11 @@ [email protected]:
42854287
resolve "^1.17.0"
42864288
string.prototype.matchall "^4.0.2"
42874289

4290+
eslint-rule-composer@^0.3.0:
4291+
version "0.3.0"
4292+
resolved "https://registry.yarnpkg.com/eslint-rule-composer/-/eslint-rule-composer-0.3.0.tgz#79320c927b0c5c0d3d3d2b76c8b4a488f25bbaf9"
4293+
integrity sha512-bt+Sh8CtDmn2OajxvNO+BX7Wn4CIWMpTRm3MaiKPCQcnnlm0CS2mhui6QaoeQugs+3Kj2ESKEEGJUdVafwhiCg==
4294+
42884295
[email protected], eslint-scope@^3.7.1:
42894296
version "3.7.1"
42904297
resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-3.7.1.tgz#3d63c3edfda02e06e01a452ad88caacc7cdcb6e8"

0 commit comments

Comments
 (0)