diff --git a/web/.eslintrc.js b/web/.eslintrc.js index 1b12a795d..f6161aed2 100644 --- a/web/.eslintrc.js +++ b/web/.eslintrc.js @@ -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', diff --git a/web/package-lock.json b/web/package-lock.json index f60b29465..8946f7753 100644 --- a/web/package-lock.json +++ b/web/package-lock.json @@ -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 @@ } }, "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 @@ "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" }, diff --git a/web/package.json b/web/package.json index a6ba79596..d97d1b4eb 100644 --- a/web/package.json +++ b/web/package.json @@ -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",