diff --git a/typescript/.changeset/mighty-pears-pull.md b/typescript/.changeset/mighty-pears-pull.md new file mode 100644 index 000000000..57c3203ca --- /dev/null +++ b/typescript/.changeset/mighty-pears-pull.md @@ -0,0 +1,5 @@ +--- +"create-onchain-agent": patch +--- + +Patched next version diff --git a/typescript/create-onchain-agent/templates/next/package.json b/typescript/create-onchain-agent/templates/next/package.json index e07d5766e..17c4e3121 100644 --- a/typescript/create-onchain-agent/templates/next/package.json +++ b/typescript/create-onchain-agent/templates/next/package.json @@ -20,9 +20,9 @@ "@tanstack/react-query": "^5", "ai": "^4.1.54", "bs58": "^6.0.0", - "next": "^16.0.8", - "react": "^19.2.1", - "react-dom": "^19.2.1", + "next": "^16.0.10", + "react": "^19.2.3", + "react-dom": "^19.2.3", "react-markdown": "^10.0.0", "viem": "^2.24.1", "wagmi": "^2.11.0"