Update peer dependencies for react

This commit is contained in:
Addison Elliott
2021-06-29 06:56:10 -05:00
committed by GitHub
parent 7348e193ca
commit ed8e0f204d
@@ -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": {
@@ -49,4 +49,4 @@
"build-example": "cd example && npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
}
}
}