From e0310d4cc944e0b73b57a4f949879bfc08317a0c Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 20:34:44 +0000 Subject: [PATCH] Update dependency @eslint-react/eslint-plugin to v5 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index 7b5c3996..8973102e 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -56,7 +56,7 @@ "@babel/preset-env": "^7.29.7", "@babel/preset-flow": "^7.29.7", "@babel/preset-react": "^7.29.7", - "@eslint-react/eslint-plugin": "^4.2.3", + "@eslint-react/eslint-plugin": "^5.0.0", "@eslint/js": "^10.0.1", "@testing-library/dom": "^10.4.1", "@testing-library/jest-dom": "^6.9.1",