Commit 8605426
authored
Fix Astro integration test by pinning
A regression in one of the dependencies of `astro` has broken our
integration tests. An upstream issue already exists and is tracked as
StefanTerdell/zod-to-json-schema#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:
zod-to-json-schema (#14780)1 parent 39cfcfa commit 8605426
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
15 | 20 | | |
16 | 21 | | |
17 | 22 | | |
| |||
0 commit comments