Skip to content

Commit 3f9ccf0

Browse files
committed
chore(deps): unpin next, update to 16.3.0 along with other deps
1 parent 8ca03d2 commit 3f9ccf0

5 files changed

Lines changed: 146 additions & 115 deletions

File tree

apps/website/app/og/docs/[...slug]/route.tsx

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
import { getPageImage, source } from "@/lib/source";
2-
import { ImageResponse } from "@takumi-rs/image-response";
3-
import { generate as DefaultImage } from "fumadocs-ui/og/takumi";
4-
import { notFound } from "next/navigation";
2+
// import { ImageResponse } from "@takumi-rs/image-response";
3+
// import { generate as DefaultImage } from "fumadocs-ui/og/takumi";
4+
// import { notFound } from "next/navigation";
55

66
export const revalidate = false;
77

8-
export async function GET(_req: Request, { params }: RouteContext<"/og/docs/[...slug]">) {
9-
const { slug } = await params;
10-
const page = source.getPage(slug.slice(0, -1));
11-
if (page == null) notFound();
8+
// export async function GET(_req: Request, { params }: RouteContext<"/og/docs/[...slug]">) {
9+
// const { slug } = await params;
10+
// const page = source.getPage(slug.slice(0, -1));
11+
// if (page == null) notFound();
1212

13-
return new ImageResponse(
14-
<DefaultImage description={page.data.description} site="ESLint React" title={page.data.title} />,
15-
{
16-
format: "webp",
17-
height: 630,
18-
width: 1200,
19-
},
20-
);
21-
}
13+
// return new ImageResponse(
14+
// <DefaultImage description={page.data.description} site="ESLint React" title={page.data.title} />,
15+
// {
16+
// format: "webp",
17+
// height: 630,
18+
// width: 1200,
19+
// },
20+
// );
21+
// }
2222

2323
export function generateStaticParams() {
2424
return source.getPages().map((page) => ({

apps/website/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,18 +41,18 @@
4141
"eslint": "^10.8.0",
4242
"eslint-plugin-react-hooks": "^7.1.1",
4343
"eslint-plugin-react-refresh": "^0.5.3",
44-
"fumadocs-core": "^16.14.0",
44+
"fumadocs-core": "^16.14.1",
4545
"fumadocs-docgen": "^3.1.0",
4646
"fumadocs-mdx": "^15.2.2",
4747
"fumadocs-twoslash": "^3.3.0",
4848
"fumadocs-typescript": "^5.3.0",
49-
"fumadocs-ui": "^16.14.0",
49+
"fumadocs-ui": "^16.14.1",
5050
"import-integrity-lint": "^1.2.0",
5151
"importx": "^0.5.2",
52-
"lucide-react": "^1.28.0",
52+
"lucide-react": "^1.29.0",
5353
"next": "^16.3.0",
5454
"next-view-transitions": "^0.3.5",
55-
"postcss": "^8.5.25",
55+
"postcss": "^8.5.26",
5656
"react": "^19.2.8",
5757
"react-dom": "^19.2.8",
5858
"tailwind-merge": "^3.6.0",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
"dprint": "^0.54.0",
8383
"effect": "^3.22.1",
8484
"eslint": "^10.8.0",
85-
"eslint-plugin-package-json": "^1.6.2",
85+
"eslint-plugin-package-json": "^1.6.3",
8686
"import-integrity-lint": "^1.2.0",
8787
"mdxlint": "^1.0.0",
8888
"nx": "^23.1.1",

0 commit comments

Comments
 (0)