Skip to content

Commit 7b7f848

Browse files
update deps and testimonials
1 parent 96f4ed1 commit 7b7f848

File tree

5 files changed

+105
-109
lines changed

5 files changed

+105
-109
lines changed

apps/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@
6666
},
6767
"devDependencies": {
6868
"@types/fs-extra": "^11.0.4",
69-
"@types/node": "^22.15.23",
69+
"@types/node": "^24.0.0",
7070
"@types/yargs": "^17.0.33",
71-
"tsdown": "^0.12.4",
71+
"tsdown": "^0.12.7",
7272
"typescript": "^5.8.3"
7373
}
7474
}

apps/web/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
"class-variance-authority": "^0.7.1",
2121
"clsx": "^2.1.1",
2222
"date-fns": "^4.1.0",
23-
"fumadocs-core": "15.4.2",
24-
"fumadocs-mdx": "11.6.6",
25-
"fumadocs-ui": "15.4.2",
26-
"lucide-react": "^0.511.0",
27-
"motion": "^12.15.0",
23+
"fumadocs-core": "15.5.1",
24+
"fumadocs-mdx": "11.6.7",
25+
"fumadocs-ui": "15.5.1",
26+
"lucide-react": "^0.513.0",
27+
"motion": "^12.16.0",
2828
"next": "15.3.3",
2929
"next-themes": "^0.4.6",
3030
"nuqs": "^2.4.3",
@@ -33,21 +33,21 @@
3333
"react-dom": "^19.1.0",
3434
"react-tweet": "^3.2.2",
3535
"recharts": "^2.15.3",
36-
"sonner": "^2.0.3",
36+
"sonner": "^2.0.5",
3737
"tailwind-merge": "^3.3.0"
3838
},
3939
"devDependencies": {
4040
"@types/papaparse": "^5.3.16",
4141
"@tailwindcss/postcss": "^4.1.8",
4242
"@types/mdx": "^2.0.13",
43-
"@types/node": "22.15.28",
44-
"@types/react": "^19.1.6",
45-
"@types/react-dom": "^19.1.5",
46-
"eslint": "^9.27.0",
43+
"@types/node": "24.0.0",
44+
"@types/react": "^19.1.7",
45+
"@types/react-dom": "^19.1.6",
46+
"eslint": "^9.28.0",
4747
"eslint-config-next": "15.3.3",
4848
"postcss": "^8.5.4",
4949
"tailwindcss": "^4.1.8",
50-
"tw-animate-css": "^1.3.2",
50+
"tw-animate-css": "^1.3.4",
5151
"typescript": "^5.8.3"
5252
}
5353
}

apps/web/src/app/(home)/_components/testimonials.tsx

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ const TWEET_IDS = [
1212
"1930511724702285885",
1313
"1912836377365905496",
1414
"1907817662215757853",
15+
"1931709370003583004",
1516
"1929147326955704662",
1617
"1904228496144269699",
1718
"1930257410259616057",
@@ -26,9 +27,11 @@ const TWEET_IDS = [
2627
"1904241046898556970",
2728
"1913834145471672652",
2829
"1930514202260635807",
30+
"1931589579749892480",
2931
"1904144343125860404",
3032
"1917610656477348229",
3133
"1904215768272654825",
34+
"1931830211013718312",
3235
"1913833079342522779",
3336
"1930449311848087708",
3437
"1907723601731530820",
@@ -118,7 +121,6 @@ export default function Testimonials() {
118121
initial="hidden"
119122
animate="visible"
120123
>
121-
{/* Column 1 */}
122124
<motion.div
123125
className="flex flex-1 flex-col gap-4"
124126
variants={columnVariants}
@@ -143,9 +145,6 @@ export default function Testimonials() {
143145
<span className="font-mono font-semibold text-xs">
144146
[TWEET_{String(globalIndex + 1).padStart(3, "0")}]
145147
</span>
146-
<span className="rounded bg-primary/10 px-1 text-muted-foreground text-xs">
147-
COL_1
148-
</span>
149148
</div>
150149
</div>
151150
<div className="p-0">
@@ -156,7 +155,6 @@ export default function Testimonials() {
156155
})}
157156
</motion.div>
158157

159-
{/* Column 2 */}
160158
<motion.div
161159
className="flex flex-1 flex-col gap-4"
162160
variants={columnVariants}
@@ -181,9 +179,6 @@ export default function Testimonials() {
181179
<span className="font-mono font-semibold text-xs">
182180
[TWEET_{String(globalIndex + 1).padStart(3, "0")}]
183181
</span>
184-
<span className="rounded bg-primary/10 px-1 text-muted-foreground text-xs">
185-
COL_2
186-
</span>
187182
</div>
188183
</div>
189184
<div className="p-0">
@@ -194,7 +189,6 @@ export default function Testimonials() {
194189
})}
195190
</motion.div>
196191

197-
{/* Column 3 */}
198192
<motion.div
199193
className="flex flex-1 flex-col gap-4"
200194
variants={columnVariants}
@@ -219,9 +213,6 @@ export default function Testimonials() {
219213
<span className="font-mono font-semibold text-xs">
220214
[TWEET_{String(globalIndex + 1).padStart(3, "0")}]
221215
</span>
222-
<span className="rounded bg-primary/10 px-1 text-muted-foreground text-xs">
223-
COL_3
224-
</span>
225216
</div>
226217
</div>
227218
<div className="p-0">

biome.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"template",
1616
"templates",
1717
".turbo",
18-
"package.json"
18+
"package.json",
19+
"analytics-data.json"
1920
]
2021
},
2122
"formatter": {

0 commit comments

Comments
 (0)