Skip to content

Commit

Permalink
update hoist-non-react-statics
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.
  • Loading branch information
quantizor committed Sep 6, 2018
1 parent 48c4897 commit 44625b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -87,7 +87,7 @@
"fresh": "0.5.2",
"friendly-errors-webpack-plugin": "1.7.0",
"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 Expand Up @@ -163,4 +163,4 @@
"test/"
]
}
}
}

0 comments on commit 44625b9

Please sign in to comment.