Update dependencies and remove unused packages
This commit updates the versions of some dependencies, removes a few unused packages, and corrects the locations of some of the dependencies. Specific changes include version updates for '@tanstack/react-query-next-experimental', 'lucide-react', and 'supabase'. Furthermore, several unnecessary '@tanstack/react-table', 'next', 'tailwind-merge', and 'zod' dependencies were removed from various packages. The exact details of these changes can be obtained by comparing the changes in the 'pnpm-lock.yaml' file.
This commit is contained in:
@@ -28,18 +28,7 @@ export async function POST(request: Request) {
|
||||
);
|
||||
|
||||
try {
|
||||
await service.handleWebhookEvent(request, {
|
||||
onEvent(event: string, data: unknown) {
|
||||
logger.info(
|
||||
{
|
||||
...ctx,
|
||||
event,
|
||||
data,
|
||||
},
|
||||
`Received billing event`,
|
||||
);
|
||||
},
|
||||
});
|
||||
await service.handleWebhookEvent(request);
|
||||
|
||||
logger.info(ctx, `Successfully processed billing webhook`);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user