mirror of
https://github.com/tenrok/OverlayScrollbars.git
synced 2026-06-23 04:30:36 +03:00
Update peer dependencies for react
This commit is contained in:
@@ -39,7 +39,7 @@
|
|||||||
"typescript": "^3.8.3"
|
"typescript": "^3.8.3"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
"react": "^16.4.0",
|
"react": "^16.4.0 || ^17.0.0",
|
||||||
"overlayscrollbars": "^1.10.0"
|
"overlayscrollbars": "^1.10.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
@@ -49,4 +49,4 @@
|
|||||||
"build-example": "cd example && npm run build",
|
"build-example": "cd example && npm run build",
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user