@uiw/react-button-group
Advanced tools
Comparing version 4.0.0 to 4.1.0
{ | ||
"name": "@uiw/react-button-group", | ||
"version": "4.0.0", | ||
"version": "4.1.0", | ||
"description": "ButtonGroup component", | ||
@@ -46,8 +46,8 @@ "author": "Kenny Wong <wowohoo@qq.com>", | ||
"dependencies": { | ||
"@uiw/react-button": "^4.0.0", | ||
"@uiw/utils": "^4.0.0", | ||
"@uiw/react-button": "^4.1.0", | ||
"@uiw/utils": "^4.1.0", | ||
"classnames": "^2.2.6" | ||
}, | ||
"devDependencies": { | ||
"@babel/runtime": "7.9.6", | ||
"@babel/runtime": "7.10.2", | ||
"@types/classnames": "2.2.10", | ||
@@ -62,3 +62,3 @@ "@types/jest": "25.2.1", | ||
}, | ||
"gitHead": "c2e8110f24131243cacc3754011c6ee135f14419" | ||
"gitHead": "5a2547993b7f4538e7075f6dce7e550620e31eca" | ||
} |
20165
Updated@uiw/react-button@^4.1.0
Updated@uiw/utils@^4.1.0