terra-slide-panel
Advanced tools
Comparing version 3.50.0 to 3.51.0
@@ -5,2 +5,7 @@ # Changelog | ||
## 3.51.0 - (May 20, 2024) | ||
* Changed | ||
* Minor dependency version bump. | ||
## 3.50.0 - (May 14, 2024) | ||
@@ -7,0 +12,0 @@ |
{ | ||
"name": "terra-slide-panel", | ||
"version": "3.50.0", | ||
"version": "3.51.0", | ||
"description": "The Terra SlidePanel component is a progressive disclosure mechanism that allows additional content to be shown and hidden in a variety of ways.", | ||
@@ -34,14 +34,14 @@ "author": "Cerner Corporation", | ||
], | ||
"peerDependencies": { | ||
"react": "16", | ||
"react-dom": "16", | ||
"react-intl": "2 || 3 || 4 || 5" | ||
}, | ||
"dependencies": { | ||
"classnames": "^2.2.5", | ||
"prop-types": "^15.5.8", | ||
"terra-theme-context": "^1.9.0", | ||
"terra-visually-hidden-text": "^2.36.0", | ||
"classnames": "2", | ||
"prop-types": "15", | ||
"terra-theme-context": "^1.10.0", | ||
"terra-visually-hidden-text": "2", | ||
"uuid": "3.4.0" | ||
}, | ||
"peerDependencies": { | ||
"react": "^16.8.5", | ||
"react-dom": "^16.8.5", | ||
"react-intl": "^2.8.0 || 3 || 4 || 5" | ||
}, | ||
"scripts": { | ||
@@ -60,3 +60,3 @@ "compile": "babel --root-mode upward src --out-dir lib --copy-files", | ||
}, | ||
"gitHead": "9fe1737a837d7a72f3ff29e284ec009694e9eee0" | ||
"gitHead": "17ed23624de471d916d6f6b768d034270bebefa8" | ||
} |
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
59893
6
Updatedclassnames@2
Updatedprop-types@15
Updatedterra-theme-context@^1.10.0
Updatedterra-visually-hidden-text@2