1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

Upgrade react-hot-loader (#4317)

This commit is contained in:
Tim Neutkens 2018-05-09 11:23:53 +02:00 committed by GitHub
parent aec4c00214
commit 1dda50cbc5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -87,7 +87,7 @@
"path-to-regexp": "2.1.0",
"prop-types": "15.6.0",
"prop-types-exact": "1.1.1",
"react-hot-loader": "4.1.2",
"react-hot-loader": "4.1.3",
"recursive-copy": "2.0.6",
"resolve": "1.5.0",
"send": "0.16.1",

View file

@ -6133,9 +6133,9 @@ react-dom@16.2.0:
object-assign "^4.1.1"
prop-types "^15.6.0"
react-hot-loader@4.1.2:
version "4.1.2"
resolved "https://registry.yarnpkg.com/react-hot-loader/-/react-hot-loader-4.1.2.tgz#5e8025f5bc5605506586b46eb2c6cc4006fd54d7"
react-hot-loader@4.1.3:
version "4.1.3"
resolved "https://registry.yarnpkg.com/react-hot-loader/-/react-hot-loader-4.1.3.tgz#b4ceca7961cc08451f8199a24a5753a749edd9ce"
dependencies:
fast-levenshtein "^2.0.6"
global "^4.3.0"