mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 17:31:43 +00:00
Update dependency react-hot-loader to ^4.12.16 (#6479)
This commit is contained in:
parent
6af8774e38
commit
7b3eaf9b3f
@ -178,7 +178,7 @@
|
||||
"puppeteer": "1.20.0",
|
||||
"puppeteer-firefox": "^0.5.0",
|
||||
"react-docgen-typescript-webpack-plugin": "^1.1.0",
|
||||
"react-hot-loader": "^4.12.15",
|
||||
"react-hot-loader": "^4.12.16",
|
||||
"react-test-renderer": "^16.11.0",
|
||||
"sass-loader": "^8.0.0",
|
||||
"shelljs": "^0.8.3",
|
||||
|
||||
11
yarn.lock
11
yarn.lock
@ -2689,7 +2689,7 @@
|
||||
dependencies:
|
||||
"@types/react" "*"
|
||||
|
||||
"@types/react@*", "@types/react@16.9.11":
|
||||
"@types/react@*", "@types/react@16.9.11", "@types/react@^15.0.0 || ^16.0.0":
|
||||
version "16.9.11"
|
||||
resolved "https://registry.npmjs.org/@types/react/-/react-16.9.11.tgz#70e0b7ad79058a7842f25ccf2999807076ada120"
|
||||
integrity sha512-UBT4GZ3PokTXSWmdgC/GeCGEJXE5ofWyibCcecRLUVN2ZBpXQGVgQGtG2foS7CrTKFKlQVVswLvf7Js6XA/CVQ==
|
||||
@ -14462,11 +14462,12 @@ react-helmet-async@^1.0.2:
|
||||
react-fast-compare "2.0.4"
|
||||
shallowequal "1.1.0"
|
||||
|
||||
react-hot-loader@^4.12.15:
|
||||
version "4.12.15"
|
||||
resolved "https://registry.npmjs.org/react-hot-loader/-/react-hot-loader-4.12.15.tgz#6bf3984e52edbdf02ea8952777f53da1b3c68c95"
|
||||
integrity sha512-sgkN6g+tgPE6xZzD0Ysqll7KUFYJbMX0DrczT5OxD6S7hZlSnmqSC3ceudwCkiDd65ZTtm+Ayk4Y9k5xxCvpOw==
|
||||
react-hot-loader@^4.12.16:
|
||||
version "4.12.16"
|
||||
resolved "https://registry.npmjs.org/react-hot-loader/-/react-hot-loader-4.12.16.tgz#353bd07fbb08f791b5720535f86b0a8f9b651317"
|
||||
integrity sha512-KC33uTBacgdunMtfpZFP2pgPpyvKIcCwuh0XmWESbeFrkWLqUtCFN91zyaTdU5OiAM982+E8xh1gjE5EINumaw==
|
||||
dependencies:
|
||||
"@types/react" "^15.0.0 || ^16.0.0"
|
||||
fast-levenshtein "^2.0.6"
|
||||
global "^4.3.0"
|
||||
hoist-non-react-statics "^3.3.0"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user