Removed shamefully-hoist and updated all packages to respect that

This commit is contained in:
giancarlo
2024-04-10 01:45:03 +08:00
parent 9e1199f3f4
commit f729bf6077
33 changed files with 1504 additions and 1470 deletions

View File

@@ -1,6 +1,6 @@
'use client';
import type { User } from '@supabase/gotrue-js';
import type { User } from '@supabase/supabase-js';
import { zodResolver } from '@hookform/resolvers/zod';
import { useForm } from 'react-hook-form';

View File

@@ -1,6 +1,6 @@
import { useCallback, useState } from 'react';
import type { Factor } from '@supabase/gotrue-js';
import type { Factor } from '@supabase/supabase-js';
import { ExclamationTriangleIcon } from '@radix-ui/react-icons';
import { useMutation, useQueryClient } from '@tanstack/react-query';

View File

@@ -2,7 +2,7 @@
import { useState } from 'react';
import type { User } from '@supabase/gotrue-js';
import type { User } from '@supabase/supabase-js';
import { zodResolver } from '@hookform/resolvers/zod';
import { ExclamationTriangleIcon } from '@radix-ui/react-icons';