Skip to content

Commit

Permalink
update hoist-non-react-statics (#5116)
Browse files Browse the repository at this point in the history
you folks should really use semver ranges, but since greenkeeper
is no longer running for this branch things have fallen behind

in particular, there seems to be an incompatibility with multiple
v2.x versions of this package in the same bundle as displayed here:

styled-components/styled-components#1972

When I force resolution to a particular h-n-r-s version, the issue
goes away. This is true for both next 6 and next 7 canary.

But really you folks should use semver carets instead of pinning.
  • Loading branch information
quantizor authored and timneutkens committed Sep 7, 2018
1 parent 0fa642a commit 33692a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -78,7 +78,7 @@
"fresh": "0.5.2",
"friendly-errors-webpack-plugin": "1.6.1",
"glob": "7.1.2",
"hoist-non-react-statics": "2.5.0",
"hoist-non-react-statics": "2.5.5",
"htmlescape": "1.1.1",
"http-errors": "1.6.2",
"http-status": "1.0.1",
Expand Down

0 comments on commit 33692a5

Please sign in to comment.