From 78a53bfa06b15d25d210061ad4e0d4f71019493d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 12:11:38 -0600 Subject: [PATCH] build(deps-dev): bump eslint-plugin-react-prefer-function-component from 0.0.7 to 3.3.0 in /superset-frontend (#30102) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- superset-frontend/package-lock.json | 13 ++++++++----- superset-frontend/package.json | 2 +- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/superset-frontend/package-lock.json b/superset-frontend/package-lock.json index 60d4c2d0b..c6d068456 100644 --- a/superset-frontend/package-lock.json +++ b/superset-frontend/package-lock.json @@ -241,7 +241,7 @@ "eslint-plugin-prettier": "^5.1.3", "eslint-plugin-react": "^7.22.0", "eslint-plugin-react-hooks": "^4.6.0", - "eslint-plugin-react-prefer-function-component": "^0.0.7", + "eslint-plugin-react-prefer-function-component": "^3.3.0", "eslint-plugin-storybook": "^0.8.0", "eslint-plugin-testing-library": "^6.2.2", "eslint-plugin-theme-colors": "file:tools/eslint-plugin-theme-colors", @@ -23660,9 +23660,10 @@ } }, "node_modules/eslint-plugin-react-prefer-function-component": { - "version": "0.0.7", - "dev": true, - "license": "MIT" + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-prefer-function-component/-/eslint-plugin-react-prefer-function-component-3.3.0.tgz", + "integrity": "sha512-BJXHT8gn3tLd9pTrX7v9hozZA79p1s29mEPomg/laOK/1yt6KPFgIYWuxpq4I4C+x88APRVVBVtvW1rdCjeFxQ==", + "dev": true }, "node_modules/eslint-plugin-react/node_modules/doctrine": { "version": "2.1.0", @@ -74743,7 +74744,9 @@ "requires": {} }, "eslint-plugin-react-prefer-function-component": { - "version": "0.0.7", + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/eslint-plugin-react-prefer-function-component/-/eslint-plugin-react-prefer-function-component-3.3.0.tgz", + "integrity": "sha512-BJXHT8gn3tLd9pTrX7v9hozZA79p1s29mEPomg/laOK/1yt6KPFgIYWuxpq4I4C+x88APRVVBVtvW1rdCjeFxQ==", "dev": true }, "eslint-plugin-storybook": { diff --git a/superset-frontend/package.json b/superset-frontend/package.json index 353dcc81f..65aee6aad 100644 --- a/superset-frontend/package.json +++ b/superset-frontend/package.json @@ -306,7 +306,7 @@ "eslint-plugin-prettier": "^5.1.3", "eslint-plugin-react": "^7.22.0", "eslint-plugin-react-hooks": "^4.6.0", - "eslint-plugin-react-prefer-function-component": "^0.0.7", + "eslint-plugin-react-prefer-function-component": "^3.3.0", "eslint-plugin-storybook": "^0.8.0", "eslint-plugin-testing-library": "^6.2.2", "eslint-plugin-theme-colors": "file:tools/eslint-plugin-theme-colors",