Comparing version 1.1.0 to 1.1.1
# `addhoc` | ||
## 1.1.1 | ||
- [dist] Update dependencies | ||
## 1.1.0 | ||
@@ -4,0 +8,0 @@ |
{ | ||
"name": "addhoc", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Handy little helper to create proper HOC functions complete with hoisted statics and forwarded refs", | ||
@@ -34,13 +34,13 @@ "main": "./lib/index", | ||
"devDependencies": { | ||
"@babel/cli": "^7.2.3", | ||
"@babel/core": "^7.4.0", | ||
"@babel/preset-env": "^7.4.2", | ||
"@babel/cli": "^7.4.4", | ||
"@babel/core": "^7.4.5", | ||
"@babel/preset-env": "^7.4.5", | ||
"@babel/preset-react": "^7.0.0", | ||
"@babel/register": "^7.4.0", | ||
"assume": "^2.1.0", | ||
"babel-eslint": "^10.0.1", | ||
"codecov": "^3.2.0", | ||
"enzyme": "^3.8.0", | ||
"enzyme-adapter-react-16": "^1.9.1", | ||
"eslint": "^5.13.0", | ||
"@babel/register": "^7.4.4", | ||
"assume": "^2.2.0", | ||
"babel-eslint": "^10.0.2", | ||
"codecov": "^3.5.0", | ||
"enzyme": "^3.10.0", | ||
"enzyme-adapter-react-16": "^1.14.0", | ||
"eslint": "^5.16.0", | ||
"eslint-config-godaddy-react": "^5.0.0", | ||
@@ -50,9 +50,9 @@ "eslint-plugin-json": "^1.4.0", | ||
"eslint-plugin-mocha": "^5.3.0", | ||
"eslint-plugin-react": "^7.12.4", | ||
"jsdom": "^15.0.0", | ||
"mocha": "^6.0.2", | ||
"nyc": "^14.0.0", | ||
"eslint-plugin-react": "^7.13.0", | ||
"jsdom": "^15.1.1", | ||
"mocha": "^6.1.4", | ||
"nyc": "^14.1.1", | ||
"prop-types": "^15.7.2", | ||
"react": "^16.8.1", | ||
"react-dom": "^16.8.1", | ||
"react": "^16.8.6", | ||
"react-dom": "^16.8.6", | ||
"setup-env": "^1.2.2" | ||
@@ -59,0 +59,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
23245