From a09fa137fdb6a0d76ee75e5311551e1a3efe8955 Mon Sep 17 00:00:00 2001 From: thatscrazzyy Date: Fri, 21 Jun 2024 10:26:37 -0500 Subject: [PATCH] next version change --- package-lock.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index c436a7b..2ff68a1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "eslint-config-next": "13.0.3", "framer-motion": "^7.6.7", - "next": "^13.0.3", + "next": ">=14.1.1", "react": "^18.2.0", "react-dom": "^18.2.0" },