Comparing version 1.0.8 to 1.1.0
12
index.js
@@ -14,2 +14,6 @@ 'use strict'; | ||
var _PropTypes = require('prop-types'); | ||
var _PropTypes2 = _interopRequireDefault(_PropTypes); | ||
var _classnames = require('classnames'); | ||
@@ -251,6 +255,6 @@ | ||
Tabs.propTypes = { | ||
type: _react.PropTypes.string, | ||
defaultActiveKey: _react.PropTypes.string, | ||
centered: _react.PropTypes.bool, | ||
onChange: _react.PropTypes.func | ||
type: _PropTypes2.default.string, | ||
defaultActiveKey: _PropTypes2.default.string, | ||
centered: _PropTypes2.default.bool, | ||
onChange: _PropTypes2.default.func | ||
}; | ||
@@ -257,0 +261,0 @@ |
{ | ||
"name": "m-tabs", | ||
"version": "1.0.8", | ||
"version": "1.1.0", | ||
"description": "m-tabs 移动端标签页选项卡切换组件", | ||
@@ -29,3 +29,4 @@ "main": "index.js", | ||
"dependencies": { | ||
"react": "~15.2.0", | ||
"react": "~15.5.4", | ||
"prop-types": "^15.5.8", | ||
"m-base": "^1.0.5", | ||
@@ -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
28848
235
4
+ Addedprop-types@^15.5.8
+ Addedprop-types@15.8.1(transitive)
+ Addedreact@15.5.4(transitive)
+ Addedreact-is@16.13.1(transitive)
- Removedreact@15.2.1(transitive)
Updatedreact@~15.5.4