Deps Update and minor changes (#222)

1. Revert Card changes
2. Use X logo instead of Twitter
3. Update Dependencies

* Remove reference to pg_sodium as new Supabase CLI doesn't play well with it
This commit is contained in:
Giancarlo Buomprisco
2025-03-28 10:51:38 +07:00
committed by GitHub
parent 6fbc5cf6e5
commit e7f17dd34f
22 changed files with 278 additions and 267 deletions

View File

@@ -16,7 +16,7 @@
"@kit/eslint-config": "workspace:*",
"@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@types/node": "^22.13.13"
"@types/node": "^22.13.14"
},
"typesVersions": {
"*": {

View File

@@ -29,7 +29,7 @@
"@supabase/supabase-js": "2.49.3",
"@types/react": "19.0.12",
"date-fns": "^4.1.0",
"lucide-react": "^0.483.0",
"lucide-react": "^0.484.0",
"next": "15.2.4",
"react": "19.0.0",
"react-hook-form": "^7.54.2",

View File

@@ -20,7 +20,7 @@
"@kit/shared": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@kit/wordpress": "workspace:*",
"@types/node": "^22.13.13"
"@types/node": "^22.13.14"
},
"typesVersions": {
"*": {

View File

@@ -26,7 +26,7 @@
"@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@types/node": "^22.13.13",
"@types/node": "^22.13.14",
"@types/react": "19.0.12",
"react": "19.0.0",
"zod": "^3.24.2"

View File

@@ -20,9 +20,9 @@
"@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@kit/ui": "workspace:*",
"@types/node": "^22.13.13",
"@types/node": "^22.13.14",
"@types/react": "19.0.12",
"wp-types": "^4.67.0"
"wp-types": "^4.67.1"
},
"typesVersions": {
"*": {

View File

@@ -38,14 +38,14 @@
"@tanstack/react-query": "5.69.0",
"@types/react": "19.0.12",
"@types/react-dom": "19.0.4",
"lucide-react": "^0.483.0",
"lucide-react": "^0.484.0",
"next": "15.2.4",
"next-themes": "0.4.6",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-hook-form": "^7.54.2",
"react-i18next": "^15.4.1",
"sonner": "^2.0.1",
"sonner": "^2.0.2",
"zod": "^3.24.2"
},
"prettier": "@kit/prettier-config",

View File

@@ -24,7 +24,7 @@
"@tanstack/react-query": "5.69.0",
"@tanstack/react-table": "^8.21.2",
"@types/react": "19.0.12",
"lucide-react": "^0.483.0",
"lucide-react": "^0.484.0",
"next": "15.2.4",
"react": "19.0.0",
"react-dom": "19.0.0",

View File

@@ -31,11 +31,11 @@
"@supabase/supabase-js": "2.49.3",
"@tanstack/react-query": "5.69.0",
"@types/react": "19.0.12",
"lucide-react": "^0.483.0",
"lucide-react": "^0.484.0",
"next": "15.2.4",
"react-hook-form": "^7.54.2",
"react-i18next": "^15.4.1",
"sonner": "^2.0.1",
"sonner": "^2.0.2",
"zod": "^3.24.2"
},
"prettier": "@kit/prettier-config",

View File

@@ -37,9 +37,27 @@ function getOAuthProviderLogos(): Record<string, string | React.ReactNode> {
phone: <Phone className={'s-[18px]'} />,
google: '/images/oauth/google.webp',
facebook: '/images/oauth/facebook.webp',
twitter: '/images/oauth/twitter.webp',
github: '/images/oauth/github.webp',
microsoft: '/images/oauth/microsoft.webp',
apple: '/images/oauth/apple.webp',
twitter: <XLogo />,
// add more logos here if needed
};
}
function XLogo() {
return (
<svg
width="16"
height="16"
viewBox="0 0 300 300"
version="1.1"
xmlns="http://www.w3.org/2000/svg"
>
<path
className={'fill-secondary-foreground'}
d="M178.57 127.15 290.27 0h-26.46l-97.03 110.38L89.34 0H0l117.13 166.93L0 300.25h26.46l102.4-116.59 81.8 116.59h89.34M36.01 19.54H76.66l187.13 262.13h-40.66"
/>
</svg>
);
}

View File

@@ -22,7 +22,7 @@
"@supabase/supabase-js": "2.49.3",
"@tanstack/react-query": "5.69.0",
"@types/react": "19.0.12",
"lucide-react": "^0.483.0",
"lucide-react": "^0.484.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-i18next": "^15.4.1"

View File

@@ -39,13 +39,13 @@
"@types/react-dom": "19.0.4",
"class-variance-authority": "^0.7.1",
"date-fns": "^4.1.0",
"lucide-react": "^0.483.0",
"lucide-react": "^0.484.0",
"next": "15.2.4",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-hook-form": "^7.54.2",
"react-i18next": "^15.4.1",
"sonner": "^2.0.1",
"sonner": "^2.0.2",
"zod": "^3.24.2"
},
"prettier": "@kit/prettier-config",

View File

@@ -20,7 +20,7 @@
"@kit/resend": "workspace:*",
"@kit/shared": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@types/node": "^22.13.13",
"@types/node": "^22.13.14",
"zod": "^3.24.2"
},
"typesVersions": {

View File

@@ -17,7 +17,7 @@
"@kit/mailers-shared": "workspace:*",
"@kit/prettier-config": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@types/node": "^22.13.13",
"@types/node": "^22.13.14",
"zod": "^3.24.2"
},
"typesVersions": {

View File

@@ -16,7 +16,7 @@
"./config/server": "./src/sentry.client.server.ts"
},
"dependencies": {
"@sentry/nextjs": "^9.9.0",
"@sentry/nextjs": "^9.10.0",
"import-in-the-middle": "1.13.1"
},
"devDependencies": {

View File

@@ -33,7 +33,7 @@
"clsx": "^2.1.1",
"cmdk": "1.1.1",
"input-otp": "1.4.2",
"lucide-react": "^0.483.0",
"lucide-react": "^0.484.0",
"react-top-loading-bar": "3.0.2",
"recharts": "2.15.1",
"tailwind-merge": "^3.0.2"
@@ -56,8 +56,8 @@
"react-day-picker": "^8.10.1",
"react-hook-form": "^7.54.2",
"react-i18next": "^15.4.1",
"sonner": "^2.0.1",
"tailwindcss": "4.0.15",
"sonner": "^2.0.2",
"tailwindcss": "4.0.17",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.8.2",
"zod": "^3.24.2"

View File

@@ -17,7 +17,7 @@ const CardHeader: React.FC<React.HTMLAttributes<HTMLDivElement>> = ({
className,
...props
}) => (
<div className={cn('flex flex-col space-y-1.5 p-4 lg:p-6', className)} {...props} />
<div className={cn('flex flex-col space-y-1.5 p-6', className)} {...props} />
);
CardHeader.displayName = 'CardHeader';
@@ -43,7 +43,7 @@ CardDescription.displayName = 'CardDescription';
const CardContent: React.FC<React.HTMLAttributes<HTMLDivElement>> = ({
className,
...props
}) => <div className={cn('p-4 pt-0 lg:p-6 lg:pt-0', className)} {...props} />;
}) => <div className={cn('p-6 pt-0', className)} {...props} />;
CardContent.displayName = 'CardContent';
const CardFooter: React.FC<React.HTMLAttributes<HTMLDivElement>> = ({