From a1031176a4718f3e8b7ac313ba9819aeb0af44f4 Mon Sep 17 00:00:00 2001 From: jackthepunished Date: Tue, 14 Apr 2026 14:08:48 +0300 Subject: [PATCH] docs: align frontend stack with web/package.json (Next 16, React 19) --- README.md | 2 +- docs/FEATURES.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4482f290f..c302c3990 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ npm run dev ``` ## Architecture -- **Frontend**: Next.js 14, Tailwind CSS, GSAP +- **Frontend**: Next.js 16, React 19, Tailwind CSS, GSAP - **Backend**: Go (Clean Architecture, Hexagonal) - **Database**: PostgreSQL (pgx) - **Infrastructure**: diff --git a/docs/FEATURES.md b/docs/FEATURES.md index aeacece01..55acb5750 100644 --- a/docs/FEATURES.md +++ b/docs/FEATURES.md @@ -319,7 +319,7 @@ This document provides a comprehensive overview of every feature currently imple ### 18. Console (Frontend) **What it is**: Visual dashboard. -**Tech Stack**: Next.js 14, Tailwind CSS, TypeScript. +**Tech Stack**: Next.js 16, React 19, Tailwind CSS, TypeScript. **Implementation**: - **SSR**: Server-Side Rendering for main dashboard views. - **Architecture**: Component-based modern React.