mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
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:
committed by
Maxime Beauchemin
parent
e9804aedff
commit
ff268a7526
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user