Skip to content

Commit 481de2e

Browse files
authored
✨ feat: Use shadcn prose in starters (#165)
1 parent 763633e commit 481de2e

File tree

6 files changed

+14
-2
lines changed

6 files changed

+14
-2
lines changed

starters/next/app/globals.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@import 'tailwindcss';
22

33
@import 'tw-animate-css';
4-
@plugin '@tailwindcss/typography';
4+
@import 'shadcn-prose';
55

66
@custom-variant dark (&:is(.dark *));
77

starters/next/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"next": "15.3.0",
3434
"react": "^19.1.0",
3535
"react-dom": "^19.1.0",
36+
"shadcn-prose": "^1.0.8",
3637
"tailwind-merge": "^2.6.0",
3738
"zod": "^3.24.2"
3839
},

starters/next/yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6840,6 +6840,11 @@ sha.js@^2.4.0, sha.js@^2.4.8:
68406840
inherits "^2.0.1"
68416841
safe-buffer "^5.0.1"
68426842

6843+
shadcn-prose@^1.0.8:
6844+
version "1.0.8"
6845+
resolved "https://registry.yarnpkg.com/shadcn-prose/-/shadcn-prose-1.0.8.tgz#4a49988a877098490fa95fccf2a0f7be29cf66cd"
6846+
integrity sha512-Llpz/dC+ZTqLzh8qrIZM5p5ggbHQ4MKP90NkfXvV1CF5Hdg8uFO+IAiF1P5mSqMHqnPW0XT9ZkqqgXR7fNSVig==
6847+
68436848
sharp@^0.33.3:
68446849
version "0.33.5"
68456850
resolved "https://registry.yarnpkg.com/sharp/-/sharp-0.33.5.tgz#13e0e4130cc309d6a9497596715240b2ec0c594e"

starters/react-router/app/app.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@import 'tailwindcss';
22

33
@import 'tw-animate-css';
4-
@plugin '@tailwindcss/typography';
4+
@import 'shadcn-prose';
55

66
@custom-variant dark (&:is(.dark *));
77

starters/react-router/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"react-dom": "^19.1.0",
3838
"react-router": "^7.5.0",
3939
"remix-utils": "^8.5.0",
40+
"shadcn-prose": "^1.0.8",
4041
"tailwind-merge": "^2.6.0",
4142
"zod": "^3.24.2"
4243
},

starters/react-router/yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4745,6 +4745,11 @@ [email protected]:
47454745
resolved "https://registry.yarnpkg.com/setprototypeof/-/setprototypeof-1.2.0.tgz#66c9a24a73f9fc28cbe66b09fed3d33dcaf1b424"
47464746
integrity sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==
47474747

4748+
shadcn-prose@^1.0.8:
4749+
version "1.0.8"
4750+
resolved "https://registry.yarnpkg.com/shadcn-prose/-/shadcn-prose-1.0.8.tgz#4a49988a877098490fa95fccf2a0f7be29cf66cd"
4751+
integrity sha512-Llpz/dC+ZTqLzh8qrIZM5p5ggbHQ4MKP90NkfXvV1CF5Hdg8uFO+IAiF1P5mSqMHqnPW0XT9ZkqqgXR7fNSVig==
4752+
47484753
shebang-command@^2.0.0:
47494754
version "2.0.0"
47504755
resolved "https://registry.yarnpkg.com/shebang-command/-/shebang-command-2.0.0.tgz#ccd0af4f8835fbdc265b82461aaf0c36663f34ea"

0 commit comments

Comments
 (0)