Skip to content

Commit

Permalink
Merge pull request #371 from addisonElliott/patch-1
Browse files Browse the repository at this point in the history
Support React 17 with peer dependencies
  • Loading branch information
KingSora authored Jun 30, 2021
2 parents 7348e19 + ed8e0f2 commit 2738288
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/overlayscrollbars-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"typescript": "^3.8.3"
},
"peerDependencies": {
"react": "^16.4.0",
"react": "^16.4.0 || ^17.0.0",
"overlayscrollbars": "^1.10.0"
},
"scripts": {
Expand All @@ -49,4 +49,4 @@
"build-example": "cd example && npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
}
}
}

0 comments on commit 2738288

Please sign in to comment.