@clayui/multi-select
Advanced tools
Comparing version 3.118.0 to 3.119.0
{ | ||
"name": "@clayui/multi-select", | ||
"version": "3.118.0", | ||
"version": "3.119.0", | ||
"description": "ClayMultiSelect component", | ||
@@ -27,10 +27,10 @@ "license": "BSD-3-Clause", | ||
"dependencies": { | ||
"@clayui/autocomplete": "^3.118.0", | ||
"@clayui/autocomplete": "^3.119.0", | ||
"@clayui/button": "^3.116.0", | ||
"@clayui/drop-down": "^3.118.0", | ||
"@clayui/form": "^3.116.0", | ||
"@clayui/drop-down": "^3.119.0", | ||
"@clayui/form": "^3.119.0", | ||
"@clayui/icon": "^3.111.0", | ||
"@clayui/label": "^3.111.0", | ||
"@clayui/loading-indicator": "^3.111.0", | ||
"@clayui/shared": "^3.116.0", | ||
"@clayui/shared": "^3.119.0", | ||
"classnames": "^2.2.6", | ||
@@ -47,3 +47,3 @@ "fuzzy": "^0.1.3" | ||
], | ||
"gitHead": "3b6a49ea91e88af3c11845becf812e7518aecdb5" | ||
"gitHead": "d7bffea85cd618678d0481131fb20d09c70b725e" | ||
} |
Updated@clayui/drop-down@^3.119.0
Updated@clayui/form@^3.119.0
Updated@clayui/shared@^3.119.0