Comparing version 0.0.136 to 0.0.143
{ | ||
"name": "@vx/point", | ||
"version": "0.0.136", | ||
"version": "0.0.143", | ||
"description": "vx point", | ||
@@ -24,5 +24,11 @@ "main": "build/index.js", | ||
"devDependencies": { | ||
"babel-jest": "^20.0.3", | ||
"jest": "^20.0.3", | ||
"babel-jest": "^21.2.0", | ||
"enzyme": "^3.1.0", | ||
"enzyme-adapter-react-16": "^1.0.2", | ||
"jest": "^21.2.1", | ||
"raf": "^3.4.0", | ||
"react": "^16.0.0", | ||
"react-dom": "^16.0.0", | ||
"react-fatigue-dev": "github:tj/react-fatigue-dev", | ||
"react-test-renderer": "^16.0.0", | ||
"react-tools": "^0.10.0", | ||
@@ -33,3 +39,9 @@ "regenerator-runtime": "^0.10.5" | ||
"access": "public" | ||
}, | ||
"jest": { | ||
"setupFiles": [ | ||
"raf/polyfill", | ||
"<rootDir>/test/enzyme-setup.js" | ||
] | ||
} | ||
} |
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
3153
11