From fa45832cde7f8168571012be2640a18b6c7767aa Mon Sep 17 00:00:00 2001 From: NunoSempere Date: Wed, 8 Dec 2021 17:07:40 +0100 Subject: [PATCH] fix: Move next verstion to 'latest' --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 40ac75f..970b078 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "dependencies": { "axios": "^0.21.4", "d3": "^6.7.0", - "next": "^12.0.6", + "next": "latest", "path": "^0.12.7", "react": "^17.0.1", "react-compound-slider": "^3.3.1",