⬆️ Upgrade react version to support new lifecycle hook like getDerivedStateFromProps
parent
d83b969d95
commit
d36d0805d8
|
@ -63,10 +63,10 @@
|
|||
"ramda": "^0.25.0",
|
||||
"ramda-fantasy": "^0.8.0",
|
||||
"rc-progress": "^2.2.5",
|
||||
"react": "^16.2.0",
|
||||
"react": "^16.3.1",
|
||||
"react-addons-css-transition-group": "^15.6.2",
|
||||
"react-color": "^2.14.0",
|
||||
"react-dom": "^16.2.0",
|
||||
"react-dom": "^16.3.1",
|
||||
"react-helmet": "^5.2.0",
|
||||
"react-highlight-words": "^0.11.0",
|
||||
"react-hot-loader": "^4.0.0",
|
||||
|
|
|
@ -7501,7 +7501,7 @@ react-dock@^0.2.4:
|
|||
lodash.debounce "^3.1.1"
|
||||
prop-types "^15.5.8"
|
||||
|
||||
react-dom@^16.2.0:
|
||||
react-dom@^16.3.1:
|
||||
version "16.3.2"
|
||||
resolved "https://registry.yarnpkg.com/react-dom/-/react-dom-16.3.2.tgz#cb90f107e09536d683d84ed5d4888e9640e0e4df"
|
||||
dependencies:
|
||||
|
@ -7666,7 +7666,7 @@ react-virtualized@^9.0.0, react-virtualized@^9.18.5:
|
|||
loose-envify "^1.3.0"
|
||||
prop-types "^15.6.0"
|
||||
|
||||
react@^16.2.0:
|
||||
react@^16.3.1:
|
||||
version "16.3.2"
|
||||
resolved "https://registry.yarnpkg.com/react/-/react-16.3.2.tgz#fdc8420398533a1e58872f59091b272ce2f91ea9"
|
||||
dependencies:
|
||||
|
|
Loading…
Reference in New Issue