@atlaskit/analytics
Advanced tools
Comparing version 2.3.5 to 2.4.0
# @atlaskit/analytics | ||
## 2.4.0 | ||
- [minor] Add React 16 support. [12ea6e4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/12ea6e4) | ||
## 2.3.5 | ||
@@ -4,0 +7,0 @@ - [patch] Added type fields to analytics package.json [286cfc4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/286cfc4) |
{ | ||
"name": "@atlaskit/analytics", | ||
"version": "2.3.4" | ||
"version": "2.3.5" | ||
} |
{ | ||
"name": "@atlaskit/analytics", | ||
"version": "2.3.5", | ||
"version": "2.4.0", | ||
"description": "The AtlasKit Component Analytics Framework", | ||
@@ -27,11 +27,11 @@ "license": "Apache-2.0", | ||
"peerDependencies": { | ||
"react": "^15.6.1" | ||
"react": "15.6.0 - 16.2.0" | ||
}, | ||
"devDependencies": { | ||
"@atlaskit/docs": "^2.0.0", | ||
"@atlaskit/theme": "^2.0.0", | ||
"enzyme": "^2.9.1", | ||
"@atlaskit/docs": "^2.4.0", | ||
"@atlaskit/theme": "^2.3.0", | ||
"enzyme": "^3.3.0", | ||
"react-redux": "^5.0.0", | ||
"redux": "^3.7.2" | ||
} | ||
} | ||
} |
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
44914