Skip to content

Commit c46e091

Browse files
chore(deps): update dependency eslint-plugin-babel to v5
1 parent 56fbe5f commit c46e091

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"babel-eslint": "7.2.3",
8383
"eslint": "3.19.0",
8484
"eslint-config-xo": "0.43.1",
85-
"eslint-plugin-babel": "4.1.1",
85+
"eslint-plugin-babel": "5.3.1",
8686
"eslint-plugin-no-empty-blocks": "0.0.2",
8787
"eslint-plugin-no-use-extend-native": "0.5.0",
8888
"eslint-plugin-react": "6.10.3",

yarn.lock

+11-3
Original file line numberDiff line numberDiff line change
@@ -1073,9 +1073,12 @@ eslint-plugin-ava@^14.0.0:
10731073
pkg-dir "^5.0.0"
10741074
resolve-from "^5.0.0"
10751075

1076-
1077-
version "4.1.1"
1078-
resolved "https://registry.yarnpkg.com/eslint-plugin-babel/-/eslint-plugin-babel-4.1.1.tgz#ef285c87039b67beb3bbd227f5b0eed4fb376b87"
1076+
1077+
version "5.3.1"
1078+
resolved "https://registry.yarnpkg.com/eslint-plugin-babel/-/eslint-plugin-babel-5.3.1.tgz#75a2413ffbf17e7be57458301c60291f2cfbf560"
1079+
integrity sha512-VsQEr6NH3dj664+EyxJwO4FCYm/00JhYb3Sk3ft8o+fpKuIfQ9TaW6uVUfvwMXHcf/lsnRIoyFPsLMyiWCSL/g==
1080+
dependencies:
1081+
eslint-rule-composer "^0.3.0"
10791082

10801083
eslint-plugin-es@^4.1.0:
10811084
version "4.1.0"
@@ -1180,6 +1183,11 @@ eslint-plugin-unicorn@^46.0.0:
11801183
semver "^7.3.8"
11811184
strip-indent "^3.0.0"
11821185

1186+
eslint-rule-composer@^0.3.0:
1187+
version "0.3.0"
1188+
resolved "https://registry.yarnpkg.com/eslint-rule-composer/-/eslint-rule-composer-0.3.0.tgz#79320c927b0c5c0d3d3d2b76c8b4a488f25bbaf9"
1189+
integrity sha512-bt+Sh8CtDmn2OajxvNO+BX7Wn4CIWMpTRm3MaiKPCQcnnlm0CS2mhui6QaoeQugs+3Kj2ESKEEGJUdVafwhiCg==
1190+
11831191
eslint-rule-docs@^1.1.235:
11841192
version "1.1.235"
11851193
resolved "https://registry.yarnpkg.com/eslint-rule-docs/-/eslint-rule-docs-1.1.235.tgz#be6ef1fc3525f17b3c859ae2997fedadc89bfb9b"

0 commit comments

Comments
 (0)