terra-abstract-modal
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-abstract-modal", | ||
"version": "3.50.0", | ||
"version": "3.51.0", | ||
"description": "The abstract modal is a structural component that provides the ability to display portal'd content in a layer above the app.", | ||
@@ -34,21 +34,21 @@ "author": "Cerner Corporation", | ||
], | ||
"peerDependencies": { | ||
"react": "16", | ||
"react-dom": "16", | ||
"react-intl": "2 || 3 || 4 || 5" | ||
}, | ||
"dependencies": { | ||
"classnames": "^2.2.5", | ||
"keycode-js": "^3.1.0", | ||
"classnames": "2", | ||
"keycode-js": "3", | ||
"mutationobserver-shim": "<=0.3.3", | ||
"promise-polyfill": "^8.3.0", | ||
"prop-types": "^15.5.8", | ||
"react-focus-on": "^3.9.1", | ||
"react-portal": "^4.1.2", | ||
"terra-theme-context": "^1.9.0", | ||
"terra-visually-hidden-text": "^2.0.0", | ||
"wicg-inert": "^3.0.0" | ||
"promise-polyfill": "8", | ||
"prop-types": "15", | ||
"react-focus-on": "3", | ||
"react-portal": "4", | ||
"terra-theme-context": "^1.10.0", | ||
"terra-visually-hidden-text": "2", | ||
"wicg-inert": "3" | ||
}, | ||
"peerDependencies": { | ||
"react": "^16.8.5", | ||
"react-dom": "^16.8.5", | ||
"react-intl": "^2.8.0 || 3 || 4 || 5" | ||
}, | ||
"devDependencies": { | ||
"terra-icon": "^3.19.0" | ||
"terra-icon": "3" | ||
}, | ||
@@ -68,3 +68,3 @@ "scripts": { | ||
}, | ||
"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
153616
Updatedclassnames@2
Updatedkeycode-js@3
Updatedpromise-polyfill@8
Updatedprop-types@15
Updatedreact-focus-on@3
Updatedreact-portal@4
Updatedterra-theme-context@^1.10.0
Updatedterra-visually-hidden-text@2
Updatedwicg-inert@3