Commit 7121ff3
authored
The shadcn CLI has now shipped Tailwind v4 as `@latest`. This PR updates
the shadcn command used to install components to be:
```shell
shadcn@latest add --silent --yes {...shadcnComponents}
```
instead of:
```shell
shadcn@canary add --silent --yes {...shadcnComponents}
```
1 parent d2e9655 commit 7121ff3
File tree
3 files changed
+5
-5
lines changed- src
- templates/react/add-on/shadcn
- assets
3 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
487 | 487 | | |
488 | 488 | | |
489 | 489 | | |
490 | | - | |
| 490 | + | |
491 | 491 | | |
492 | 492 | | |
493 | 493 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
0 commit comments