Skip to content

Commit 716d39b

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

11 files changed

Lines changed: 249 additions & 259 deletions

File tree

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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";
2+
import { generate as DefaultImage } from "fumadocs-ui/og";
43
import { notFound } from "next/navigation";
4+
import { ImageResponse } from "next/og";
55

66
export const revalidate = false;
77

@@ -13,7 +13,6 @@ export async function GET(_req: Request, { params }: RouteContext<"/og/docs/[...
1313
return new ImageResponse(
1414
<DefaultImage description={page.data.description} site="ESLint React" title={page.data.title} />,
1515
{
16-
format: "webp",
1716
height: 630,
1817
width: 1200,
1918
},

apps/website/next.config.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ const config = {
1212
ignoreBuildErrors: true,
1313
},
1414
serverExternalPackages: [
15-
"@takumi-rs/core",
16-
"@takumi-rs/image-response",
1715
"twoslash",
1816
"typescript",
1917
],

apps/website/package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
"@local/samples": "workspace:*",
2323
"@mdx-js/mdx": "^3.1.1",
2424
"@tailwindcss/postcss": "^4.3.3",
25-
"@takumi-rs/image-response": "^1.8.7",
2625
"@theguild/remark-mermaid": "^0.3.0",
2726
"@tsconfig/next": "^2.0.6",
2827
"@tsconfig/node24": "^24.0.4",
@@ -41,18 +40,18 @@
4140
"eslint": "^10.8.0",
4241
"eslint-plugin-react-hooks": "^7.1.1",
4342
"eslint-plugin-react-refresh": "^0.5.3",
44-
"fumadocs-core": "^16.14.0",
43+
"fumadocs-core": "^16.14.1",
4544
"fumadocs-docgen": "^3.1.0",
4645
"fumadocs-mdx": "^15.2.2",
4746
"fumadocs-twoslash": "^3.3.0",
4847
"fumadocs-typescript": "^5.3.0",
49-
"fumadocs-ui": "^16.14.0",
48+
"fumadocs-ui": "^16.14.1",
5049
"import-integrity-lint": "^1.2.0",
5150
"importx": "^0.5.2",
52-
"lucide-react": "^1.28.0",
51+
"lucide-react": "^1.29.0",
5352
"next": "^16.3.0",
5453
"next-view-transitions": "^0.3.5",
55-
"postcss": "^8.5.25",
54+
"postcss": "^8.5.26",
5655
"react": "^19.2.8",
5756
"react-dom": "^19.2.8",
5857
"tailwind-merge": "^3.6.0",

examples/preact-compat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"eslint-plugin-react-refresh": "^0.5.3",
2525
"typescript": "6.0.3",
2626
"typescript-eslint": "^8.66.0",
27-
"vite": "^8.2.0"
27+
"vite": "^8.2.1"
2828
},
2929
"engines": {
3030
"node": ">=22.0.0"

examples/preact/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"eslint-plugin-react-refresh": "^0.5.3",
2525
"typescript": "6.0.3",
2626
"typescript-eslint": "^8.66.0",
27-
"vite": "^8.2.0"
27+
"vite": "^8.2.1"
2828
},
2929
"engines": {
3030
"node": ">=22.0.0"

examples/react-dom-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"eslint-plugin-react-hooks": "^7.1.1",
2424
"eslint-plugin-react-refresh": "^0.5.3",
2525
"globals": "^17.9.0",
26-
"vite": "^8.2.0"
26+
"vite": "^8.2.1"
2727
},
2828
"engines": {
2929
"node": ">=22.0.0"

examples/react-dom-with-custom-rules/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"jiti": "^2.7.0",
3333
"typescript": "6.0.3",
3434
"typescript-eslint": "^8.66.0",
35-
"vite": "^8.2.0"
35+
"vite": "^8.2.1"
3636
},
3737
"engines": {
3838
"node": ">=22.0.0"

examples/react-dom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"eslint-plugin-react-refresh": "^0.5.3",
2828
"typescript": "6.0.3",
2929
"typescript-eslint": "^8.66.0",
30-
"vite": "^8.2.0"
30+
"vite": "^8.2.1"
3131
},
3232
"engines": {
3333
"node": ">=22.0.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",

pnpm-lock.yaml

Lines changed: 235 additions & 241 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)