Learn how to manage dependencies in your project.
remove
command.
package.json
files and installs the new versions with the bump-deps
command:
package.json
files and install the new versions.
pnpm build
after running bump-deps
to ensure the project builds correctly. You should also run pnpm dev
and ensure the project runs correctly in runtime.bump-ui
command:
package.json
file.
@repo/design-system/components
. To avoid this happening, we recommend not to modify the code directly. If the shadcn components not satisfies your need , build your own instead of changing the shadcn components.shadcn
CLI will likely make some unwanted changes to your shared Tailwind config file and global CSS. Make sure you review changes before committing them.