From 976555924bdaa3224b1011ba55af9b5eed28f972 Mon Sep 17 00:00:00 2001 From: Wojciech Maj Date: Wed, 6 Jul 2022 09:55:13 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20fix=20"recharts@=E2=80=A6=20doesn't=20pr?= =?UTF-8?q?ovide=20prop-types,=20requested=20by=20react-smooth"=20warning?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes #2627 --- package-lock.json | 1 + package.json | 1 + 2 files changed, 2 insertions(+) diff --git a/package-lock.json b/package-lock.json index 88326cf60b..9060354638 100644 --- a/package-lock.json +++ b/package-lock.json @@ -94,6 +94,7 @@ "node": ">=12" }, "peerDependencies": { + "prop-types": "^15.6.0", "react": "^16.0.0 || ^17.0.0 || ^18.0.0", "react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0" } diff --git a/package.json b/package.json index b2d551b968..fa5bc6c185 100644 --- a/package.json +++ b/package.json @@ -50,6 +50,7 @@ }, "homepage": "https://github.com/recharts/recharts", "peerDependencies": { + "prop-types": "^15.6.0", "react": "^16.0.0 || ^17.0.0 || ^18.0.0", "react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0" },