Update dependency react-lazylog to v4

This commit is contained in:
Renovate Bot 2019-05-30 23:25:35 +00:00 коммит произвёл Sarah Clements
Родитель 44463206f9
Коммит b34d0d8219
2 изменённых файлов: 13 добавлений и 5 удалений

Просмотреть файл

@ -59,7 +59,7 @@
"react-highlight-words": "0.16.0", "react-highlight-words": "0.16.0",
"react-hot-loader": "4.11.1", "react-hot-loader": "4.11.1",
"react-hotkeys": "1.1.4", "react-hotkeys": "1.1.4",
"react-lazylog": "3.2.1", "react-lazylog": "4.0.0",
"react-linkify": "0.2.2", "react-linkify": "0.2.2",
"react-redux": "7.1.0", "react-redux": "7.1.0",
"react-router-dom": "5.0.1", "react-router-dom": "5.0.1",

Просмотреть файл

@ -7652,16 +7652,17 @@ react-is@^16.6.0, react-is@^16.7.0, react-is@^16.8.1, react-is@^16.8.4, react-is
resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.8.6.tgz#5bbc1e2d29141c9fbdfed456343fe2bc430a6a16" resolved "https://registry.yarnpkg.com/react-is/-/react-is-16.8.6.tgz#5bbc1e2d29141c9fbdfed456343fe2bc430a6a16"
integrity sha512-aUk3bHfZ2bRSVFFbbeVS4i+lNPZr3/WM5jT2J5omUVV1zzcs1nAaf3l51ctA5FFvCRbhrH0bdAsRRQddFJZPtA== integrity sha512-aUk3bHfZ2bRSVFFbbeVS4i+lNPZr3/WM5jT2J5omUVV1zzcs1nAaf3l51ctA5FFvCRbhrH0bdAsRRQddFJZPtA==
react-lazylog@3.2.1: react-lazylog@4.0.0:
version "3.2.1" version "4.0.0"
resolved "https://registry.yarnpkg.com/react-lazylog/-/react-lazylog-3.2.1.tgz#5aa01e81d3465351acd7a7b744a85c17bd06ae7c" resolved "https://registry.yarnpkg.com/react-lazylog/-/react-lazylog-4.0.0.tgz#f498e9408b5c09c03b046d55dd7cc8ee28b91edc"
integrity sha512-KCOVxWx/w6u3BPcuoPgaTF8dJMF6aqCbUcbJfL5loy6YC/SyrtiSXC4XMhehqDTDLfqB5WJsFZu4aOfE1U06Tw== integrity sha512-xFduKoCFes4pGYfTvq03S35aHt09uCngAtaRWDjnlmUhuBX+bO8GtgiONqdfeM1Oow7CK7FBcMTm+sBskgDq2Q==
dependencies: dependencies:
"@mattiasbuelens/web-streams-polyfill" "^0.2.0" "@mattiasbuelens/web-streams-polyfill" "^0.2.0"
fetch-readablestream "^0.2.0" fetch-readablestream "^0.2.0"
immutable "^3.8.2" immutable "^3.8.2"
mitt "^1.1.2" mitt "^1.1.2"
prop-types "^15.6.1" prop-types "^15.6.1"
react-string-replace "^0.4.1"
react-virtualized "^9.21.0" react-virtualized "^9.21.0"
text-encoding-utf-8 "^1.0.1" text-encoding-utf-8 "^1.0.1"
whatwg-fetch "^2.0.4" whatwg-fetch "^2.0.4"
@ -7751,6 +7752,13 @@ react-split-pane@0.1.87:
react-lifecycles-compat "^3.0.4" react-lifecycles-compat "^3.0.4"
react-style-proptype "^3.0.0" react-style-proptype "^3.0.0"
react-string-replace@^0.4.1:
version "0.4.4"
resolved "https://registry.yarnpkg.com/react-string-replace/-/react-string-replace-0.4.4.tgz#24006fbe0db573d5be583133df38b1a735cb4225"
integrity sha512-FAMkhxmDpCsGTwTZg7p/2v+/GTmxAp73so3fbSvlAcBBX36ujiGRNEaM/1u+jiYQrArhns+7eE92g2pi5E5FUA==
dependencies:
lodash "^4.17.4"
react-style-proptype@^3.0.0: react-style-proptype@^3.0.0:
version "3.2.2" version "3.2.2"
resolved "https://registry.yarnpkg.com/react-style-proptype/-/react-style-proptype-3.2.2.tgz#d8e998e62ce79ec35b087252b90f19f1c33968a0" resolved "https://registry.yarnpkg.com/react-style-proptype/-/react-style-proptype-3.2.2.tgz#d8e998e62ce79ec35b087252b90f19f1c33968a0"