fix(deps): update dependency eslint-plugin-react to ^7.34.0 (#189)

* fix(deps): update dependency eslint-plugin-react to ^7.34.0

* fix: lockfile broken

---------

Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
Co-authored-by: Meier Lukas <meierschlumpf@gmail.com>
This commit is contained in:
homarr-renovate[bot]
2024-03-04 21:11:01 +01:00
committed by GitHub
parent fde6d6601d
commit 4cd897d521
2 changed files with 27 additions and 5 deletions

30
pnpm-lock.yaml generated
View File

@@ -725,8 +725,8 @@ importers:
specifier: ^6.8.0 specifier: ^6.8.0
version: 6.8.0(eslint@8.57.0) version: 6.8.0(eslint@8.57.0)
eslint-plugin-react: eslint-plugin-react:
specifier: ^7.33.2 specifier: ^7.34.0
version: 7.33.2(eslint@8.57.0) version: 7.34.0(eslint@8.57.0)
eslint-plugin-react-hooks: eslint-plugin-react-hooks:
specifier: ^4.6.0 specifier: ^4.6.0
version: 4.6.0(eslint@8.57.0) version: 4.6.0(eslint@8.57.0)
@@ -3784,6 +3784,17 @@ packages:
is-string: 1.0.7 is-string: 1.0.7
dev: false dev: false
/array.prototype.findlast@1.2.4:
resolution: {integrity: sha512-BMtLxpV+8BD+6ZPFIWmnUBpQoy+A+ujcg4rhp2iwCRJYA7PEh2MS4NL3lz8EiDlLrJPp2hg9qWihr5pd//jcGw==}
engines: {node: '>= 0.4'}
dependencies:
call-bind: 1.0.7
define-properties: 1.2.1
es-abstract: 1.22.4
es-errors: 1.3.0
es-shim-unscopables: 1.0.2
dev: false
/array.prototype.findlastindex@1.2.4: /array.prototype.findlastindex@1.2.4:
resolution: {integrity: sha512-hzvSHUshSpCflDR1QMUBLHGHP1VIEBegT4pix9H/Z92Xw3ySoy6c2qh7lJWTJnRJ8JCZ9bJNCgTyYaJGcJu6xQ==} resolution: {integrity: sha512-hzvSHUshSpCflDR1QMUBLHGHP1VIEBegT4pix9H/Z92Xw3ySoy6c2qh7lJWTJnRJ8JCZ9bJNCgTyYaJGcJu6xQ==}
engines: {node: '>= 0.4'} engines: {node: '>= 0.4'}
@@ -3815,6 +3826,15 @@ packages:
es-shim-unscopables: 1.0.2 es-shim-unscopables: 1.0.2
dev: false dev: false
/array.prototype.toreversed@1.1.2:
resolution: {integrity: sha512-wwDCoT4Ck4Cz7sLtgUmzR5UV3YF5mFHUlbChCzZBQZ+0m2cl/DH3tKgvphv1nKgFsJ48oCSg6p91q2Vm0I/ZMA==}
dependencies:
call-bind: 1.0.7
define-properties: 1.2.1
es-abstract: 1.22.4
es-shim-unscopables: 1.0.2
dev: false
/array.prototype.tosorted@1.1.3: /array.prototype.tosorted@1.1.3:
resolution: {integrity: sha512-/DdH4TiTmOKzyQbp/eadcCVexiCb36xJg7HshYOYJnNZFDj33GEv0P7GxsynpShhq4OLYJzbGcBDkLsDt7MnNg==} resolution: {integrity: sha512-/DdH4TiTmOKzyQbp/eadcCVexiCb36xJg7HshYOYJnNZFDj33GEv0P7GxsynpShhq4OLYJzbGcBDkLsDt7MnNg==}
dependencies: dependencies:
@@ -5247,14 +5267,16 @@ packages:
eslint: 8.57.0 eslint: 8.57.0
dev: false dev: false
/eslint-plugin-react@7.33.2(eslint@8.57.0): /eslint-plugin-react@7.34.0(eslint@8.57.0):
resolution: {integrity: sha512-73QQMKALArI8/7xGLNI/3LylrEYrlKZSb5C9+q3OtOewTnMQi5cT+aE9E41sLCmli3I9PGGmD1yiZydyo4FEPw==} resolution: {integrity: sha512-MeVXdReleBTdkz/bvcQMSnCXGi+c9kvy51IpinjnJgutl3YTHWsDdke7Z1ufZpGfDG8xduBDKyjtB9JH1eBKIQ==}
engines: {node: '>=4'} engines: {node: '>=4'}
peerDependencies: peerDependencies:
eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8
dependencies: dependencies:
array-includes: 3.1.7 array-includes: 3.1.7
array.prototype.findlast: 1.2.4
array.prototype.flatmap: 1.3.2 array.prototype.flatmap: 1.3.2
array.prototype.toreversed: 1.1.2
array.prototype.tosorted: 1.1.3 array.prototype.tosorted: 1.1.3
doctrine: 2.1.0 doctrine: 2.1.0
es-iterator-helpers: 1.0.17 es-iterator-helpers: 1.0.17

View File

@@ -22,7 +22,7 @@
"eslint-config-turbo": "^1.12.4", "eslint-config-turbo": "^1.12.4",
"eslint-plugin-import": "^2.29.1", "eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0", "eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.33.2", "eslint-plugin-react": "^7.34.0",
"eslint-plugin-react-hooks": "^4.6.0" "eslint-plugin-react-hooks": "^4.6.0"
}, },
"devDependencies": { "devDependencies": {