diff --git a/package.json b/package.json index 5cfd5da..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", @@ -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",