From 830a1aba4f4bdcbc6c84c4149aaf389c2fe1c3ee Mon Sep 17 00:00:00 2001 From: aeither <36173828+aeither@users.noreply.github.com> Date: Thu, 29 Sep 2022 00:31:28 +0200 Subject: [PATCH] fix types issue with next --- frontend/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/package.json b/frontend/package.json index f2ab6b3..9393d01 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -15,7 +15,7 @@ "@solana/wallet-adapter-wallets": "^0.17.0", "@solana/web3.js": "^1.50.1", "clsx": "^1.2.1", - "next": "12.1.0", + "next": "^12.3.1", "react": "17.0.2", "react-dom": "17.0.2" },