diff --git a/apps/v4/registry.json b/apps/v4/registry.json index bb978e786e2..065acbc34fa 100644 --- a/apps/v4/registry.json +++ b/apps/v4/registry.json @@ -244,7 +244,7 @@ "name": "command", "type": "registry:ui", "dependencies": [ - "cmdk@1.0.0" + "cmdk@^1.0.4" ], "registryDependencies": [ "dialog" diff --git a/apps/www/public/r/index.json b/apps/www/public/r/index.json index 590d2f98ca6..91871729f0b 100644 --- a/apps/www/public/r/index.json +++ b/apps/www/public/r/index.json @@ -220,7 +220,7 @@ "name": "command", "type": "registry:ui", "dependencies": [ - "cmdk@1.0.0" + "cmdk@^1.0.4" ], "registryDependencies": [ "dialog" diff --git a/apps/www/public/r/styles/default/command.json b/apps/www/public/r/styles/default/command.json index 13a13bbd9cc..79a2cf670b7 100644 --- a/apps/www/public/r/styles/default/command.json +++ b/apps/www/public/r/styles/default/command.json @@ -4,7 +4,7 @@ "type": "registry:ui", "author": "shadcn (https://ui.shadcn.com)", "dependencies": [ - "cmdk@1.0.0" + "cmdk@^1.0.4" ], "registryDependencies": [ "dialog" diff --git a/apps/www/public/r/styles/new-york/command.json b/apps/www/public/r/styles/new-york/command.json index 7fa50a0dae3..ae7c3d685fc 100644 --- a/apps/www/public/r/styles/new-york/command.json +++ b/apps/www/public/r/styles/new-york/command.json @@ -4,7 +4,7 @@ "type": "registry:ui", "author": "shadcn (https://ui.shadcn.com)", "dependencies": [ - "cmdk@1.0.0" + "cmdk@^1.0.4" ], "registryDependencies": [ "dialog" diff --git a/apps/www/public/registry/index.json b/apps/www/public/registry/index.json index 5d7aca8c26d..7cee0d65897 100644 --- a/apps/www/public/registry/index.json +++ b/apps/www/public/registry/index.json @@ -147,7 +147,7 @@ { "name": "command", "dependencies": [ - "cmdk@1.0.0" + "cmdk@^1.0.4" ], "registryDependencies": [ "dialog" diff --git a/apps/www/public/registry/styles/default/command.json b/apps/www/public/registry/styles/default/command.json index 76467c57679..5c534eba4fd 100644 --- a/apps/www/public/registry/styles/default/command.json +++ b/apps/www/public/registry/styles/default/command.json @@ -1,7 +1,7 @@ { "name": "command", "dependencies": [ - "cmdk@1.0.0" + "cmdk@^1.0.4" ], "registryDependencies": [ "dialog" diff --git a/apps/www/public/registry/styles/new-york/command.json b/apps/www/public/registry/styles/new-york/command.json index 28c53b0dd98..f20af6e58c5 100644 --- a/apps/www/public/registry/styles/new-york/command.json +++ b/apps/www/public/registry/styles/new-york/command.json @@ -1,7 +1,7 @@ { "name": "command", "dependencies": [ - "cmdk@1.0.0" + "cmdk@^1.0.4" ], "registryDependencies": [ "dialog" diff --git a/apps/www/registry/registry-ui.ts b/apps/www/registry/registry-ui.ts index cc9675d9855..9a381f4e4eb 100644 --- a/apps/www/registry/registry-ui.ts +++ b/apps/www/registry/registry-ui.ts @@ -182,7 +182,7 @@ export const ui: Registry["items"] = [ { name: "command", type: "registry:ui", - dependencies: ["cmdk@1.0.0"], + dependencies: ["cmdk@^1.0.4"], registryDependencies: ["dialog"], files: [ {