From 67728ddb999c5c33eb432f831421e2f6e220096b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 2 Aug 2020 10:11:56 +0000 Subject: [PATCH] Bump eslint-plugin-react from 7.20.3 to 7.20.5 (#22039) --- .../plugins/gatsby-plugin-top-layout/gatsby-browser.js | 2 +- .../gatsby/plugins/gatsby-plugin-top-layout/gatsby-ssr.js | 2 +- yarn.lock | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/gatsby/plugins/gatsby-plugin-top-layout/gatsby-browser.js b/examples/gatsby/plugins/gatsby-plugin-top-layout/gatsby-browser.js index 3cbda972914e46..dfe35226825768 100644 --- a/examples/gatsby/plugins/gatsby-plugin-top-layout/gatsby-browser.js +++ b/examples/gatsby/plugins/gatsby-plugin-top-layout/gatsby-browser.js @@ -1,4 +1,4 @@ -/* eslint-disable import/prefer-default-export, react/prop-types */ +/* eslint-disable import/prefer-default-export */ import React from 'react'; import TopLayout from './TopLayout'; diff --git a/examples/gatsby/plugins/gatsby-plugin-top-layout/gatsby-ssr.js b/examples/gatsby/plugins/gatsby-plugin-top-layout/gatsby-ssr.js index 3cbda972914e46..dfe35226825768 100644 --- a/examples/gatsby/plugins/gatsby-plugin-top-layout/gatsby-ssr.js +++ b/examples/gatsby/plugins/gatsby-plugin-top-layout/gatsby-ssr.js @@ -1,4 +1,4 @@ -/* eslint-disable import/prefer-default-export, react/prop-types */ +/* eslint-disable import/prefer-default-export */ import React from 'react'; import TopLayout from './TopLayout'; diff --git a/yarn.lock b/yarn.lock index a9e8a2fd48bf97..be0404231adddc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7053,9 +7053,9 @@ eslint-plugin-react-hooks@^4.0.7: integrity sha512-6SSb5AiMCPd8FDJrzah+Z4F44P2CdOaK026cXFV+o/xSRzfOiV1FNFeLl2z6xm3yqWOQEZ5OfVgiec90qV2xrQ== eslint-plugin-react@^7.20.3: - version "7.20.3" - resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.20.3.tgz#0590525e7eb83890ce71f73c2cf836284ad8c2f1" - integrity sha512-txbo090buDeyV0ugF3YMWrzLIUqpYTsWSDZV9xLSmExE1P/Kmgg9++PD931r+KEWS66O1c9R4srLVVHmeHpoAg== + version "7.20.5" + resolved "https://registry.yarnpkg.com/eslint-plugin-react/-/eslint-plugin-react-7.20.5.tgz#29480f3071f64a04b2c3d99d9b460ce0f76fb857" + integrity sha512-ajbJfHuFnpVNJjhyrfq+pH1C0gLc2y94OiCbAXT5O0J0YCKaFEHDV8+3+mDOr+w8WguRX+vSs1bM2BDG0VLvCw== dependencies: array-includes "^3.1.1" array.prototype.flatmap "^1.2.3"