Skip to content

Commit

Permalink
chore: 🤖 bump @jimmy.codes/eslint-config to v3.21.0 (#135)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmy-guzman authored Nov 27, 2024
1 parent 98cff66 commit 875abdc
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 30 deletions.
Binary file modified bun.lockb
Binary file not shown.
16 changes: 1 addition & 15 deletions eslint.config.ts
Original file line number Diff line number Diff line change
@@ -1,17 +1,3 @@
import eslintConfig from "@jimmy.codes/eslint-config";
import eslintPluginStorybook from "eslint-plugin-storybook";

const storybookConfigs = eslintPluginStorybook.configs["flat/recommended"].map(
({ files, name, plugins, rules }) => {
return {
...(files && { files }),
name,
plugins: { ...plugins },
rules: { ...rules },
};
},
);

export default eslintConfig({
configs: storybookConfigs,
});
export default eslintConfig();
29 changes: 14 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
},
"prettier": "@jimmy.codes/prettier-config",
"dependencies": {
"@tanstack/react-query": "5.61.3",
"@tanstack/react-router": "1.82.11",
"@tanstack/react-query": "5.61.4",
"@tanstack/react-router": "1.82.12",
"clsx": "2.1.1",
"react": "18.3.1",
"react-dom": "18.3.1",
Expand All @@ -36,7 +36,7 @@
"@iconify-json/logos": "1.2.3",
"@iconify-json/lucide": "1.2.16",
"@iconify/tailwind": "1.1.3",
"@jimmy.codes/eslint-config": "3.19.0",
"@jimmy.codes/eslint-config": "3.21.0",
"@jimmy.codes/prettier-config": "1.3.0",
"@playwright/test": "1.49.0",
"@storybook/addon-a11y": "8.4.5",
Expand All @@ -47,40 +47,39 @@
"@storybook/react": "8.4.5",
"@storybook/react-vite": "8.4.5",
"@tailwindcss/typography": "0.5.15",
"@tanstack/react-query-devtools": "5.61.3",
"@tanstack/router-devtools": "1.82.11",
"@tanstack/react-query-devtools": "5.61.4",
"@tanstack/router-devtools": "1.82.12",
"@tanstack/router-vite-plugin": "1.82.10",
"@testing-library/dom": "10.4.0",
"@testing-library/jest-dom": "6.6.3",
"@testing-library/react": "16.0.1",
"@testing-library/user-event": "14.5.2",
"@total-typescript/ts-reset": "0.6.1",
"@types/bun": "1.1.13",
"@types/bun": "1.1.14",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@vitejs/plugin-react-swc": "3.7.1",
"@vitest/coverage-v8": "2.1.5",
"@vitest/ui": "2.1.5",
"@vitejs/plugin-react-swc": "3.7.2",
"@vitest/coverage-v8": "2.1.6",
"@vitest/ui": "2.1.6",
"autoprefixer": "10.4.20",
"daisyui": "4.12.14",
"eslint": "9.15.0",
"eslint-plugin-storybook": "0.11.1",
"gitzy": "5.7.1",
"happy-dom": "15.11.6",
"is-ci": "3.0.1",
"jiti": "2.4.0",
"knip": "5.37.2",
"knip": "5.38.1",
"lefthook": "1.8.4",
"msw": "2.6.6",
"postcss": "8.4.49",
"prettier": "3.3.3",
"prettier": "3.4.1",
"storybook": "8.4.5",
"tailwindcss": "3.4.15",
"turbo": "2.3.2",
"turbo": "2.3.3",
"typescript": "5.7.2",
"vite": "5.4.11",
"vite-tsconfig-paths": "5.1.3",
"vitest": "2.1.5"
"vitest": "2.1.6"
},
"packageManager": "[email protected].36"
"packageManager": "[email protected].37"
}

0 comments on commit 875abdc

Please sign in to comment.