terra-popup
Advanced tools
Comparing version 6.74.0 to 6.75.0
@@ -5,2 +5,7 @@ # Changelog | ||
## 6.75.0 - (February 28, 2024) | ||
* Changed | ||
* Minor dependency version bump. | ||
## 6.74.0 - (January 22, 2024) | ||
@@ -7,0 +12,0 @@ |
{ | ||
"name": "terra-popup", | ||
"main": "lib/Popup.js", | ||
"version": "6.74.0", | ||
"version": "6.75.0", | ||
"description": "The Terra Popup is higher order component that launches terra-hookshot positioned content with the ability to display a dynamic arrow.", | ||
"author": "Cerner Corporation", | ||
"repository": { | ||
@@ -11,20 +11,24 @@ "type": "git", | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/cerner/terra-framework/issues" | ||
}, | ||
"homepage": "https://github.com/cerner/terra-framework#readme", | ||
"license": "Apache-2.0", | ||
"keywords": [ | ||
"Cerner", | ||
"Popup", | ||
"Terra", | ||
"terra-popup", | ||
"Popup", | ||
"UI" | ||
], | ||
"author": "Cerner Corporation", | ||
"license": "Apache-2.0", | ||
"bugs": { | ||
"url": "https://github.com/cerner/terra-framework/issues" | ||
}, | ||
"homepage": "https://github.com/cerner/terra-framework#readme", | ||
"peerDependencies": { | ||
"react": "^16.8.5", | ||
"react-dom": "^16.8.5", | ||
"react-intl": ">=2.8.0, <6.0.0" | ||
}, | ||
"main": "lib/Popup.js", | ||
"files": [ | ||
"lib", | ||
"src", | ||
"translations", | ||
"CHANGELOG.md", | ||
"LICENSE", | ||
"NOTICE", | ||
"README.md" | ||
], | ||
"dependencies": { | ||
@@ -42,5 +46,10 @@ "@cerner/terra-docs": "^1.0.0", | ||
}, | ||
"peerDependencies": { | ||
"react": "^16.8.5", | ||
"react-dom": "^16.8.5", | ||
"react-intl": "^2.8.0 || 3 || 4 || 5" | ||
}, | ||
"devDependencies": { | ||
"terra-disclosure-manager": "^4.43.0", | ||
"terra-modal-manager": "^6.70.0" | ||
"terra-modal-manager": "^6.72.0" | ||
}, | ||
@@ -60,3 +69,3 @@ "scripts": { | ||
}, | ||
"gitHead": "4987de4e1acb3143c636feae9199a8c924700a27" | ||
"gitHead": "b02156eb9f47aca52c83e2f3727f383e4723d244" | ||
} |
134383
56
2106