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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2024-09-03 12:11:38 -06:00 committed by GitHub
parent d3760f3000
commit 78a53bfa06
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 6 deletions

View File

@ -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": {

View File

@ -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",