From 3eeb0bde9c1c541224cccb39798db272a838715b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Brand=C3=A9ho?= Date: Wed, 25 Sep 2024 18:56:15 +0200 Subject: [PATCH] bump nextjs version (#3992) --- reflex/constants/installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reflex/constants/installer.py b/reflex/constants/installer.py index 6f31b08f1..e01e5ae69 100644 --- a/reflex/constants/installer.py +++ b/reflex/constants/installer.py @@ -115,7 +115,7 @@ class PackageJson(SimpleNamespace): "@emotion/react": "11.11.1", "axios": "1.6.0", "json5": "2.2.3", - "next": "14.0.1", + "next": "14.2.13", "next-sitemap": "4.1.8", "next-themes": "0.2.1", "react": "18.2.0",