Skip to content

Commit 3400812

Browse files
committed
fix: set right dependencies in registry
1 parent f12fe05 commit 3400812

16 files changed

Lines changed: 78 additions & 8 deletions

apps/v4/app/content/docs/components/accordion.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ npx shadcn-ember@latest add accordion
1515

1616
### Manual
1717

18+
**Install the following dependencies:**
19+
20+
```bash
21+
pnpm add ember-provide-consume-context
22+
```
23+
1824
**Copy and paste the accordion component into your project:**
1925

2026
<ComponentSource name="accordion" />

apps/v4/app/content/docs/components/collapsible.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ npx shadcn-ember@latest add collapsible
1515

1616
### Manual
1717

18+
**Install the following dependencies:**
19+
20+
```bash
21+
pnpm add ember-provide-consume-context
22+
```
23+
1824
**Copy and paste the collapsible component into your project:**
1925

2026
<ComponentSource name="collapsible" />

apps/v4/app/content/docs/components/command.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ npx shadcn-ember@latest add command
2222
**Install the following dependencies:**
2323

2424
```bash
25-
pnpm add cmdk
25+
pnpm add ember-provide-consume-context tracked-built-ins
2626
```
2727

2828
**Copy and paste the command component into your project:**

apps/v4/app/content/docs/components/context-menu.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ npx shadcn-ember@latest add context-menu
1515

1616
### Manual
1717

18-
**Install the following dependency:**
18+
**Install the following dependencies:**
1919

2020
```bash
21-
pnpm add ember-click-outside
21+
pnpm add @floating-ui/dom ember-click-outside ember-provide-consume-context
2222
```
2323

2424
**Copy and paste the context menu component into your project:**

apps/v4/app/content/docs/components/dialog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ npx shadcn-ember@latest add dialog
1616

1717
### Manual
1818

19+
**Install the following dependencies:**
20+
21+
```bash
22+
pnpm add ember-provide-consume-context
23+
```
24+
1925
**Copy and paste the dialog component into your project:**
2026

2127
<ComponentSource name="dialog" />

apps/v4/app/content/docs/components/dropdown-menu.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ npx shadcn-ember@latest add dropdown-menu
1515

1616
### Manual
1717

18-
**Install the following dependency:**
18+
**Install the following dependencies:**
1919

2020
```bash
21-
pnpm add ember-click-outside
21+
pnpm add @floating-ui/dom ember-click-outside ember-provide-consume-context
2222
```
2323

2424
**Copy and paste the dropdown menu component into your project:**

apps/v4/app/content/docs/components/hover-card.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ npx shadcn-ember@latest add hover-card
1515

1616
### Manual
1717

18+
**Install the following dependencies:**
19+
20+
```bash
21+
pnpm add @floating-ui/dom ember-provide-consume-context
22+
```
23+
1824
**Copy and paste the hover-card component into your project:**
1925

2026
<ComponentSource name="hover-card" />

apps/v4/app/content/docs/components/input-otp.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ npx shadcn-ember@latest add input-otp
1515

1616
### Manual
1717

18+
**Install the following dependencies:**
19+
20+
```bash
21+
pnpm add ember-provide-consume-context
22+
```
23+
1824
**Copy and paste the input-otp component into your project:**
1925

2026
<ComponentSource name="input-otp" />

apps/v4/app/content/docs/components/popover.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ npx shadcn-ember@latest add popover
1818
**Install the following dependencies:**
1919

2020
```bash
21-
pnpm add ember-click-outside
21+
pnpm add @floating-ui/dom ember-click-outside ember-provide-consume-context
2222
```
2323

2424
**Copy and paste the popover component into your project:**

apps/v4/app/content/docs/components/radio-group.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ npx shadcn-ember@latest add radio-group
1515

1616
### Manual
1717

18+
**Install the following dependencies:**
19+
20+
```bash
21+
pnpm add ember-provide-consume-context
22+
```
23+
1824
**Copy and paste the radio-group component into your project:**
1925

2026
<ComponentSource name="radio-group" />

0 commit comments

Comments
 (0)