From 6b5eb37447e43b8fa9e4896bc1c90835182d421f Mon Sep 17 00:00:00 2001 From: Eguo Wang Date: Sun, 23 Aug 2026 20:29:44 +0800 Subject: [PATCH 1/2] chore(deps): upgrade nextjs to 16.3.2 --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 5cfd5da..858d64e 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "lint": "eslint ." }, "dependencies": { - "@next/third-parties": "16.3.0", + "@next/third-parties": "16.3.2", "@radix-ui/react-avatar": "^1.1.10", "@radix-ui/react-collapsible": "^1.1.11", "@radix-ui/react-dialog": "^1.1.14", @@ -28,7 +28,7 @@ "clsx": "^2.1.1", "lightningcss": "^1.30.1", "lucide-react": "^1.7.0", - "next": "16.3.0", + "next": "16.3.2", "next-themes": "^0.4.6", "pg": "^8.16.2", "react": "19.2.8", @@ -45,7 +45,7 @@ }, "devDependencies": { "@eslint/eslintrc": "^3.3.3", - "@next/eslint-plugin-next": "16.3.0", + "@next/eslint-plugin-next": "16.3.2", "@tailwindcss/postcss": "^4", "@tailwindcss/typography": "^0.5.16", "@types/node": "^26", @@ -54,7 +54,7 @@ "@types/react-dom": "19.2.4", "@types/react-syntax-highlighter": "^15.5.13", "eslint": "^9.39.4", - "eslint-config-next": "16.3.0", + "eslint-config-next": "16.3.2", "eslint-plugin-react": "^7.37.5", "eslint-plugin-react-hooks": "^7.0.1", "tailwindcss": "^4", From 058e675f3adb21b2a909559a5d72c6448ed6c8ce Mon Sep 17 00:00:00 2001 From: Eguo Wang Date: Sun, 23 Aug 2026 20:29:47 +0800 Subject: [PATCH 2/2] chore: bump version to 1.4.13 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 858d64e..7237239 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "stackclass-frontend", - "version": "1.4.12", + "version": "1.4.13", "private": true, "scripts": { "dev": "next dev",