Skip to content

Commit

Permalink
Use strict version of react-hot-loader (#3112)
Browse files Browse the repository at this point in the history
  • Loading branch information
timneutkens authored Oct 16, 2017
1 parent 180cd9f commit 43b5626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"pkg-up": "2.0.0",
"prop-types": "15.6.0",
"prop-types-exact": "1.1.1",
"react-hot-loader": "^3.0.0",
"react-hot-loader": "3.1.1",
"recursive-copy": "2.0.6",
"send": "0.16.1",
"source-map-support": "0.4.18",
Expand Down

1 comment on commit 43b5626

@kpdecker
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There should be a yarn.lock change associated with this, otherwise every exec of yarn will have a diff.

Please sign in to comment.