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

Bumps [react-intersection-observer](https://github.com/thebuilder/react-intersection-observer) from 9.5.3 to 9.6.0.
- [Release notes](https://github.com/thebuilder/react-intersection-observer/releases)
- [Commits](https://github.com/thebuilder/react-intersection-observer/compare/v9.5.3...v9.6.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-02 11:23:01 +00:00
committed by Łukasz Mierzwa
parent 87d396ff92
commit f491bb9643
2 changed files with 12 additions and 6 deletions
+11 -5
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.5.3",
"react-intersection-observer": "9.6.0",
"react-json-pretty": "2.2.0",
"react-linkify": "0.2.2",
"react-media-hook": "0.5.0",
@@ -10800,11 +10800,17 @@
}
},
"node_modules/react-intersection-observer": {
"version": "9.5.3",
"resolved": "https://registry.npmjs.org/react-intersection-observer/-/react-intersection-observer-9.5.3.tgz",
"integrity": "sha512-NJzagSdUPS5rPhaLsHXYeJbsvdpbJwL6yCHtMk91hc0ufQ2BnXis+0QQ9NBh6n9n+Q3OyjR6OQLShYbaNBkThQ==",
"version": "9.6.0",
"resolved": "https://registry.npmjs.org/react-intersection-observer/-/react-intersection-observer-9.6.0.tgz",
"integrity": "sha512-ZJCi6aOY4kIulpUhWRNIFTyMUKOmSA25iw8sKH07fhlqWTaWD5CWvWarqH4N31EyjCFKsgetvr/amRpnuEWzRg==",
"peerDependencies": {
"react": "^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0"
"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"
},
"peerDependenciesMeta": {
"react-dom": {
"optional": true
}
}
},
"node_modules/react-is": {
+1 -1
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.5.3",
"react-intersection-observer": "9.6.0",
"react-json-pretty": "2.2.0",
"react-linkify": "0.2.2",
"react-media-hook": "0.5.0",