You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, to update a package, I have to do npx gluestack-ui@latest add some-component. If I have 20 components from gluestack-ui v2, I have to repeat the command for each.
Without having all the components installed with npx gluestack-ui@latest add --all, how can I update multiple packages at once?
How can I know when a package is outdated? Commands such as yarn outdated do not show anything related to gluestack-ui when a package is outdated making it very unreliable.
Perhaps I'm unaware of a command that can do both of the above, if so please do tell me!
Thank you :)
Problem Statement
There is no way to update all the installed gluestack-ui v2 packages at once.
There is no way to know which packages are outdated.
Proposed Solution or API
Allow for package chaining such as npx gluestack-ui@latest add some-component-1 some-component-2.
Make package managers aware of changes to the gluestack-ui v2 packages or have a npx gluestack-ui outdated command.
Alternatives
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Description
Currently, to update a package, I have to do
npx gluestack-ui@latest add some-component
. If I have 20 components from gluestack-ui v2, I have to repeat the command for each.npx gluestack-ui@latest add --all
, how can I update multiple packages at once?yarn outdated
do not show anything related to gluestack-ui when a package is outdated making it very unreliable.Perhaps I'm unaware of a command that can do both of the above, if so please do tell me!
Thank you :)
Problem Statement
Proposed Solution or API
npx gluestack-ui@latest add some-component-1 some-component-2
.npx gluestack-ui outdated
command.Alternatives
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: