Skip to content

Commit 7d8be2a

Browse files
committed
Update eslint-plugin-react
1 parent 19ef41c commit 7d8be2a

File tree

3 files changed

+15
-13
lines changed

3 files changed

+15
-13
lines changed

.eslintrc.base.js

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ module.exports = {
3030
// Force a conflict with Prettier in test-lint/flowtype.js.
3131
"flowtype/object-type-delimiter": ["error", "semicolon"],
3232
"react/jsx-filename-extension": "off",
33+
"react/jsx-no-bind": "off",
3334
// Force a conflict with Prettier in test-lint/standard.js.
3435
"standard/computed-property-even-spacing": ["error", "even"]
3536
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"eslint-config-google": "^0.9.1",
4141
"eslint-plugin-flowtype": "^2.39.1",
4242
"eslint-plugin-prettier": "^2.3.1",
43-
"eslint-plugin-react": "^7.4.0",
43+
"eslint-plugin-react": "^7.5.0",
4444
"eslint-plugin-standard": "^3.0.1",
4545
"prettier": "^1.8.2",
4646
"rimraf": "^2.6.2"

yarn.lock

+13-12
Original file line numberDiff line numberDiff line change
@@ -1134,14 +1134,14 @@ eslint-plugin-prettier@^2.3.1:
11341134
fast-diff "^1.1.1"
11351135
jest-docblock "^21.0.0"
11361136

1137-
eslint-plugin-react@^7.4.0:
1138-
version "7.4.0"
1139-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.4.0.tgz#300a95861b9729c087d362dd64abcc351a74364a"
1137+
eslint-plugin-react@^7.5.0:
1138+
version "7.5.0"
1139+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.5.0.tgz#84cd4a45f179930268379e1f8fc17aedcfadd357"
11401140
dependencies:
11411141
doctrine "^2.0.0"
11421142
has "^1.0.1"
11431143
jsx-ast-utils "^2.0.0"
1144-
prop-types "^15.5.10"
1144+
prop-types "^15.6.0"
11451145

11461146
eslint-plugin-standard@^3.0.1:
11471147
version "3.0.1"
@@ -1305,9 +1305,9 @@ fast-levenshtein@~2.0.4:
13051305
version "2.0.6"
13061306
resolved "https://registry.yarnpkg.com/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz#3d8a5c66883a16a30ca8643e851f19baa7797917"
13071307

1308-
fbjs@^0.8.9:
1309-
version "0.8.14"
1310-
resolved "https://registry.yarnpkg.com/fbjs/-/fbjs-0.8.14.tgz#d1dbe2be254c35a91e09f31f9cd50a40b2a0ed1c"
1308+
fbjs@^0.8.16:
1309+
version "0.8.16"
1310+
resolved "https://registry.yarnpkg.com/fbjs/-/fbjs-0.8.16.tgz#5e67432f550dc41b572bf55847b8aca64e5337db"
13111311
dependencies:
13121312
core-js "^1.0.0"
13131313
isomorphic-fetch "^2.1.1"
@@ -2324,7 +2324,7 @@ oauth-sign@~0.8.1:
23242324
version "0.8.2"
23252325
resolved "https://registry.yarnpkg.com/oauth-sign/-/oauth-sign-0.8.2.tgz#46a6ab7f0aead8deae9ec0565780b7d4efeb9d43"
23262326

2327-
object-assign@^4.0.1, object-assign@^4.1.0:
2327+
object-assign@^4.0.1, object-assign@^4.1.0, object-assign@^4.1.1:
23282328
version "4.1.1"
23292329
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
23302330

@@ -2583,12 +2583,13 @@ promise@^7.1.1:
25832583
dependencies:
25842584
asap "~2.0.3"
25852585

2586-
prop-types@^15.5.10:
2587-
version "15.5.10"
2588-
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.5.10.tgz#2797dfc3126182e3a95e3dfbb2e893ddd7456154"
2586+
prop-types@^15.6.0:
2587+
version "15.6.0"
2588+
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.6.0.tgz#ceaf083022fc46b4a35f69e13ef75aed0d639856"
25892589
dependencies:
2590-
fbjs "^0.8.9"
2590+
fbjs "^0.8.16"
25912591
loose-envify "^1.3.1"
2592+
object-assign "^4.1.1"
25922593

25932594
pseudomap@^1.0.2:
25942595
version "1.0.2"

0 commit comments

Comments
 (0)