- Upgraded Next.js to version 16.0.1 and React to version 19.2.0. - Updated various packages including @supabase/supabase-js to 2.78.0, lucide-react to 0.548.0, and react-i18next to 16.2.3. - Adjusted @types/node version to 24.9.2 and other related dependencies. - Refactored package.json files to use PNPM catalogs for better dependency management. - Updated ESLint configurations and related plugins to the latest versions.
UI - @kit/ui
This package is responsible for managing the UI components and styles across the app.
This package define two sets of components:
Shadcn UI: A set of UI components that can be used across the app using shadcn UIMakerkit-specific: Components specific to MakerKit
Installing a Shadcn UI component
Please refer to the documentation.