From f997437ebb625a132d0b4aa3e33bec644b8d28f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 08:00:37 +0000 Subject: [PATCH] build(deps-dev): bump eslint-plugin-react-prefer-function-component Bumps [eslint-plugin-react-prefer-function-component](https://github.com/tatethurston/eslint-plugin-react-prefer-function-component) from 0.0.7 to 3.3.0. - [Release notes](https://github.com/tatethurston/eslint-plugin-react-prefer-function-component/releases) - [Changelog](https://github.com/tatethurston/eslint-plugin-react-prefer-function-component/blob/main/CHANGELOG.md) - [Commits](https://github.com/tatethurston/eslint-plugin-react-prefer-function-component/compare/v0.0.7...v3.3.0) --- updated-dependencies: - dependency-name: eslint-plugin-react-prefer-function-component dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- 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 46931fce7d931..b33269de252a6 100644 --- a/superset-frontend/package-lock.json +++ b/superset-frontend/package-lock.json @@ -240,7 +240,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", @@ -23598,9 +23598,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", @@ -74552,7 +74553,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 17be2f3c1c70a..256f523b28e4e 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",