ui icon indicating copy to clipboard operation
ui copied to clipboard

refactor: update zod imports

Open kevinmitch14 opened this issue 1 year ago • 6 comments

As of v3 of zod, using import * as z from "zod" is no longer required, see here.

This PR aligns all zod imports to match import { z } from "zod" Both methods are already used in the project.

This also aligns imports to match zod documentation. Screenshot 2024-01-17 at 10 57 38

kevinmitch14 avatar Jan 17 '24 13:01 kevinmitch14

@kevinmitch14 is attempting to deploy a commit to the shadcn-pro Team on Vercel.

A member of the Team first needs to authorize it.

vercel[bot] avatar Jan 17 '24 13:01 vercel[bot]

Oh good to know. Thank you.

shadcn avatar Jan 18 '24 11:01 shadcn

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
ui ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 28, 2024 8:46am

vercel[bot] avatar Jan 18 '24 11:01 vercel[bot]

@kevinmitch14 any chance you can break the cli changes in a separate PR? We'll need a changeset for it. Thanks.

shadcn avatar Jan 18 '24 11:01 shadcn

apps/* changes

kevinmitch14 avatar Jan 18 '24 12:01 kevinmitch14

CLI changes made in #2473

kevinmitch14 avatar Jan 23 '24 12:01 kevinmitch14