fix(deps): update dependency react-intersection-observer to v8.28.1

This commit is contained in:
Renovate Bot
2020-09-07 12:24:45 +00:00
committed by Łukasz Mierzwa
parent 0461621b29
commit 46ac4840e5
2 changed files with 4 additions and 12 deletions

14
ui/package-lock.json generated
View File

@@ -17605,12 +17605,9 @@
}
},
"react-intersection-observer": {
"version": "8.27.1",
"resolved": "https://registry.npmjs.org/react-intersection-observer/-/react-intersection-observer-8.27.1.tgz",
"integrity": "sha512-s70LKz+hm8wQY/4pvGVWs/gAfiLPlivyZiiUU1JdWDZj7vN8jbHYzJ8H1HWGvWpcudRg7g7kBWUUbcRjlloD0Q==",
"requires": {
"tiny-invariant": "^1.1.0"
}
"version": "8.28.1",
"resolved": "https://registry.npmjs.org/react-intersection-observer/-/react-intersection-observer-8.28.1.tgz",
"integrity": "sha512-b23y8UWiBI1FjghfV6PMaOsYzV3CBMyiid/56occuEpdUfGUaSOzy34YTWOtS1FLjk7q33g/1zc9Z+K1pGQJ5A=="
},
"react-is": {
"version": "16.13.1",
@@ -20817,11 +20814,6 @@
"integrity": "sha512-NB6Dk1A9xgQPMoGqC5CVXn123gWyte215ONT5Pp5a0yt4nlEoO1ZWeCwpncaekPHXO60i47ihFnZPiRPjRMq4Q==",
"optional": true
},
"tiny-invariant": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/tiny-invariant/-/tiny-invariant-1.1.0.tgz",
"integrity": "sha512-ytxQvrb1cPc9WBEI/HSeYYoGD0kWnGEOR8RY6KomWLBVhqz0RgTwVO9dLrGz7dC+nN9llyI7OKAgRq8Vq4ZBSw=="
},
"tinycolor2": {
"version": "1.4.1",
"resolved": "https://registry.npmjs.org/tinycolor2/-/tinycolor2-1.4.1.tgz",

View File

@@ -65,7 +65,7 @@
"react-hotkeys-hook": "2.3.1",
"react-idle-timer": "4.3.6",
"react-input-range": "1.3.0",
"react-intersection-observer": "8.27.1",
"react-intersection-observer": "8.28.1",
"react-js-pagination": "3.0.3",
"react-json-pretty": "2.2.0",
"react-linkify": "0.2.2",