diff --git a/bun.lockb b/bun.lockb index f66c00e..d703cff 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/eslint.config.ts b/eslint.config.ts index 09bfa74..835fb62 100644 --- a/eslint.config.ts +++ b/eslint.config.ts @@ -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(); diff --git a/package.json b/package.json index 3e45695..dd9b9a0 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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", @@ -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": "bun@1.1.36" + "packageManager": "bun@1.1.37" }