Revert "Fix Astro integration test by pinning zod-to-json-schema" (#14792)

Reverts tailwindlabs/tailwindcss#14780

The version pin is no longer needed. 🙂 

## Test Plan

CI is green again.
This commit is contained in:
Philipp Spiess 2024-10-25 11:31:34 +02:00 committed by GitHub
parent 10a8f1a725
commit 5b2f6c7506
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,11 +12,6 @@ test(
"astro": "^4.15.2",
"@tailwindcss/vite": "workspace:^",
"tailwindcss": "workspace:^"
},
"pnpm": {
"overrides": {
"zod-to-json-schema": "3.23.3"
}
}
}
`,