mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
update deps and testimonials
This commit is contained in:
@@ -66,9 +66,9 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/fs-extra": "^11.0.4",
|
||||
"@types/node": "^22.15.23",
|
||||
"@types/node": "^24.0.0",
|
||||
"@types/yargs": "^17.0.33",
|
||||
"tsdown": "^0.12.4",
|
||||
"tsdown": "^0.12.7",
|
||||
"typescript": "^5.8.3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -20,11 +20,11 @@
|
||||
"class-variance-authority": "^0.7.1",
|
||||
"clsx": "^2.1.1",
|
||||
"date-fns": "^4.1.0",
|
||||
"fumadocs-core": "15.4.2",
|
||||
"fumadocs-mdx": "11.6.6",
|
||||
"fumadocs-ui": "15.4.2",
|
||||
"lucide-react": "^0.511.0",
|
||||
"motion": "^12.15.0",
|
||||
"fumadocs-core": "15.5.1",
|
||||
"fumadocs-mdx": "11.6.7",
|
||||
"fumadocs-ui": "15.5.1",
|
||||
"lucide-react": "^0.513.0",
|
||||
"motion": "^12.16.0",
|
||||
"next": "15.3.3",
|
||||
"next-themes": "^0.4.6",
|
||||
"nuqs": "^2.4.3",
|
||||
@@ -33,21 +33,21 @@
|
||||
"react-dom": "^19.1.0",
|
||||
"react-tweet": "^3.2.2",
|
||||
"recharts": "^2.15.3",
|
||||
"sonner": "^2.0.3",
|
||||
"sonner": "^2.0.5",
|
||||
"tailwind-merge": "^3.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/papaparse": "^5.3.16",
|
||||
"@tailwindcss/postcss": "^4.1.8",
|
||||
"@types/mdx": "^2.0.13",
|
||||
"@types/node": "22.15.28",
|
||||
"@types/react": "^19.1.6",
|
||||
"@types/react-dom": "^19.1.5",
|
||||
"eslint": "^9.27.0",
|
||||
"@types/node": "24.0.0",
|
||||
"@types/react": "^19.1.7",
|
||||
"@types/react-dom": "^19.1.6",
|
||||
"eslint": "^9.28.0",
|
||||
"eslint-config-next": "15.3.3",
|
||||
"postcss": "^8.5.4",
|
||||
"tailwindcss": "^4.1.8",
|
||||
"tw-animate-css": "^1.3.2",
|
||||
"tw-animate-css": "^1.3.4",
|
||||
"typescript": "^5.8.3"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -12,6 +12,7 @@ const TWEET_IDS = [
|
||||
"1930511724702285885",
|
||||
"1912836377365905496",
|
||||
"1907817662215757853",
|
||||
"1931709370003583004",
|
||||
"1929147326955704662",
|
||||
"1904228496144269699",
|
||||
"1930257410259616057",
|
||||
@@ -26,9 +27,11 @@ const TWEET_IDS = [
|
||||
"1904241046898556970",
|
||||
"1913834145471672652",
|
||||
"1930514202260635807",
|
||||
"1931589579749892480",
|
||||
"1904144343125860404",
|
||||
"1917610656477348229",
|
||||
"1904215768272654825",
|
||||
"1931830211013718312",
|
||||
"1913833079342522779",
|
||||
"1930449311848087708",
|
||||
"1907723601731530820",
|
||||
@@ -118,7 +121,6 @@ export default function Testimonials() {
|
||||
initial="hidden"
|
||||
animate="visible"
|
||||
>
|
||||
{/* Column 1 */}
|
||||
<motion.div
|
||||
className="flex flex-1 flex-col gap-4"
|
||||
variants={columnVariants}
|
||||
@@ -143,9 +145,6 @@ export default function Testimonials() {
|
||||
<span className="font-mono font-semibold text-xs">
|
||||
[TWEET_{String(globalIndex + 1).padStart(3, "0")}]
|
||||
</span>
|
||||
<span className="rounded bg-primary/10 px-1 text-muted-foreground text-xs">
|
||||
COL_1
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<div className="p-0">
|
||||
@@ -156,7 +155,6 @@ export default function Testimonials() {
|
||||
})}
|
||||
</motion.div>
|
||||
|
||||
{/* Column 2 */}
|
||||
<motion.div
|
||||
className="flex flex-1 flex-col gap-4"
|
||||
variants={columnVariants}
|
||||
@@ -181,9 +179,6 @@ export default function Testimonials() {
|
||||
<span className="font-mono font-semibold text-xs">
|
||||
[TWEET_{String(globalIndex + 1).padStart(3, "0")}]
|
||||
</span>
|
||||
<span className="rounded bg-primary/10 px-1 text-muted-foreground text-xs">
|
||||
COL_2
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<div className="p-0">
|
||||
@@ -194,7 +189,6 @@ export default function Testimonials() {
|
||||
})}
|
||||
</motion.div>
|
||||
|
||||
{/* Column 3 */}
|
||||
<motion.div
|
||||
className="flex flex-1 flex-col gap-4"
|
||||
variants={columnVariants}
|
||||
@@ -219,9 +213,6 @@ export default function Testimonials() {
|
||||
<span className="font-mono font-semibold text-xs">
|
||||
[TWEET_{String(globalIndex + 1).padStart(3, "0")}]
|
||||
</span>
|
||||
<span className="rounded bg-primary/10 px-1 text-muted-foreground text-xs">
|
||||
COL_3
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<div className="p-0">
|
||||
|
||||
Reference in New Issue
Block a user