1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

Update yarn deps for react hot loader (#3122)

This commit is contained in:
Kevin Decker 2017-10-17 14:05:21 -05:00 committed by Tim Neutkens
parent 474085b68a
commit f7d2b96d28

View file

@ -1160,7 +1160,7 @@ babel-template@7.0.0-beta.0:
babylon "7.0.0-beta.22"
lodash "^4.2.0"
babel-template@^6.16.0, babel-template@^6.24.1, babel-template@^6.25.0, babel-template@^6.7.0:
babel-template@^6.16.0, babel-template@^6.24.1, babel-template@^6.25.0:
version "6.25.0"
resolved "https://registry.yarnpkg.com/babel-template/-/babel-template-6.25.0.tgz#665241166b7c2aa4c619d71e192969552b10c071"
dependencies:
@ -5427,11 +5427,10 @@ react-dom@16.0.0:
object-assign "^4.1.1"
prop-types "^15.6.0"
react-hot-loader@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/react-hot-loader/-/react-hot-loader-3.0.0.tgz#6e28da9d459da8085f5ee8bdd775046ba4b5cd0b"
react-hot-loader@3.1.1:
version "3.1.1"
resolved "https://registry.yarnpkg.com/react-hot-loader/-/react-hot-loader-3.1.1.tgz#e06db8cd0841c41e3ab0b395b2b774126fc8914e"
dependencies:
babel-template "^6.7.0"
global "^4.3.0"
react-deep-force-update "^2.1.1"
react-proxy "^3.0.0-alpha.0"