mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-23 00:10:37 +03:00
Merge pull request #371 from addisonElliott/patch-1
Support React 17 with peer dependencies
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user