@leafygreen-ui/tooltip
Advanced tools
Comparing version 3.0.1 to 3.0.2
# @leafygreen-ui/tooltip | ||
## 3.0.2 | ||
### Patch Changes | ||
- ac5c473: Add lodash as dependency | ||
- Updated dependencies [ac5c473] | ||
- @leafygreen-ui/hooks@2.0.1 | ||
## 3.0.1 | ||
@@ -4,0 +12,0 @@ |
{ | ||
"name": "@leafygreen-ui/tooltip", | ||
"version": "3.0.1", | ||
"version": "3.0.2", | ||
"description": "LeafyGreen UI Kit Tooltip", | ||
@@ -19,4 +19,5 @@ "browser": "./dist/index.web.js", | ||
"@leafygreen-ui/palette": "^2.0.0", | ||
"@leafygreen-ui/hooks": "^2.0.0" | ||
"@leafygreen-ui/hooks": "^2.0.1", | ||
"lodash": "^4.17.15" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
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
542887
5
+ Addedlodash@^4.17.15
Updated@leafygreen-ui/hooks@^2.0.1