diff --git a/next.config.ts b/next.config.ts index 9e3686f..42232c9 100644 --- a/next.config.ts +++ b/next.config.ts @@ -1,15 +1,13 @@ -import type { NextConfig } from "next"; - -const nextConfig: NextConfig = { +/** @type {import('next').NextConfig} */ +const nextConfig = { images: { domains: ["mikulnews.com", "dev.mikulnews.com"], }, eslint: { ignoreDuringBuilds: true, }, - // Add experimental features for better chunk handling experimental: { - optimizePackageImports: ['@ckeditor/ckeditor5-react', 'react-apexcharts'], + optimizePackageImports: ["@ckeditor/ckeditor5-react", "react-apexcharts"], }, }; diff --git a/package-lock.json b/package-lock.json index 5e9ed6a..d8e1605 100644 --- a/package-lock.json +++ b/package-lock.json @@ -38,8 +38,8 @@ "js-cookie": "^3.0.5", "lightningcss": "^1.30.1", "lucide-react": "^0.525.0", - "next": "15.3.4", - "react": "^19.0.0", + "next": "^15.3.4", + "react": "^19.2.3", "react-apexcharts": "^1.7.0", "react-datepicker": "^8.4.0", "react-day-picker": "^9.7.0", @@ -14785,6 +14785,7 @@ "version": "15.3.4", "resolved": "https://registry.npmjs.org/next/-/next-15.3.4.tgz", "integrity": "sha512-mHKd50C+mCjam/gcnwqL1T1vPx/XQNFlXqFIVdgQdVAFY9iIQtY0IfaVflEYzKiqjeA7B0cYYMaCrmAYFjs4rA==", + "deprecated": "This version has a security vulnerability. Please upgrade to a patched version. See https://nextjs.org/blog/CVE-2025-66478 for more details.", "dependencies": { "@next/env": "15.3.4", "@swc/counter": "0.1.3", @@ -15216,9 +15217,9 @@ ] }, "node_modules/react": { - "version": "19.1.1", - "resolved": "https://registry.npmjs.org/react/-/react-19.1.1.tgz", - "integrity": "sha512-w8nqGImo45dmMIfljjMwOGtbmC/mk4CMYhWIicdSflH91J9TyCyczcPFXJzrZ/ZXcgGRFeP6BU0BEJTw6tZdfQ==", + "version": "19.2.3", + "resolved": "https://registry.npmjs.org/react/-/react-19.2.3.tgz", + "integrity": "sha512-Ku/hhYbVjOQnXDZFv2+RibmLFGwFdeeKHFcOTlrt7xplBnya5OGn/hIRDsqDiSUcfORsDC7MPxwork8jBwsIWA==", "engines": { "node": ">=0.10.0" } diff --git a/package.json b/package.json index eba8d27..313e7e0 100644 --- a/package.json +++ b/package.json @@ -39,8 +39,8 @@ "js-cookie": "^3.0.5", "lightningcss": "^1.30.1", "lucide-react": "^0.525.0", - "next": "15.3.4", - "react": "^19.0.0", + "next": "^15.3.4", + "react": "^19.2.3", "react-apexcharts": "^1.7.0", "react-datepicker": "^8.4.0", "react-day-picker": "^9.7.0",