mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
A regression in one of the dependencies of `astro` has broken our integration tests. An upstream issue already exists and is tracked as https://github.com/StefanTerdell/zod-to-json-schema/issues/151. This PR pins `zod-to-json-schema` to unblock the issue. ## Test Plan 1. I made sure that `pnpm test:integrations astro` fails locally as well 2. After the change, it passes again: 