Skip to content
This repository was archived by the owner on Mar 29, 2020. It is now read-only.

Commit cad4362

Browse files
committed
fix(base): upgrade plugins
1 parent 401e457 commit cad4362

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

packages/eslint-config/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@
4242
"dependencies": {
4343
"babel-eslint": "^10.0.1",
4444
"eslint-config-airbnb-base": "^13.1.0",
45-
"eslint-config-prettier": "^3.1.0",
45+
"eslint-config-prettier": "^3.3.0",
4646
"eslint-import-resolver-babel-module": "^4.0.0",
47-
"eslint-plugin-babel": "^5.2.1",
47+
"eslint-plugin-babel": "^5.3.0",
4848
"eslint-plugin-eslint-comments": "^3.0.1",
4949
"eslint-plugin-import": "^2.14.0",
50-
"eslint-plugin-jest": "^21.25.1",
50+
"eslint-plugin-jest": "^22.1.2",
5151
"eslint-plugin-lodash-fp": "^2.2.0-a1",
5252
"eslint-plugin-no-use-extend-native": "^0.3.12",
5353
"eslint-plugin-promise": "^4.0.1",

yarn.lock

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2716,7 +2716,7 @@ eslint-config-airbnb-base@^13.1.0:
27162716
object.assign "^4.1.0"
27172717
object.entries "^1.0.4"
27182718

2719-
eslint-config-prettier@^3.1.0:
2719+
eslint-config-prettier@^3.3.0:
27202720
version "3.3.0"
27212721
resolved "https://registry.yarnpkg.com/eslint-config-prettier/-/eslint-config-prettier-3.3.0.tgz#41afc8d3b852e757f06274ed6c44ca16f939a57d"
27222722
integrity sha512-Bc3bh5bAcKNvs3HOpSi6EfGA2IIp7EzWcg2tS4vP7stnXu/J1opihHDM7jI9JCIckyIDTgZLSWn7J3HY0j2JfA==
@@ -2759,7 +2759,7 @@ eslint-module-utils@^2.2.0:
27592759
debug "^2.6.8"
27602760
pkg-dir "^1.0.0"
27612761

2762-
eslint-plugin-babel@^5.2.1:
2762+
eslint-plugin-babel@^5.3.0:
27632763
version "5.3.0"
27642764
resolved "https://registry.yarnpkg.com/eslint-plugin-babel/-/eslint-plugin-babel-5.3.0.tgz#2e7f251ccc249326da760c1a4c948a91c32d0023"
27652765
integrity sha512-HPuNzSPE75O+SnxHIafbW5QB45r2w78fxqwK3HmjqIUoPfPzVrq6rD+CINU3yzoDSzEhUkX07VUphbF73Lth/w==
@@ -2790,10 +2790,10 @@ eslint-plugin-import@^2.14.0:
27902790
read-pkg-up "^2.0.0"
27912791
resolve "^1.6.0"
27922792

2793-
eslint-plugin-jest@^21.25.1:
2794-
version "21.27.2"
2795-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-21.27.2.tgz#2a795b7c3b5e707df48a953d651042bd01d7b0a8"
2796-
integrity sha512-0E4OIgBJVlAmf1KfYFtZ3gYxgUzC5Eb3Jzmrc9ikI1OY+/cM8Kh72Ti7KfpeHNeD3HJNf9SmEfmvQLIz44Hrhw==
2793+
eslint-plugin-jest@^22.1.2:
2794+
version "22.1.2"
2795+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-22.1.2.tgz#1ea36cc3faedbdb788e702ca633d635ca14e91e8"
2796+
integrity sha512-jSPT4rVmNetkeCIyrvvOM0wJtgoUSbKHIUDoOGzIISsg51eWN/nISPNKVM+jXMMDI9oowbyapOnpKSXlsLiDpQ==
27972797

27982798
eslint-plugin-jsx-a11y@^6.1.2:
27992799
version "6.1.2"

0 commit comments

Comments
 (0)