mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
[chore] react-hot-loader@4.0.0-beta.22 (patch) (#3808)
This commit is contained in:
parent
ebe39a63e6
commit
a0798fd9ad
|
@ -90,7 +90,7 @@
|
||||||
"pkg-up": "2.0.0",
|
"pkg-up": "2.0.0",
|
||||||
"prop-types": "15.6.0",
|
"prop-types": "15.6.0",
|
||||||
"prop-types-exact": "1.1.1",
|
"prop-types-exact": "1.1.1",
|
||||||
"react-hot-loader": "4.0.0-beta.21",
|
"react-hot-loader": "4.0.0-beta.22",
|
||||||
"recursive-copy": "2.0.6",
|
"recursive-copy": "2.0.6",
|
||||||
"resolve": "1.5.0",
|
"resolve": "1.5.0",
|
||||||
"send": "0.16.1",
|
"send": "0.16.1",
|
||||||
|
|
12
yarn.lock
12
yarn.lock
|
@ -5563,20 +5563,14 @@ react-dom@16.2.0:
|
||||||
object-assign "^4.1.1"
|
object-assign "^4.1.1"
|
||||||
prop-types "^15.6.0"
|
prop-types "^15.6.0"
|
||||||
|
|
||||||
react-hot-loader@4.0.0-beta.21:
|
react-hot-loader@4.0.0-beta.22:
|
||||||
version "4.0.0-beta.21"
|
version "4.0.0-beta.22"
|
||||||
resolved "https://registry.yarnpkg.com/react-hot-loader/-/react-hot-loader-4.0.0-beta.21.tgz#46a0345621f1a03cb3c1c6dc130f153fa66e5bae"
|
resolved "https://registry.yarnpkg.com/react-hot-loader/-/react-hot-loader-4.0.0-beta.22.tgz#a0596395dc46c416c52ea9c7565bd2e8ff3ca964"
|
||||||
dependencies:
|
dependencies:
|
||||||
fast-levenshtein "^2.0.6"
|
fast-levenshtein "^2.0.6"
|
||||||
global "^4.3.0"
|
global "^4.3.0"
|
||||||
hoist-non-react-statics "^2.3.1"
|
hoist-non-react-statics "^2.3.1"
|
||||||
prop-types "^15.6.0"
|
prop-types "^15.6.0"
|
||||||
react-stand-in "^4.0.0-beta.21"
|
|
||||||
|
|
||||||
react-stand-in@^4.0.0-beta.21:
|
|
||||||
version "4.0.0-beta.21"
|
|
||||||
resolved "https://registry.yarnpkg.com/react-stand-in/-/react-stand-in-4.0.0-beta.21.tgz#fb694e465cb20fab7f36d3284f82b68bbd7a657e"
|
|
||||||
dependencies:
|
|
||||||
shallowequal "^1.0.2"
|
shallowequal "^1.0.2"
|
||||||
|
|
||||||
react@16.2.0:
|
react@16.2.0:
|
||||||
|
|
Loading…
Reference in a new issue