@hig/notifications-toast
Advanced tools
Comparing version 2.2.1 to 2.2.2
@@ -0,1 +1,9 @@ | ||
# [@hig/notifications-toast-v2.2.2](https://github.com/Autodesk/hig/compare/@hig/notifications-toast@2.2.1...@hig/notifications-toast@2.2.2) (2022-01-12) | ||
### Bug Fixes | ||
* react v. in peerDependencies instead of dependencies ([4701332](https://github.com/Autodesk/hig/commit/4701332)) | ||
* restore notification toast components to class ([2837f55](https://github.com/Autodesk/hig/commit/2837f55)) | ||
# [@hig/notifications-toast-v2.2.1](https://github.com/Autodesk/hig/compare/@hig/notifications-toast@2.2.0...@hig/notifications-toast@2.2.1) (2021-11-19) | ||
@@ -2,0 +10,0 @@ |
{ | ||
"name": "@hig/notifications-toast", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"description": "HIG Toast", | ||
@@ -20,6 +20,6 @@ "author": "Autodesk Inc.", | ||
"dependencies": { | ||
"@hig/icon-button": "^2.5.0", | ||
"@hig/icons": "^3.4.0", | ||
"@hig/rich-text": "^1.2.0", | ||
"@hig/typography": "^1.2.0", | ||
"@hig/icon-button": "^2.6.2", | ||
"@hig/icons": "^3.4.3", | ||
"@hig/rich-text": "^1.2.1", | ||
"@hig/typography": "^1.2.1", | ||
"@hig/utils": "^0.4.0", | ||
@@ -31,5 +31,5 @@ "emotion": "^10.0.0", | ||
"peerDependencies": { | ||
"@hig/theme-context": "^3.0.1", | ||
"@hig/theme-context": "^3.0.2", | ||
"@hig/theme-data": "^2.22.0", | ||
"react": "^15.4.1 || ^16.3.2" | ||
"react": "^17.0.0" | ||
}, | ||
@@ -36,0 +36,0 @@ "devDependencies": { |
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
57325
+ Addedreact@17.0.2(transitive)
Updated@hig/icon-button@^2.6.2
Updated@hig/icons@^3.4.3
Updated@hig/rich-text@^1.2.1
Updated@hig/typography@^1.2.1