-
Notifications
You must be signed in to change notification settings - Fork 130
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
base: main
Are you sure you want to change the base?
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 |
d6becce
to
da53fb3
Compare
19ce831
to
dfa291d
Compare
commit: |
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.