Update

How to update shadcn/designer to the latest version.

In your package.json file, update the version={PACKAGE_VERSION} to the latest version. The latest version is 1.1.5.

package.json
{
  "name": "my-designer",
  "dependencies": {
    "@shadcn/designer": "https://ds.shadcn.com/registry?version=PACKAGE_VERSION&license=YOUR_LICENSE_KEY"
  }
}

Then run pnpm install to pull the latest version from the registry.