Browse Source

chore(deps): update dependency eslint-plugin-react to v7.32.0 (webv2) (#2580)

* chore(deps): update dependency eslint-plugin-react to v7.32.0

* Turn off react/destructuring-assignment

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Gabe Kangas <gabek@real-ity.com>
pull/2591/head
renovate[bot] 3 years ago committed by GitHub
parent
commit
6112c43817
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      web/.eslintrc.js
  2. 10
      web/package-lock.json
  3. 2
      web/package.json

1
web/.eslintrc.js

@ -22,6 +22,7 @@ module.exports = { @@ -22,6 +22,7 @@ module.exports = {
ignorePatterns: ['!./storybook/**'],
rules: {
'prettier/prettier': 'error',
'react/destructuring-assignment': 'off',
'react/prop-types': 0,
'react/react-in-jsx-scope': 'off',
'react/require-default-props': 'off',

10
web/package-lock.json generated

@ -94,7 +94,7 @@ @@ -94,7 +94,7 @@
"eslint-plugin-import": "2.27.4",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.31.11",
"eslint-plugin-react": "7.32.0",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-storybook": "0.6.10",
"html-webpack-plugin": "5.5.0",
@ -18138,9 +18138,9 @@ @@ -18138,9 +18138,9 @@
}
},
"node_modules/eslint-plugin-react": {
"version": "7.31.11",
"resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.31.11.tgz",
"integrity": "sha512-TTvq5JsT5v56wPa9OYHzsrOlHzKZKjV+aLgS+55NJP/cuzdiQPC7PfYoUjMoxlffKtvijpk7vA/jmuqRb9nohw==",
"version": "7.32.0",
"resolved": "https://registry.npmjs.org/eslint-plugin-react/-/eslint-plugin-react-7.32.0.tgz",
"integrity": "sha512-vSBi1+SrPiLZCGvxpiZIa28fMEUaMjXtCplrvxcIxGzmFiYdsXQDwInEjuv5/i/2CTTxbkS87tE8lsQ0Qxinbw==",
"dev": true,
"dependencies": {
"array-includes": "^3.1.6",
@ -18155,7 +18155,7 @@ @@ -18155,7 +18155,7 @@
"object.hasown": "^1.1.2",
"object.values": "^1.1.6",
"prop-types": "^15.8.1",
"resolve": "^2.0.0-next.3",
"resolve": "^2.0.0-next.4",
"semver": "^6.3.0",
"string.prototype.matchall": "^4.0.8"
},

2
web/package.json

@ -98,7 +98,7 @@ @@ -98,7 +98,7 @@
"eslint-plugin-import": "2.27.4",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.31.11",
"eslint-plugin-react": "7.32.0",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-storybook": "0.6.10",
"html-webpack-plugin": "5.5.0",

Loading…
Cancel
Save