Skip to content

Commit 2b2af7b

Browse files
renovate[bot]fusion-bot[bot]
authored and
fusion-bot[bot]
committed
Update dependency eslint-plugin-react to v7.10.0
fusionjs#130
1 parent ddfd6ef commit 2b2af7b

File tree

2 files changed

+21
-8
lines changed

2 files changed

+21
-8
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"eslint-plugin-flowtype": "^2.48.0",
3232
"eslint-plugin-import": "^2.12.0",
3333
"eslint-plugin-prettier": "2.6.0",
34-
"eslint-plugin-react": "7.8.2",
34+
"eslint-plugin-react": "7.10.0",
3535
"flow-bin": "^0.73.0",
3636
"fusion-core": "^1.3.1",
3737
"fusion-test-utils": "^1.1.0",

yarn.lock

+20-7
Original file line numberDiff line numberDiff line change
@@ -2027,7 +2027,7 @@ [email protected]:
20272027
esutils "^2.0.2"
20282028
isarray "^1.0.0"
20292029

2030-
doctrine@^2.0.2, doctrine@^2.1.0:
2030+
doctrine@^2.1.0:
20312031
version "2.1.0"
20322032
resolved "https://registry.yarnpkg.com/doctrine/-/doctrine-2.1.0.tgz#5cd01fc101621b42c4cd7f5d1a66243716d3f39d"
20332033
dependencies:
@@ -2352,14 +2352,14 @@ [email protected]:
23522352
fast-diff "^1.1.1"
23532353
jest-docblock "^21.0.0"
23542354

2355-
eslint-plugin-react@7.8.2:
2356-
version "7.8.2"
2357-
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.8.2.tgz#e95c9c47fece55d2303d1a67c9d01b930b88a51d"
2355+
eslint-plugin-react@7.10.0:
2356+
version "7.10.0"
2357+
resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.10.0.tgz#af5c1fef31c4704db02098f9be18202993828b50"
23582358
dependencies:
2359-
doctrine "^2.0.2"
2360-
has "^1.0.1"
2359+
doctrine "^2.1.0"
2360+
has "^1.0.3"
23612361
jsx-ast-utils "^2.0.1"
2362-
prop-types "^15.6.0"
2362+
prop-types "^15.6.2"
23632363

23642364
eslint-scope@^3.7.1, eslint-scope@~3.7.1:
23652365
version "3.7.1"
@@ -2991,6 +2991,12 @@ has@^1.0.1, has@~1.0.1:
29912991
dependencies:
29922992
function-bind "^1.0.2"
29932993

2994+
has@^1.0.3:
2995+
version "1.0.3"
2996+
resolved "https://registry.yarnpkg.com/has/-/has-1.0.3.tgz#722d7cbfc1f6aa8241f16dd814e011e1f41e8796"
2997+
dependencies:
2998+
function-bind "^1.1.1"
2999+
29943000
hash-base@^2.0.0:
29953001
version "2.0.2"
29963002
resolved "https://registry.yarnpkg.com/hash-base/-/hash-base-2.0.2.tgz#66ea1d856db4e8a5470cadf6fce23ae5244ef2e1"
@@ -4540,6 +4546,13 @@ prop-types@^15.6.0:
45404546
loose-envify "^1.3.1"
45414547
object-assign "^4.1.1"
45424548

4549+
prop-types@^15.6.2:
4550+
version "15.6.2"
4551+
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.6.2.tgz#05d5ca77b4453e985d60fc7ff8c859094a497102"
4552+
dependencies:
4553+
loose-envify "^1.3.1"
4554+
object-assign "^4.1.1"
4555+
45434556
prr@~1.0.1:
45444557
version "1.0.1"
45454558
resolved "https://registry.yarnpkg.com/prr/-/prr-1.0.1.tgz#d3fc114ba06995a45ec6893f484ceb1d78f5f476"

0 commit comments

Comments
 (0)