@hig/side-nav
Advanced tools
Comparing version 2.2.2 to 2.2.3
@@ -0,1 +1,9 @@ | ||
# [@hig/side-nav-v2.2.3](https://github.com/Autodesk/hig/compare/@hig/side-nav@2.2.2...@hig/side-nav@2.2.3) (2022-01-12) | ||
### Bug Fixes | ||
* react v. in peerDependencies instead of dependencies ([4701332](https://github.com/Autodesk/hig/commit/4701332)) | ||
* improve call function and remove console error ([61bbbcc](https://github.com/Autodesk/hig/commit/61bbbcc)) | ||
# [@hig/side-nav-v2.2.2](https://github.com/Autodesk/hig/compare/@hig/side-nav@2.2.1...@hig/side-nav@2.2.2) (2021-08-17) | ||
@@ -2,0 +10,0 @@ |
{ | ||
"name": "@hig/side-nav", | ||
"version": "2.2.2", | ||
"version": "2.2.3", | ||
"description": "HIG SideNav components", | ||
@@ -21,8 +21,8 @@ "author": "Autodesk Inc.", | ||
"dependencies": { | ||
"@hig/icon-button": "^2.5.0", | ||
"@hig/icons": "^3.4.0", | ||
"@hig/skeleton-item": "^1.2.0", | ||
"@hig/surface": "^1.2.0", | ||
"@hig/text-link": "^1.1.0", | ||
"@hig/typography": "^1.2.0", | ||
"@hig/icon-button": "^2.6.2", | ||
"@hig/icons": "^3.4.3", | ||
"@hig/skeleton-item": "^1.2.1", | ||
"@hig/surface": "^1.2.1", | ||
"@hig/text-link": "^1.2.1", | ||
"@hig/typography": "^1.2.1", | ||
"@hig/utils": "^0.4.0", | ||
@@ -40,5 +40,5 @@ "emotion": "^10.0.0", | ||
"peerDependencies": { | ||
"@hig/theme-context": "^3.0.1", | ||
"@hig/theme-data": "^2.21.1", | ||
"react": "^15.4.1 || ^16.3.2" | ||
"@hig/theme-context": "^3.0.2", | ||
"@hig/theme-data": "^2.22.0", | ||
"react": "^17.0.0" | ||
}, | ||
@@ -45,0 +45,0 @@ "scripts": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
163061
4730
+ Addedreact@17.0.2(transitive)
Updated@hig/icon-button@^2.6.2
Updated@hig/icons@^3.4.3
Updated@hig/skeleton-item@^1.2.1
Updated@hig/surface@^1.2.1
Updated@hig/text-link@^1.2.1
Updated@hig/typography@^1.2.1