chore(deps): bump react-intersection-observer from 9.6.0 to 9.8.0 in /ui

Bumps [react-intersection-observer](https://github.com/thebuilder/react-intersection-observer) from 9.6.0 to 9.8.0.
- [Release notes](https://github.com/thebuilder/react-intersection-observer/releases)
- [Commits](https://github.com/thebuilder/react-intersection-observer/compare/v9.6.0...v9.8.0)

---
updated-dependencies:
- dependency-name: react-intersection-observer
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-02-12 06:58:13 +00:00
committed by Łukasz Mierzwa
parent 41e7434824
commit 173f2e21f2
2 changed files with 5 additions and 5 deletions

8
ui/package-lock.json generated
View File

@@ -42,7 +42,7 @@
"react-dom": "17.0.2",
"react-hotkeys-hook": "4.4.1",
"react-idle-timer": "4.6.4",
"react-intersection-observer": "9.6.0",
"react-intersection-observer": "9.8.0",
"react-json-pretty": "2.2.0",
"react-linkify": "0.2.2",
"react-media-hook": "0.5.0",
@@ -10824,9 +10824,9 @@
}
},
"node_modules/react-intersection-observer": {
"version": "9.6.0",
"resolved": "https://registry.npmjs.org/react-intersection-observer/-/react-intersection-observer-9.6.0.tgz",
"integrity": "sha512-ZJCi6aOY4kIulpUhWRNIFTyMUKOmSA25iw8sKH07fhlqWTaWD5CWvWarqH4N31EyjCFKsgetvr/amRpnuEWzRg==",
"version": "9.8.0",
"resolved": "https://registry.npmjs.org/react-intersection-observer/-/react-intersection-observer-9.8.0.tgz",
"integrity": "sha512-wXHvMQUsTagh3X0Z6jDtGkIXc3VVCd2tjDRYR9kII3GKrZr0XF0xtpfdamo2n8BSF+zzfeeBVOTjxZWpBp9X0g==",
"peerDependencies": {
"react": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0",
"react-dom": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0"

View File

@@ -37,7 +37,7 @@
"react-dom": "17.0.2",
"react-hotkeys-hook": "4.4.1",
"react-idle-timer": "4.6.4",
"react-intersection-observer": "9.6.0",
"react-intersection-observer": "9.8.0",
"react-json-pretty": "2.2.0",
"react-linkify": "0.2.2",
"react-media-hook": "0.5.0",