Skip to content

Commit 97013b2

Browse files
committed
build(deps): bump dependencies and enable TypeScript CLI
Signed-off-by: Rodney Osodo <socials@rodneyosodo.com>
1 parent b78fdd7 commit 97013b2

3 files changed

Lines changed: 1636 additions & 958 deletions

File tree

next.config.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ const config = {
1717
env: {
1818
NEXT_PUBLIC_BASE_PATH: BASE_PATH,
1919
},
20+
experimental: {
21+
useTypeScriptCli: true,
22+
},
2023
};
2124

2225
export default withMDX(config);

package.json

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -16,38 +16,38 @@
1616
"optimize:images": "f() { webp=\"${1%.*}.webp\"; magick \"$1\" -resize 1200x1200\\> -quality 82 \"$webp\" && rm \"$1\" && echo \"Converted $1 → $webp (original removed)\"; }; f"
1717
},
1818
"dependencies": {
19-
"@orama/orama": "^3.1.18",
20-
"@radix-ui/react-popover": "^1.1.17",
21-
"@radix-ui/react-slot": "^1.3.0",
22-
"class-variance-authority": "^0.7.1",
23-
"clsx": "^2.1.1",
24-
"fumadocs-core": "16.10.7",
25-
"fumadocs-mdx": "15.0.13",
26-
"fumadocs-openapi": "11.0.6",
27-
"fumadocs-ui": "16.10.7",
28-
"lucide-react": "^1.22.0",
29-
"next": "16.2.9",
30-
"react": "^19.2.7",
31-
"react-dom": "^19.2.7",
32-
"shiki": "^4.3.0",
33-
"tailwind-merge": "^3.6.0",
34-
"zod": "^4.4.3"
19+
"@orama/orama": "3.1.18",
20+
"@radix-ui/react-popover": "1.1.23",
21+
"@radix-ui/react-slot": "1.3.3",
22+
"class-variance-authority": "0.7.1",
23+
"clsx": "2.1.1",
24+
"fumadocs-core": "16.13.0",
25+
"fumadocs-mdx": "15.2.0",
26+
"fumadocs-openapi": "11.2.2",
27+
"fumadocs-ui": "16.13.0",
28+
"lucide-react": "^1.27.0",
29+
"next": "16.2.12",
30+
"react": "19.2.8",
31+
"react-dom": "19.2.8",
32+
"shiki": "4.3.1",
33+
"tailwind-merge": "3.6.0",
34+
"zod": "4.4.3"
3535
},
3636
"devDependencies": {
37-
"@biomejs/biome": "2.5.1",
38-
"@tailwindcss/postcss": "^4.3.2",
39-
"@types/mdx": "^2.0.14",
40-
"@types/node": "^26.0.1",
41-
"@types/react": "^19.2.17",
42-
"@types/react-dom": "^19.2.3",
43-
"json-schema-typed": "^8.0.2",
44-
"openapi-types": "^12.1.3",
45-
"postcss": "^8.5.16",
46-
"serve": "^14.2.6",
47-
"tailwindcss": "^4.3.2",
48-
"tw-animate-css": "^1.4.0",
49-
"typescript": "^6.0.3",
50-
"wrangler": "^4.105.0"
37+
"@biomejs/biome": "2.5.6",
38+
"@tailwindcss/postcss": "4.3.3",
39+
"@types/mdx": "2.0.14",
40+
"@types/node": "26.1.2",
41+
"@types/react": "19.2.17",
42+
"@types/react-dom": "19.2.3",
43+
"json-schema-typed": "8.0.2",
44+
"openapi-types": "12.1.3",
45+
"postcss": "8.5.24",
46+
"serve": "14.2.6",
47+
"tailwindcss": "4.3.3",
48+
"tw-animate-css": "1.4.0",
49+
"typescript": "7.0.2",
50+
"wrangler": "4.115.0"
5151
},
52-
"packageManager": "pnpm@11.9.0"
52+
"packageManager": "pnpm@11.18.0"
5353
}

0 commit comments

Comments
 (0)