@uiw/react-button
Advanced tools
Comparing version 4.11.6 to 4.12.0
{ | ||
"name": "@uiw/react-button", | ||
"version": "4.11.6", | ||
"version": "4.12.0", | ||
"description": "Button component", | ||
@@ -47,9 +47,8 @@ "author": "Kenny Wong <wowohoo@qq.com>", | ||
"dependencies": { | ||
"@uiw/react-icon": "^4.11.6", | ||
"@uiw/utils": "^4.11.6" | ||
"@uiw/react-icon": "^4.12.0", | ||
"@uiw/utils": "^4.12.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/runtime": "7.16.7", | ||
"@types/jest": "27.4.0", | ||
"@types/react": "17.0.38", | ||
"@babel/runtime": "7.17.2", | ||
"@types/react": "17.0.39", | ||
"@types/react-dom": "17.0.11", | ||
@@ -56,0 +55,0 @@ "@types/react-test-renderer": "17.0.1", |
Button 按钮 | ||
=== | ||
[![Open in unpkg](https://img.shields.io/badge/Open%20in-unpkg-blue)](https://uiwjs.github.io/npm-unpkg/#/pkg/@uiw/react-button/file/README.md) | ||
[![NPM Downloads](https://img.shields.io/npm/dm/@uiw/react-button.svg?style=flat)](https://www.npmjs.com/package/@uiw/react-button) | ||
[![npm version](https://img.shields.io/npm/v/@uiw/react-button.svg?label=@uiw/react-button)](https://npmjs.com/@uiw/react-button) | ||
按钮用于开始一个即时操作,触发业务逻辑时使用。 | ||
@@ -5,0 +9,0 @@ |
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
83395
7
477
Updated@uiw/react-icon@^4.12.0
Updated@uiw/utils@^4.12.0