terra-content-container
Advanced tools
Comparing version 1.7.0 to 1.8.0
@@ -7,2 +7,7 @@ Changelog | ||
1.8.0 - (September 12, 2017) | ||
------------------ | ||
### Changed | ||
* Minor version bump | ||
1.7.0 - (September 7, 2017) | ||
@@ -9,0 +14,0 @@ ------------------ |
@@ -8,3 +8,3 @@ # Dependency Information | ||
| prop-types | ^15.5.8 | -- | Runtime type checking for React props and similar objects. | | ||
| terra-base | ^2.1.0 | ^15.4.2 | The base component sets minimal global styles for an application. | | ||
| terra-base | ^2.2.0 | ^15.4.2 | The base component sets minimal global styles for an application. | | ||
@@ -14,3 +14,3 @@ ## devDependencies | ||
|-|-|-|-| | ||
| terra-props-table | ^1.5.0 | ^15.4.2 | terra-props-table | | ||
| terra-props-table | ^1.6.0 | ^15.4.2 | terra-props-table | | ||
@@ -22,2 +22,2 @@ ## peerDependencies | ||
| react-dom | ^15.4.2 | ^15.6.1 | React package for working with the DOM. | | ||
| terra-base | ^2.1.0 | ^15.4.2 | The base component sets minimal global styles for an application. | | ||
| terra-base | ^2.2.0 | ^15.4.2 | The base component sets minimal global styles for an application. | |
{ | ||
"name": "terra-content-container", | ||
"main": "lib/ContentContainer.js", | ||
"version": "1.7.0", | ||
"version": "1.8.0", | ||
"description": "The Terra ContentContainer is a structural component for the purpose of arranging content with a header.", | ||
@@ -24,3 +24,3 @@ "repository": { | ||
"devDependencies": { | ||
"terra-props-table": "^1.6.0" | ||
"terra-props-table": "^1.7.0" | ||
}, | ||
@@ -30,3 +30,3 @@ "peerDependencies": { | ||
"react-dom": "^15.4.2", | ||
"terra-base": "^2.2.0" | ||
"terra-base": "^2.3.0" | ||
}, | ||
@@ -36,3 +36,3 @@ "dependencies": { | ||
"prop-types": "^15.5.8", | ||
"terra-base": "^2.2.0" | ||
"terra-base": "^2.3.0" | ||
}, | ||
@@ -39,0 +39,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
9217
Updatedterra-base@^2.3.0