From 611a3616729c270f83d326139529b5cd96f1f46f Mon Sep 17 00:00:00 2001 From: Van Pham <64197333+Van-QA@users.noreply.github.com> Date: Mon, 27 May 2024 13:15:01 +0700 Subject: [PATCH] Update package.json to use next@14.2.3 (#2949) --- web/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/package.json b/web/package.json index a654e3a5c..7c2e58e8c 100644 --- a/web/package.json +++ b/web/package.json @@ -29,7 +29,7 @@ "marked": "^9.1.2", "marked-highlight": "^2.0.6", "marked-katex-extension": "^5.0.1", - "next": "14.0.1", + "next": "14.2.3", "next-themes": "^0.2.1", "postcss": "8.4.31", "posthog-js": "^1.95.1",