From a312b88b31dce33025ecb5218aa21de597c28a84 Mon Sep 17 00:00:00 2001 From: Andrew Chou Date: Mon, 16 Dec 2024 13:50:59 -0500 Subject: [PATCH] chore: update installation docs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 406c0d1..7c75d33 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,10 @@ React wrapper for working with [`@comapeo/core`](https://github.com/digidem/coma ## Installation -`@comapeo/schema`, `@comapeo/core`, and `@comapeo/ipc` are peer deps and must be installed alongside this package. You may want to pin these to specific versions depending on your needs. +`react`, `@tanstack/react-query`, `@comapeo/schema`, `@comapeo/core`, and `@comapeo/ipc` are peer deps and must be installed alongside this package. You may want to pin these to specific versions depending on your needs. ```sh -npm install @comapeo/core-react @comapeo/schema @comapeo/core @comapeo/ipc +npm install react @tanstack/react-query@5 @comapeo/core-react @comapeo/schema @comapeo/core @comapeo/ipc ``` ## API Documentation