From 3062d6af5123c1cfb32d6d79be384d8d80ad791d Mon Sep 17 00:00:00 2001 From: Bryan Date: Tue, 10 Dec 2024 13:20:42 -0600 Subject: [PATCH] bump deps 0.9.18 (#183) --- package.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index 0fc7ce9..ede004b 100644 --- a/package.json +++ b/package.json @@ -10,16 +10,16 @@ }, "dependencies": { "@coral-xyz/anchor": "^0.29.0", - "@helium/account-fetch-cache": "^0.9.13", - "@helium/account-fetch-cache-hooks": "^0.9.13", - "@helium/helium-react-hooks": "^0.9.13", + "@helium/account-fetch-cache": "^0.9.18", + "@helium/account-fetch-cache-hooks": "^0.9.18", + "@helium/helium-react-hooks": "^0.9.18", "@helium/modular-governance-hooks": "^0.0.13", "@helium/modular-governance-idls": "^0.0.13", "@helium/organization-sdk": "^0.0.13", - "@helium/spl-utils": "^0.9.13", + "@helium/spl-utils": "^0.9.18", "@helium/state-controller-sdk": "^0.0.13", - "@helium/voter-stake-registry-hooks": "^0.9.13", - "@helium/voter-stake-registry-sdk": "^0.9.13", + "@helium/voter-stake-registry-hooks": "^0.9.18", + "@helium/voter-stake-registry-sdk": "^0.9.18", "@hookform/resolvers": "^3.3.4", "@metaplex-foundation/mpl-token-metadata": "2.10.0", "@project-serum/anchor": "^0.26.0", @@ -73,15 +73,15 @@ "resolutions": { "@tanstack/react-query": "5.45.1", "@solana/web3.js": "^1.90.0", - "@helium/account-fetch-cache": "^0.9.13", - "@helium/account-fetch-cache-hooks": "^0.9.13", - "@helium/helium-react-hooks": "^0.9.13", - "@helium/voter-stake-registry-hooks": "^0.9.13", + "@helium/account-fetch-cache": "^0.9.18", + "@helium/account-fetch-cache-hooks": "^0.9.18", + "@helium/helium-react-hooks": "^0.9.18", + "@helium/voter-stake-registry-hooks": "^0.9.18", "@helium/modular-governance-idls": "^0.0.13", - "@helium/spl-utils": "^0.9.13", + "@helium/spl-utils": "^0.9.18", "@helium/modular-governance-hooks": "^0.0.13", "@solana/wallet-adapter-react": "^0.15.35", - "@helium/voter-stake-registry-sdk": "^0.9.13" + "@helium/voter-stake-registry-sdk": "^0.9.18" }, "devDependencies": { "@tailwindcss/typography": "^0.5.10",