@vx/bounds
Advanced tools
Comparing version 0.0.137 to 0.0.140
{ | ||
"name": "@vx/bounds", | ||
"version": "0.0.137", | ||
"version": "0.0.140", | ||
"description": "Utilities to make your life with bounding boxes better", | ||
@@ -37,6 +37,6 @@ "main": "build/index.js", | ||
"jest": "^20.0.3", | ||
"react": "^15.0.0 || 15.x", | ||
"react-dom": "^15.0.0 || 15.x", | ||
"react-addons-test-utils": "^15.4.2", | ||
"react": "^15.0.0-0 || ^16.0.0-0", | ||
"react-dom": "^15.0.0-0 || ^16.0.0-0", | ||
"react-fatigue-dev": "github:tj/react-fatigue-dev", | ||
"react-test-renderer": "^15.6.1", | ||
"react-tools": "^0.10.0", | ||
@@ -49,5 +49,5 @@ "regenerator-runtime": "^0.10.5" | ||
"peerDependencies": { | ||
"react": "^15.0.0 || 15.x", | ||
"react-dom": "^15.0.0 || 15.x" | ||
"react": "^15.0.0-0 || ^16.0.0-0", | ||
"react-dom": "^15.0.0-0 || ^16.0.0-0" | ||
} | ||
} |
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
7802