升级依赖
This commit is contained in:
parent
fc5836983d
commit
91fc3e5490
|
@ -6,10 +6,10 @@
|
|||
.u-checkbox {
|
||||
display: inline-block;
|
||||
position: relative;
|
||||
margin: 0 8px;
|
||||
margin-right: 24px;
|
||||
height: 16px;
|
||||
line-height: 16px;
|
||||
font-size: 14px;
|
||||
font-size: 12px;
|
||||
white-space: nowrap;
|
||||
cursor: pointer;
|
||||
outline: none;
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -40,6 +40,7 @@
|
|||
"babel-runtime": "^6.23.0",
|
||||
"bee-animate": "^1.0.0",
|
||||
"bee-checkbox": "latest",
|
||||
"bee-modal": "latest",
|
||||
"classnames": "^2.2.5",
|
||||
"tinper-bee-core": "latest"
|
||||
},
|
||||
|
@ -50,7 +51,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"bee-button": "latest",
|
||||
"bee-clipboard": "^2.0.0",
|
||||
"bee-clipboard": "latest",
|
||||
"bee-drawer": "0.0.2",
|
||||
"bee-form-control": "latest",
|
||||
"bee-icon": "latest",
|
||||
|
@ -65,4 +66,4 @@
|
|||
"react-addons-test-utils": "15.6.2",
|
||||
"react-dom": "16.8.3"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue