diff --git a/bun.lockb b/bun.lockb index 2cbdb54..ecc54ea 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/eslint.config.ts b/eslint.config.ts index bfc7b8d..8f22da5 100644 --- a/eslint.config.ts +++ b/eslint.config.ts @@ -13,5 +13,13 @@ const storybookConfigs = eslintPluginStorybook.configs["flat/recommended"].map( ); export default jimmyDotCodes({ - configs: [...storybookConfigs], + configs: [ + ...storybookConfigs, + { + rules: { + "@typescript-eslint/no-use-before-define": "error", + "no-use-before-define": "off", + }, + }, + ], }); diff --git a/package.json b/package.json index 600a53e..c65fe03 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ }, "prettier": "@jimmy.codes/prettier-config", "dependencies": { - "@tanstack/react-query": "5.59.19", + "@tanstack/react-query": "5.59.20", "@tanstack/react-router": "1.79.0", "clsx": "2.1.1", "react": "18.3.1", @@ -34,9 +34,9 @@ }, "devDependencies": { "@iconify-json/logos": "1.2.3", - "@iconify-json/lucide": "1.2.11", + "@iconify-json/lucide": "1.2.12", "@iconify/tailwind": "1.1.3", - "@jimmy.codes/eslint-config": "3.6.2", + "@jimmy.codes/eslint-config": "3.8.0", "@jimmy.codes/prettier-config": "1.3.0", "@playwright/test": "1.48.2", "@storybook/addon-a11y": "8.4.2", @@ -47,7 +47,7 @@ "@storybook/react": "8.4.2", "@storybook/react-vite": "8.4.2", "@tailwindcss/typography": "0.5.15", - "@tanstack/react-query-devtools": "5.59.19", + "@tanstack/react-query-devtools": "5.59.20", "@tanstack/router-devtools": "1.79.0", "@tanstack/router-vite-plugin": "1.79.0", "@testing-library/dom": "10.4.0", @@ -65,13 +65,13 @@ "daisyui": "4.12.14", "eslint": "9.14.0", "eslint-plugin-storybook": "0.11.0", - "gitzy": "5.5.0", - "happy-dom": "15.10.0", + "gitzy": "5.6.0", + "happy-dom": "15.11.0", "is-ci": "3.0.1", "jiti": "2.4.0", - "knip": "5.36.2", + "knip": "5.36.3", "lefthook": "1.8.2", - "msw": "2.6.0", + "msw": "2.6.2", "postcss": "8.4.47", "prettier": "3.3.3", "storybook": "8.4.2",