From 0430a0a656f324ed8019409bb47ad76dd7e61f5a Mon Sep 17 00:00:00 2001 From: Dorian Niemiec Date: Tue, 5 Nov 2024 18:17:08 +0100 Subject: [PATCH] chore: make the Next.js version upgradeable --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4f5a403..91dfabf 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,7 @@ "cz": "cz" }, "dependencies": { - "next": "15.0.2", + "next": "^15.0.2", "react": "^18.3.1", "react-dom": "^18.3.1" },