From c5ca1618ed8b599b8cc9656cc794a77998dc4555 Mon Sep 17 00:00:00 2001 From: veganbeef Date: Tue, 9 Sep 2025 23:36:13 -0700 Subject: [PATCH] bump @neynar/react version --- bin/init.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/init.js b/bin/init.js index 45451e8..9c204d5 100644 --- a/bin/init.js +++ b/bin/init.js @@ -515,7 +515,7 @@ export async function init( '@farcaster/miniapp-wagmi-connector': '^1.0.0', '@farcaster/mini-app-solana': '>=0.0.17 <1.0.0', '@farcaster/quick-auth': '>=0.0.7 <1.0.0', - '@neynar/react': '^1.2.12', + '@neynar/react': '^1.2.13', '@radix-ui/react-label': '^2.1.1', '@solana/wallet-adapter-react': '^0.15.38', '@tanstack/react-query': '^5.61.0', diff --git a/package.json b/package.json index e4cd6d2..7181124 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@neynar/create-farcaster-mini-app", - "version": "1.8.12", + "version": "1.8.13", "type": "module", "private": false, "access": "public",