@atlaskit/layer-manager
Advanced tools
Comparing version 2.5.9 to 2.6.0
# @atlaskit/layer-manager | ||
## 2.6.0 | ||
- [minor] Add React 16 support. [12ea6e4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/12ea6e4) | ||
## 2.5.9 | ||
@@ -4,0 +7,0 @@ - [patch] Update layer manager enabled components to work with analytics [28077f5](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/28077f5) |
{ | ||
"name": "@atlaskit/layer-manager", | ||
"version": "2.5.8" | ||
"version": "2.5.9" | ||
} |
{ | ||
"name": "@atlaskit/layer-manager", | ||
"version": "2.5.9", | ||
"version": "2.6.0", | ||
"description": "A React Component for managing layers", | ||
@@ -26,13 +26,13 @@ "license": "Apache-2.0", | ||
"peerDependencies": { | ||
"react": "^15.6.1", | ||
"react-dom": "^15.6.1" | ||
"react": "15.6.0 - 16.2.0", | ||
"react-dom": "15.6.0 - 16.2.0" | ||
}, | ||
"devDependencies": { | ||
"@atlaskit/analytics": "^2.3.5", | ||
"@atlaskit/button": "^6.1.0", | ||
"@atlaskit/docs": "^2.0.0", | ||
"@atlaskit/icon": "^10.3.1", | ||
"@atlaskit/modal-dialog": "^3.2.7", | ||
"@atlaskit/onboarding": "^2.1.1", | ||
"@atlaskit/tooltip": "^8.0.13" | ||
"@atlaskit/analytics": "^2.4.0", | ||
"@atlaskit/button": "^6.3.0", | ||
"@atlaskit/docs": "^2.4.0", | ||
"@atlaskit/icon": "^10.7.0", | ||
"@atlaskit/modal-dialog": "^3.3.0", | ||
"@atlaskit/onboarding": "^2.2.0", | ||
"@atlaskit/tooltip": "^8.1.0" | ||
}, | ||
@@ -39,0 +39,0 @@ "keywords": [ |
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
79921