-
Notifications
You must be signed in to change notification settings - Fork 176
add: pnpm catalog #637
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
add: pnpm catalog #637
Conversation
|
@sommeeeer Yeah we should add these 3 deps and bump typescript version as well. |
i didnt add catalog to the |
19ce831
to
dfa291d
Compare
commit: |
dbd0a89
to
d1f9d6f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM Thanks
This PR will add pnpm catalog for deps that is reused through the repo. Making it easier to maintain. I will open this in draft mode so we can continue working on it. The alternative was using something like syncpack, but that would add another dep so I decided to go with pnpm catalogs instead.
Any suggestions on what more we could add? I have considered using catalog for the other shared deps in
examples/*
, like f.extailwindcss
/typescript
orpostcss
. Not sure if we want that, and also should we consider using a caret or tilde in any of the catalog versions?Btw, I have tested building and deploying the examples apps with this PR, and it works as it should.