From fdd3eac5936f03e6a6d61099991fcf8b37af9173 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 25 Mar 2025 17:02:15 +0000 Subject: [PATCH] chore(deps): replace eslint and prettier packages --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4a7516e..84722c2 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ "@typescript-eslint/eslint-plugin": "^4.14.1", "@typescript-eslint/parser": "^4.14.1", "@vitejs/plugin-react-refresh": "^1.1.3", - "babel-eslint": "^10.1.0", + "@babel/eslint-parser": "^7.11.0", "cz-conventional-changelog": "^3.3.0", "dotenv-webpack": "^7.1.0", "element-collapse": "^1.0.1", @@ -75,7 +75,7 @@ "eslint-plugin-jsx-a11y": "^6.4.1", "eslint-plugin-react": "^7.22.0", "eslint-plugin-react-hooks": "^4.2.0", - "eslint-plugin-storybook": "^0.5.11", + "eslint-plugin-storybook": "^0.12.0", "html-webpack-plugin": "^5.5.0", "microbundle": "^0.13.3", "prettier": "^2.2.1",