Skip to content

Commit addd5dc

Browse files
committed
chore: upgrade dependencies
1 parent 93794ec commit addd5dc

File tree

3 files changed

+557
-560
lines changed

3 files changed

+557
-560
lines changed

app/layout.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ export const metadata: Metadata = {
2323
description: "管理資料庫練功坊的題目、使用者、做題記錄等。",
2424
};
2525

26-
export const experimental_ppr = true;
27-
2826
export default async function RootLayout({
2927
children,
3028
}: Readonly<{

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@
4040
"dayjs": "^1.11.18",
4141
"foxact": "^0.2.49",
4242
"graphql": "^16.11.0",
43-
"lucide-react": "^0.545.0",
44-
"next": "16.0.0-canary.6",
43+
"lucide-react": "^0.546.0",
44+
"next": "16.0.0-canary.13",
4545
"next-themes": "^0.4.6",
46-
"react": "19.3.0-canary-1873ad79-20251015",
47-
"react-dom": "19.3.0-canary-1873ad79-20251015",
46+
"react": "19.3.0-canary-1324e1bb-20251016",
47+
"react-dom": "19.3.0-canary-1324e1bb-20251016",
4848
"react-hook-form": "^7.65.0",
4949
"react-remark": "^2.1.0",
5050
"remark": "^15.0.1",
@@ -61,13 +61,13 @@
6161
"@graphql-typed-document-node/core": "^3.2.0",
6262
"@parcel/watcher": "^2.5.1",
6363
"@tailwindcss/postcss": "^4.1.14",
64-
"@types/node": "^24.7.2",
64+
"@types/node": "^24.8.1",
6565
"@types/react": "^19.2.2",
6666
"@types/react-dom": "^19.2.2",
6767
"@typescript-eslint/parser": "^8.46.1",
6868
"dprint": "^0.50.2",
69-
"eslint": "^9.37.0",
70-
"eslint-config-next": "16.0.0-canary.6",
69+
"eslint": "^9.38.0",
70+
"eslint-config-next": "16.0.0-canary.13",
7171
"eslint-plugin-better-tailwindcss": "^3.7.10",
7272
"tailwindcss": "^4.1.14",
7373
"tw-animate-css": "^1.4.0",

0 commit comments

Comments
 (0)