@vx/boxplot
Advanced tools
Comparing version 0.0.153 to 0.0.161
{ | ||
"name": "@vx/boxplot", | ||
"version": "0.0.153", | ||
"version": "0.0.161", | ||
"description": "vx box plot", | ||
@@ -30,3 +30,3 @@ "sideEffects": false, | ||
"dependencies": { | ||
"@vx/group": "0.0.153", | ||
"@vx/group": "0.0.161", | ||
"classnames": "^2.2.5" | ||
@@ -33,0 +33,0 @@ }, |
@@ -117,3 +117,3 @@ import React from 'react'; | ||
/> | ||
{container && | ||
{container && ( | ||
<rect | ||
@@ -135,5 +135,6 @@ x={left} | ||
})} | ||
/>} | ||
/> | ||
)} | ||
</Group> | ||
); | ||
} |
import Enzyme from 'enzyme'; | ||
import Adapter from 'enzyme-adapter-react-16'; | ||
Enzyme.configure({ adapter: new Adapter() }); | ||
Enzyme.configure({ adapter: new Adapter() }); |
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
14223
337
+ Added@vx/group@0.0.161(transitive)
- Removed@vx/group@0.0.153(transitive)
Updated@vx/group@0.0.161