Built-in helpers to help you keep your project up to date.
zopio
zopio
evolves, you may want to stay up to date with the latest changes. This can be difficult to do manually, so we’ve created a script to help you.
zopio
is a framework and not a library, you’ll likely need to manually merge the changes you’ve made with the changes from the update.package.json
files with the bump-deps
command:
package.json
files.
Run pnpm install
(or pnpm install -r
) afterward to actually install the upgraded 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
.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.