Skip to content

Commit

Permalink
chore: 🤖 bump @jimmy.codes/eslint-config to v2 (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmy-guzman authored Oct 31, 2024
1 parent f253877 commit 6d22679
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Binary file modified bun.lockb
Binary file not shown.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@
},
"devDependencies": {
"@iconify-json/logos": "1.2.3",
"@iconify-json/lucide": "1.2.10",
"@iconify-json/lucide": "1.2.11",
"@iconify/tailwind": "1.1.3",
"@jimmy.codes/eslint-config": "1.9.0",
"@jimmy.codes/eslint-config": "2.0.0",
"@jimmy.codes/prettier-config": "1.1.0",
"@playwright/test": "1.48.2",
"@storybook/addon-a11y": "8.3.6",
Expand All @@ -63,20 +63,20 @@
"@vitest/ui": "2.1.4",
"autoprefixer": "10.4.20",
"daisyui": "4.12.14",
"eslint": "8.57.0",
"eslint-plugin-storybook": "0.10.0--canary.156.408aed4.0",
"eslint": "9.13.0",
"eslint-plugin-storybook": "0.10.1",
"gitzy": "5.4.0",
"happy-dom": "15.7.4",
"is-ci": "3.0.1",
"knip": "5.34.3",
"knip": "5.34.4",
"lefthook": "1.8.2",
"msw": "2.6.0",
"postcss": "8.4.47",
"prettier": "3.3.3",
"storybook": "8.3.6",
"tailwindcss": "3.4.14",
"turbo": "2.2.3",
"typescript": "5.4.5",
"typescript": "5.6.3",
"vite": "5.4.10",
"vite-tsconfig-paths": "5.0.1",
"vitest": "2.1.4"
Expand Down
4 changes: 2 additions & 2 deletions src/pages/home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import { ExtLink } from "@/components/ext-link";

export const Home = () => {
return (
<div className="md:container md:mx-auto">
<div className="dsy-hero min-h-screen">
<div className="grid min-h-screen place-content-center">
<div className="dsy-hero">
<div className="dsy-hero-content flex-col gap-8">
<div className="flex gap-4">
<span className="icon-[logos--bun] text-5xl md:text-7xl" />
Expand Down

0 comments on commit 6d22679

Please sign in to comment.