terra-toggle
Advanced tools
Comparing version 1.10.0 to 1.11.0
@@ -7,2 +7,7 @@ Changelog | ||
1.11.0 - (October 6, 2017) | ||
------------------ | ||
### Changed | ||
* Minor version bump | ||
1.10.0 - (September 26, 2017) | ||
@@ -9,0 +14,0 @@ ------------------ |
@@ -9,3 +9,3 @@ # Dependency Information | ||
| react-animate-height | ^0.9.5 | ^15.5.4 | Lightweight, no dependency React component for animating height using CSS transitions. | | ||
| terra-base | ^2.4.0 | ^15.4.2 | The base component sets minimal global styles for an application. | | ||
| terra-base | ^2.5.0 | ^15.4.2 | The base component sets minimal global styles for an application. | | ||
@@ -15,3 +15,3 @@ ## devDependencies | ||
|-|-|-|-| | ||
| terra-props-table | ^1.8.0 | ^15.4.2 | terra-props-table | | ||
| terra-props-table | ^1.9.0 | ^15.4.2 | terra-props-table | | ||
@@ -23,2 +23,2 @@ ## peerDependencies | ||
| react-dom | ^15.4.2 | ^15.6.2 | React package for working with the DOM. | | ||
| terra-base | ^2.4.0 | ^15.4.2 | The base component sets minimal global styles for an application. | | ||
| terra-base | ^2.5.0 | ^15.4.2 | The base component sets minimal global styles for an application. | |
{ | ||
"name": "terra-toggle", | ||
"main": "lib/Toggle.js", | ||
"version": "1.10.0", | ||
"version": "1.11.0", | ||
"description": "Toggle component that transitions content in and out.", | ||
@@ -24,3 +24,3 @@ "repository": { | ||
"devDependencies": { | ||
"terra-props-table": "^1.9.0" | ||
"terra-props-table": "^1.10.0" | ||
}, | ||
@@ -30,3 +30,3 @@ "peerDependencies": { | ||
"react-dom": "^15.4.2", | ||
"terra-base": "^2.5.0" | ||
"terra-base": "^2.6.0" | ||
}, | ||
@@ -37,3 +37,3 @@ "dependencies": { | ||
"react-animate-height": "^0.9.5", | ||
"terra-base": "^2.5.0" | ||
"terra-base": "^2.6.0" | ||
}, | ||
@@ -40,0 +40,0 @@ "scripts": { |
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
21240
Updatedterra-base@^2.6.0