Comparing version 1.0.0 to 1.1.0
18
index.js
@@ -14,2 +14,6 @@ 'use strict'; | ||
var _PropTypes = require('prop-types'); | ||
var _PropTypes2 = _interopRequireDefault(_PropTypes); | ||
var _classnames = require('classnames'); | ||
@@ -67,9 +71,9 @@ | ||
Button.propTypes = { | ||
block: _react.PropTypes.bool, | ||
square: _react.PropTypes.bool, | ||
size: _react.PropTypes.string, | ||
type: _react.PropTypes.string, | ||
href: _react.PropTypes.string, | ||
disabled: _react.PropTypes.bool, | ||
onClick: _react.PropTypes.func | ||
block: _PropTypes2.bool, | ||
square: _PropTypes2.bool, | ||
size: _PropTypes2.string, | ||
type: _PropTypes2.string, | ||
href: _PropTypes2.string, | ||
disabled: _PropTypes2.bool, | ||
onClick: _PropTypes2.func | ||
}; | ||
@@ -76,0 +80,0 @@ |
{ | ||
"name": "m-button", | ||
"version": "1.0.0", | ||
"description": "m-button 输入框", | ||
"version": "1.1.0", | ||
"description": "m-button 按钮", | ||
"main": "index.js", | ||
@@ -29,3 +29,4 @@ "scripts": { | ||
"dependencies": { | ||
"react": "~15.2.0", | ||
"react": "^15.5.4", | ||
"prop-types": "^15.5.8", | ||
"m-base": "^1.0.0", | ||
@@ -32,0 +33,0 @@ "classnames": "~2.2.3" |
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
18827
66
4
+ Addedprop-types@^15.5.8
+ Addedcreate-react-class@15.7.0(transitive)
+ Addedprop-types@15.8.1(transitive)
+ Addedreact@15.7.0(transitive)
+ Addedreact-is@16.13.1(transitive)
- Removedreact@15.2.1(transitive)
Updatedreact@^15.5.4