Skip to content

Commit

Permalink
fix react peer version
Browse files Browse the repository at this point in the history
  • Loading branch information
sagiv.bengiat committed Mar 29, 2021
1 parent dd12140 commit 9769fcc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-elastic-carousel",
"version": "0.11.3",
"version": "0.11.4",
"description": "A flexible and responsive carousel component for react",
"author": "sag1v (Sagiv Ben Giat)",
"license": "MIT",
Expand Down Expand Up @@ -40,8 +40,8 @@
},
"peerDependencies": {
"prop-types": "^15.5.4",
"react": "^15.0.0 || ^17.0.0",
"react-dom": "^15.0.0 || ^17.0.0",
"react": "15 - 17",
"react-dom": "15 - 17",
"styled-components": "^5.1.0"
},
"devDependencies": {
Expand Down

0 comments on commit 9769fcc

Please sign in to comment.