From 2acb13170458af5196ac1ab4b43ccaf3751d8932 Mon Sep 17 00:00:00 2001 From: Rajas Paranjpe <52586855+ChocolateLoverRaj@users.noreply.github.com> Date: Wed, 3 Aug 2022 10:06:22 -0700 Subject: [PATCH] Add React 18 to peer deps --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 95cb0be..eebf196 100644 --- a/package.json +++ b/package.json @@ -31,8 +31,8 @@ }, "homepage": "https://swiftcarrot.dev/react-input-number", "peerDependencies": { - "react": "^16.8.4", - "react-dom": "^16.8.4" + "react": "^16.8.4 || ^18.2.0", + "react-dom": "^16.8.4 || ^18.2.0" }, "dependencies": { "@babel/runtime": "^7.5.5",