mirror of
https://github.com/ascribe/onion.git
synced 2024-12-22 09:23:13 +01:00
update react-datepicker DO NPM INSTALL
This commit is contained in:
parent
6028812128
commit
b4f68f23e8
@ -46,7 +46,6 @@ let InputDate = React.createClass({
|
||||
},
|
||||
|
||||
render() {
|
||||
console.log(this.props.disabled);
|
||||
return (
|
||||
<div>
|
||||
<DatePicker
|
||||
|
@ -73,7 +73,7 @@
|
||||
"raven-js": "^1.1.19",
|
||||
"react": "^0.13.2",
|
||||
"react-bootstrap": "^0.24.3",
|
||||
"react-datepicker": "~0.8.0",
|
||||
"react-datepicker": "^0.12.0",
|
||||
"react-progressbar": "^1.1.0",
|
||||
"react-router": "^0.13.3",
|
||||
"react-router-bootstrap": "~0.16.0",
|
||||
|
Loading…
Reference in New Issue
Block a user