Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit c273ab8

Browse files
chore(deps): update dependency eslint-plugin-react to v7.12.1
1 parent fed3748 commit c273ab8

File tree

2 files changed

+53
-8
lines changed

2 files changed

+53
-8
lines changed

‎package.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
"eslint-plugin-jest": "21.15.0",
5656
"eslint-plugin-jsx-a11y": "6.0.3",
5757
"eslint-plugin-prettier": "2.6.0",
58-
"eslint-plugin-react": "7.7.0",
58+
"eslint-plugin-react": "7.12.1",
5959
"flow-bin": "0.68.0",
6060
"github-changes": "1.1.2",
6161
"husky": "0.14.3",

‎yarn.lock‎

Lines changed: 52 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3825,7 +3825,7 @@ doctrine@1.5.0:
38253825
esutils "^2.0.2"
38263826
isarray "^1.0.0"
38273827

3828-
doctrine@^2.0.0, doctrine@^2.0.2, doctrine@^2.1.0:
3828+
doctrine@^2.0.0, doctrine@^2.1.0:
38293829
version "2.1.0"
38303830
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz#5cd01fc101621b42c4cd7f5d1a66243716d3f39d"
38313831
dependencies:
@@ -4069,6 +4069,16 @@ es-abstract@^1.10.0, es-abstract@^1.4.3, es-abstract@^1.5.1, es-abstract@^1.6.1,
40694069
is-callable "^1.1.3"
40704070
is-regex "^1.0.4"
40714071

4072+
es-abstract@^1.11.0:
4073+
version "1.12.0"
4074+
resolved "https://registry.yarnpkg.com/es-abstract/-/es-abstract-1.12.0.tgz#9dbbdd27c6856f0001421ca18782d786bf8a6165"
4075+
dependencies:
4076+
es-to-primitive "^1.1.1"
4077+
function-bind "^1.1.1"
4078+
has "^1.0.1"
4079+
is-callable "^1.1.3"
4080+
is-regex "^1.0.4"
4081+
40724082
es-to-primitive@^1.1.1:
40734083
version "1.1.1"
40744084
resolved "https://registry.yarnpkg.com/es-to-primitive/-/es-to-primitive-1.1.1.tgz#45355248a88979034b6792e19bb81f2b7975dd0d"
@@ -4249,14 +4259,17 @@ eslint-plugin-prettier@2.6.0:
42494259
fast-diff "^1.1.1"
42504260
jest-docblock "^21.0.0"
42514261

4252-
eslint-plugin-react@7.7.0:
4253-
version "7.7.0"
4254-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.7.0.tgz#f606c719dbd8a1a2b3d25c16299813878cca0160"
4262+
eslint-plugin-react@7.12.1:
4263+
version "7.12.1"
4264+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.12.1.tgz#b9c4639f72469ff317ac31e3bd630d22d0dbf8f4"
42554265
dependencies:
4256-
doctrine "^2.0.2"
4257-
has "^1.0.1"
4266+
array-includes "^3.0.3"
4267+
doctrine "^2.1.0"
4268+
has "^1.0.3"
42584269
jsx-ast-utils "^2.0.1"
4259-
prop-types "^15.6.0"
4270+
object.fromentries "^2.0.0"
4271+
prop-types "^15.6.2"
4272+
resolve "^1.9.0"
42604273

42614274
eslint-restricted-globals@^0.1.1:
42624275
version "0.1.1"
@@ -5095,6 +5108,12 @@ has@^1.0.1:
50955108
dependencies:
50965109
function-bind "^1.0.2"
50975110

5111+
has@^1.0.3:
5112+
version "1.0.3"
5113+
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
5114+
dependencies:
5115+
function-bind "^1.1.1"
5116+
50985117
hash-base@^2.0.0:
50995118
version "2.0.2"
51005119
resolved "https://registry.yarnpkg.com/hash-base/-/hash-base-2.0.2.tgz#66ea1d856db4e8a5470cadf6fce23ae5244ef2e1"
@@ -7215,6 +7234,15 @@ object.entries@^1.0.4:
72157234
function-bind "^1.1.0"
72167235
has "^1.0.1"
72177236

7237+
object.fromentries@^2.0.0:
7238+
version "2.0.0"
7239+
resolved "https://registry.yarnpkg.com/object.fromentries/-/object.fromentries-2.0.0.tgz#49a543d92151f8277b3ac9600f1e930b189d30ab"
7240+
dependencies:
7241+
define-properties "^1.1.2"
7242+
es-abstract "^1.11.0"
7243+
function-bind "^1.1.1"
7244+
has "^1.0.1"
7245+
72187246
object.getownpropertydescriptors@^2.0.3:
72197247
version "2.0.3"
72207248
resolved "https://registry.yarnpkg.com/object.getownpropertydescriptors/-/object.getownpropertydescriptors-2.0.3.tgz#8758c846f5b407adab0f236e0986f14b051caa16"
@@ -7470,6 +7498,10 @@ path-parse@^1.0.5:
74707498
version "1.0.5"
74717499
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.5.tgz#3c1adf871ea9cd6c9431b6ea2bd74a0ff055c4c1"
74727500

7501+
path-parse@^1.0.6:
7502+
version "1.0.6"
7503+
resolved "https://registry.yarnpkg.com/path-parse/-/path-parse-1.0.6.tgz#d62dbb5679405d72c4737ec58600e9ddcf06d24c"
7504+
74737505
path-to-regexp@0.1.7:
74747506
version "0.1.7"
74757507
resolved "https://registry.yarnpkg.com/path-to-regexp/-/path-to-regexp-0.1.7.tgz#df604178005f522f15eb4490e7247a1bfaa67f8c"
@@ -7931,6 +7963,13 @@ prop-types@^15.5.10, prop-types@^15.5.4, prop-types@^15.5.6, prop-types@^15.5.8,
79317963
loose-envify "^1.3.1"
79327964
object-assign "^4.1.1"
79337965

7966+
prop-types@^15.6.2:
7967+
version "15.6.2"
7968+
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.6.2.tgz#05d5ca77b4453e985d60fc7ff8c859094a497102"
7969+
dependencies:
7970+
loose-envify "^1.3.1"
7971+
object-assign "^4.1.1"
7972+
79347973
proxy-addr@~2.0.3:
79357974
version "2.0.3"
79367975
resolved "https://registry.yarnpkg.com/proxy-addr/-/proxy-addr-2.0.3.tgz#355f262505a621646b3130a728eb647e22055341"
@@ -8620,6 +8659,12 @@ resolve@^1.1.6, resolve@^1.3.2, resolve@^1.5.0:
86208659
dependencies:
86218660
path-parse "^1.0.5"
86228661

8662+
resolve@^1.9.0:
8663+
version "1.9.0"
8664+
resolved "https://registry.yarnpkg.com/resolve/-/resolve-1.9.0.tgz#a14c6fdfa8f92a7df1d996cb7105fa744658ea06"
8665+
dependencies:
8666+
path-parse "^1.0.6"
8667+
86238668
restore-cursor@^1.0.1:
86248669
version "1.0.1"
86258670
resolved "https://registry.yarnpkg.com/restore-cursor/-/restore-cursor-1.0.1.tgz#34661f46886327fed2991479152252df92daa541"

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /