Skip to content

Commit

Permalink
fix: fix "recharts@… doesn't provide prop-types, requested by react-s…
Browse files Browse the repository at this point in the history
…mooth" warning (#2895)

Fixes #2627
  • Loading branch information
wojtekmaj committed Jul 26, 2022
1 parent 4ac9a2d commit 975b043
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Expand Up @@ -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"
},
Expand Down

0 comments on commit 975b043

Please sign in to comment.