updated pnpmlock to meet req #23
Annotations
4 errors and 1 warning
Run TypeScript compiler (tsc):
app/page.style.ts#L4
Cannot find module 'styled-components' or its corresponding type declarations.
|
Run TypeScript compiler (tsc):
lib/registry.tsx#L5
Cannot find module 'styled-components' or its corresponding type declarations.
|
Run TypeScript compiler (tsc):
src/api/supabase/queries/plant_by_id.ts#L3
Cannot find module '../createClient' or its corresponding type declarations.
|
Run TypeScript compiler (tsc)
Process completed with exit code 2.
|
Run ESLint:
components/PlantCard/PlantCard.tsx#L9
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
|
Loading