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

build(react): move to tsup, clean up deps #787

Merged
merged 5 commits into from
May 11, 2023
Merged

Conversation

holic
Copy link
Member

@holic holic commented May 10, 2023

related to #411 and #612

For peer deps, I did this by going through each dep, looking at import usages, and deciding if it should be a regular dep (if used within the app bundle) or dev dep (if only used in tests, type checking, etc.). I also removed a couple extraneous deps.

@vercel
Copy link

vercel bot commented May 10, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
mud-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 11, 2023 9:15am

@holic holic marked this pull request as ready for review May 10, 2023 21:16
@holic holic requested a review from alvrs as a code owner May 10, 2023 21:16
@holic holic changed the title build(react): move tsup, clean up deps build(react): move to tsup, clean up deps May 10, 2023
@alvrs alvrs merged commit bc9803b into main May 11, 2023
@holic holic deleted the holic/react-peer-deps branch June 23, 2023 11:33
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