Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: make zod and openapi a dependency #270

Merged
merged 3 commits into from
Feb 3, 2023
Merged

Conversation

thantos
Copy link
Contributor

@thantos thantos commented Feb 2, 2023

Create-eventual is currently failing because zod is required and isn't present. Openapi-ts is also a missing peer in some cases.

Making zod required to fix create and avoid the developer needing to manually install zod and openapi everywhere.

@thantos thantos requested a review from sam-goodwin February 2, 2023 18:29
"esbuild-plugin-alias-path": "^2.0.2"
"esbuild-plugin-alias-path": "^2.0.2",
"openapi3-ts": "^3.1.2",
"zod": "^3.20.2"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's make this ^3

"peerDependencies": {
"zod": "^3"
"ulidx": "^0.3.0",
"zod": "^3.20.2"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

^3

@thantos thantos merged commit dcbf312 into main Feb 3, 2023
@thantos thantos deleted the sussman/fix/zod_required branch February 3, 2023 14:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants