Skip to content

Commit

Permalink
chore: 🤖 bump a few deps (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmy-guzman authored Nov 8, 2024
1 parent 59094fc commit f98ac1c
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 9 deletions.
Binary file modified bun.lockb
Binary file not shown.
10 changes: 9 additions & 1 deletion eslint.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
},
],
});
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit f98ac1c

Please sign in to comment.