terra-status
Advanced tools
Comparing version 4.61.0 to 4.62.0
@@ -5,2 +5,7 @@ # Changelog | ||
## 4.62.0 - (November 13, 2023) | ||
* Changed | ||
* Minor dependency version bump | ||
## 4.61.0 - (October 23, 2023) | ||
@@ -7,0 +12,0 @@ |
{ | ||
"name": "terra-status", | ||
"main": "lib/Status.js", | ||
"version": "4.61.0", | ||
"version": "4.62.0", | ||
"description": "The status component provides a customizable color indictor to signify a specific condition.", | ||
"author": "Cerner Corporation", | ||
"repository": { | ||
@@ -11,15 +11,26 @@ "type": "git", | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/cerner/terra-core/issues" | ||
}, | ||
"homepage": "https://github.com/cerner/terra-core#readme", | ||
"license": "Apache-2.0", | ||
"keywords": [ | ||
"Cerner", | ||
"Status", | ||
"Terra", | ||
"terra-status", | ||
"Status", | ||
"UI" | ||
], | ||
"author": "Cerner Corporation", | ||
"license": "Apache-2.0", | ||
"bugs": { | ||
"url": "https://github.com/cerner/terra-core/issues" | ||
"main": "lib/Status.js", | ||
"dependencies": { | ||
"classnames": "^2.2.5", | ||
"prop-types": "^15.5.8", | ||
"terra-arrange": "^3.55.0", | ||
"terra-icon": "^3.59.0", | ||
"terra-visually-hidden-text": "^2.37.0" | ||
}, | ||
"homepage": "https://github.com/cerner/terra-core#readme", | ||
"peerDependencies": { | ||
"react": "^16.8.5", | ||
"react-dom": "^16.8.5" | ||
}, | ||
"scripts": { | ||
@@ -38,14 +49,3 @@ "compile": "babel --root-mode upward src --out-dir lib --copy-files", | ||
}, | ||
"peerDependencies": { | ||
"react": "^16.8.5", | ||
"react-dom": "^16.8.5" | ||
}, | ||
"dependencies": { | ||
"classnames": "^2.2.5", | ||
"prop-types": "^15.5.8", | ||
"terra-arrange": "^3.54.0", | ||
"terra-icon": "^3.58.0", | ||
"terra-visually-hidden-text": "^2.36.0" | ||
}, | ||
"gitHead": "7eadd8eda62721d33cfc1300091110ddb9051817" | ||
"gitHead": "1be8c98fe2eeec64ef7a7fa457dd708da88e5170" | ||
} |
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
34938
Updatedterra-arrange@^3.55.0
Updatedterra-icon@^3.59.0