From e03f495a6a5997fee9c6724f71f1bc0741a7cd2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 16:33:33 +0000 Subject: [PATCH] chore: bump react-intersection-observer from 8.27.1 to 9.10.1 Bumps [react-intersection-observer](https://github.com/thebuilder/react-intersection-observer) from 8.27.1 to 9.10.1. - [Release notes](https://github.com/thebuilder/react-intersection-observer/releases) - [Commits](https://github.com/thebuilder/react-intersection-observer/compare/v8.27.1...v9.10.1) --- updated-dependencies: - dependency-name: react-intersection-observer dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- package.json | 2 +- pnpm-lock.yaml | 20 ++++++++++---------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/package.json b/package.json index e538f8093..cbdeef9af 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "qs": "6.9.4", "react": "^18.2.0", "react-dom": "^18.2.0", - "react-intersection-observer": "8.27.1", + "react-intersection-observer": "9.10.1", "react-query": "2.25.2", "reading-time": "1.2.1", "remark-autolink-headings": "6.0.1", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 28f4bcb22..69688a519 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -126,8 +126,8 @@ dependencies: specifier: ^18.2.0 version: 18.2.0(react@18.2.0) react-intersection-observer: - specifier: 8.27.1 - version: 8.27.1(react@18.2.0) + specifier: 9.10.1 + version: 9.10.1(react-dom@18.2.0)(react@18.2.0) react-query: specifier: 2.25.2 version: 2.25.2(react-dom@18.2.0)(react@18.2.0) @@ -7935,13 +7935,17 @@ packages: react: 18.2.0 scheduler: 0.23.0 - /react-intersection-observer@8.27.1(react@18.2.0): - resolution: {integrity: sha512-s70LKz+hm8wQY/4pvGVWs/gAfiLPlivyZiiUU1JdWDZj7vN8jbHYzJ8H1HWGvWpcudRg7g7kBWUUbcRjlloD0Q==} + /react-intersection-observer@9.10.1(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-ZseerLEOaZ2FFMtkjNd0RGzxKTiiIBGaXcR5buh3GSgtoInNCztHvCzgu5Gg2I2vUhF/EX1XJn95inZkp/K6xQ==} peerDependencies: - react: ^15.0.0 || ^16.0.0 || ^17.0.0 + react: ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 + react-dom: ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 + peerDependenciesMeta: + react-dom: + optional: true dependencies: react: 18.2.0 - tiny-invariant: 1.3.1 + react-dom: 18.2.0(react@18.2.0) dev: false /react-is@16.13.1: @@ -8925,10 +8929,6 @@ packages: resolution: {integrity: sha512-pkY1fj1cKHb2seWDy0B16HeWyczlJA9/WW3u3c4z/NiWDsO3DOU5D7nhTLE9CF0yXv/QZFY7sEJmj24dK+Rrqw==} dev: false - /tiny-invariant@1.3.1: - resolution: {integrity: sha512-AD5ih2NlSssTCwsMznbvwMZpJ1cbhkGd2uueNxzv2jDlEeZdU04JQfRnggJQ8DrcVBGjAsCKwFBbDlVNtEMlzw==} - dev: false - /tmp@0.2.1: resolution: {integrity: sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ==} engines: {node: '>=8.17.0'}