Skip to content
This repository was archived by the owner on Nov 18, 2024. It is now read-only.

Commit 96b10a4

Browse files
committed
upgrade eslint-config-amo
1 parent 94602dc commit 96b10a4

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
"concurrently": "^4.1.0",
3737
"enzyme": "^3.8.0",
3838
"enzyme-adapter-react-16": "^1.7.1",
39-
"eslint-config-amo": "^1.10.0",
39+
"eslint-config-amo": "^1.11.0",
4040
"eslint-plugin-amo": "^1.9.1",
4141
"http-proxy-response-rewrite": "^0.0.1",
4242
"jest-enzyme": "^7.0.1",

yarn.lock

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3698,16 +3698,16 @@ [email protected]:
36983698
object.assign "^4.1.0"
36993699
object.entries "^1.0.4"
37003700

3701-
eslint-config-amo@^1.10.0:
3702-
version "1.10.0"
3703-
resolved "https://registry.yarnpkg.com/eslint-config-amo/-/eslint-config-amo-1.10.0.tgz#937ab354d862492ea181c6df832ae068c3286c03"
3704-
integrity sha512-rBElFnvhxhjVqw+I4aLEmuDG3RXk6hmqBKYLP6Rvct1Mm+uiYIqWG9RufIkl2h4T2iTFQU9EOSLYK6QBbyBOSg==
3701+
eslint-config-amo@^1.11.0:
3702+
version "1.11.0"
3703+
resolved "https://registry.yarnpkg.com/eslint-config-amo/-/eslint-config-amo-1.11.0.tgz#e3fe0e202d4b95f29433c323ae2787a2fda2a6fd"
3704+
integrity sha512-t5tNeGrAVCqMQlnN9gXXBGyMpADUctyEn+Jd+v+1HrKmycnDmI+T6s/p3RFirha+vyuz+OnRgG7XpNclWzAc5w==
37053705
dependencies:
37063706
eslint-config-airbnb "17.1.0"
3707-
eslint-plugin-import "^2.14.0"
3708-
eslint-plugin-jest "22.1.2"
3709-
eslint-plugin-jsx-a11y "^6.1.1"
3710-
eslint-plugin-react "^7.11.0"
3707+
eslint-plugin-import "2.16.0"
3708+
eslint-plugin-jest "22.1.3"
3709+
eslint-plugin-jsx-a11y "6.2.0"
3710+
eslint-plugin-react "7.12.4"
37113711

37123712
eslint-config-react-app@^3.0.6:
37133713
version "3.0.6"
@@ -3774,7 +3774,7 @@ [email protected]:
37743774
read-pkg-up "^2.0.0"
37753775
resolve "^1.6.0"
37763776

3777-
eslint-plugin-import@^2.14.0:
3777+
eslint-plugin-import@2.16.0:
37783778
version "2.16.0"
37793779
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.16.0.tgz#97ac3e75d0791c4fac0e15ef388510217be7f66f"
37803780
integrity sha512-z6oqWlf1x5GkHIFgrSvtmudnqM6Q60KM4KvpWi5ubonMjycLjndvd5+8VAZIsTlHC03djdgJuyKG6XO577px6A==
@@ -3790,10 +3790,10 @@ eslint-plugin-import@^2.14.0:
37903790
read-pkg-up "^2.0.0"
37913791
resolve "^1.9.0"
37923792

3793-
3794-
version "22.1.2"
3795-
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-22.1.2.tgz#1ea36cc3faedbdb788e702ca633d635ca14e91e8"
3796-
integrity sha512-jSPT4rVmNetkeCIyrvvOM0wJtgoUSbKHIUDoOGzIISsg51eWN/nISPNKVM+jXMMDI9oowbyapOnpKSXlsLiDpQ==
3793+
3794+
version "22.1.3"
3795+
resolved "https://registry.yarnpkg.com/eslint-plugin-jest/-/eslint-plugin-jest-22.1.3.tgz#4444108dfcddc5d2117ed6dc551f529d7e73a99e"
3796+
integrity sha512-JTZTI6WQoNruAugNyCO8fXfTONVcDd5i6dMRFA5g3rUFn1UDDLILY1bTL6alvNXbW2U7Sc2OSpi8m08pInnq0A==
37973797

37983798
37993799
version "6.1.2"
@@ -3809,7 +3809,7 @@ [email protected]:
38093809
has "^1.0.3"
38103810
jsx-ast-utils "^2.0.1"
38113811

3812-
eslint-plugin-jsx-a11y@^6.1.1:
3812+
eslint-plugin-jsx-a11y@6.2.0:
38133813
version "6.2.0"
38143814
resolved "https://registry.yarnpkg.com/eslint-plugin-jsx-a11y/-/eslint-plugin-jsx-a11y-6.2.0.tgz#0db5a0efad21b815849c7783abe8379eb8fa1ca6"
38153815
integrity sha512-KpibpIdKT0nbDG7G/ILWoZoN5G9cj3h1IHARxzvHk5Nt2LQ7oPUutbO9QbT1FKNHLPZB6BaoA1ASSLOiJZVEUQ==
@@ -3834,7 +3834,7 @@ [email protected]:
38343834
jsx-ast-utils "^2.0.1"
38353835
prop-types "^15.6.2"
38363836

3837-
eslint-plugin-react@^7.11.0:
3837+
eslint-plugin-react@7.12.4:
38383838
version "7.12.4"
38393839
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.12.4.tgz#b1ecf26479d61aee650da612e425c53a99f48c8c"
38403840
integrity sha512-1puHJkXJY+oS1t467MjbqjvX53uQ05HXwjqDgdbGBqf5j9eeydI54G3KwiJmWciQ0HTBacIKw2jgwSBSH3yfgQ==

0 commit comments

Comments
 (0)