updating react-alert dependency to v2.3.0 (#3596)

it was downgraded in commit 7045018d86.
The old version used React.PropTypes and it was deprecated.
This version is compatible with React 15+.

Fix #3588
This commit is contained in:
Denny Biasiolli 2017-10-04 21:08:06 +02:00 committed by Maxime Beauchemin
parent e9804aedff
commit ff268a7526
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@
"react-ace": "^5.0.1",
"react-addons-css-transition-group": "^15.6.0",
"react-addons-shallow-compare": "^15.4.2",
"react-alert": "^1.0.14",
"react-alert": "^2.3.0",
"react-bootstrap": "^0.31.2",
"react-bootstrap-table": "^4.0.2",
"react-dom": "^15.6.2",