react-scrollbar-size
Advanced tools
Comparing version 3.0.1 to 3.1.0
## HEAD | ||
## 3.1.0 | ||
###### _2020_11_07_ | ||
- Update dependency ranges to support react `^17.0.1` ([#140](https://github.com/STORIS/react-scrollbar-size/pull/140) by [@shawnmcknight](https://github.com/shawnmcknight)) | ||
## 3.0.1 | ||
@@ -4,0 +8,0 @@ ###### _2020-07-25_ |
{ | ||
"name": "react-scrollbar-size", | ||
"version": "3.0.1", | ||
"version": "3.1.0", | ||
"description": "React component to calculate the size of browser scrollbars", | ||
@@ -21,5 +21,5 @@ "main": "index.js", | ||
"peerDependencies": { | ||
"react": "^16.8.0" | ||
"react": "^16.8.0 || ^17.0.1" | ||
}, | ||
"dependencies": {} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
16257