Hi there, I’ve run into some issues while updating my project to the latest astro version with this kind of setup:
"@sanity/astro": "1.3.0",
"@sanity/image-url": "1.0.2",
"astro": "^3.3.2",
"astro-portabletext": "0.9.4",
"sass": "1.68.0"
}```
And it appears that a direct dependency of astro called [zod](https://www.npmjs.com/package/zod) isn’t compatible and wants astro to revert to version 2.10.15.
I’m not that familiar with terminals and dependencies but this seems kind of odd to me.
Do you have any ideas of how to solve this conflict? Any kind of input is greatly appreciated. Thanks for your help :)