From 524e475946963223ba56a0cae77878d157fa2b06 Mon Sep 17 00:00:00 2001 From: Andrew Ewing Date: Fri, 27 May 2022 15:26:28 -0700 Subject: [PATCH] fix(solana): fix breaking change in @solana/web3.js (#3327) --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 21dae6a4ca..adfdad7974 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "@nuxtjs/style-resources": "^1.2.1", "@nuxtjs/toast": "^3.3.1", "@project-serum/anchor": "0.18.2", - "@solana/web3.js": "^1.35.1", + "@solana/web3.js": "1.43.1", "@tensorflow/tfjs": "^3.13.0", "@textile/hub": "^6.3.2", "@vueuse/head": "^0.7.5", @@ -212,7 +212,7 @@ ] }, "volta": { - "node": "16.14.0", + "node": "16.15.0", "yarn": "1.22.17" } }