Skip to content

Commit

Permalink
Update yarn deps for react hot loader (vercel#3122)
Browse files Browse the repository at this point in the history
  • Loading branch information
kpdecker authored and timneutkens committed Oct 17, 2017
1 parent 474085b commit f7d2b96
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit f7d2b96

Please sign in to comment.