From 65f90f56acf513592dd7d909429061aba4dac040 Mon Sep 17 00:00:00 2001 From: Joel Date: Fri, 19 Apr 2024 09:05:39 +0800 Subject: [PATCH] chore: update nextjs version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e86ac79..0e7f0da 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "js-cookie": "^3.0.1", "katex": "^0.16.7", "negotiator": "^0.6.3", - "next": "13.4.0", + "next": "^14.0.4", "react": "18.2.0", "react-dom": "18.2.0", "react-error-boundary": "^4.0.2",