diff options
| author | MohamedBassem <me@mbassem.com> | 2024-09-28 12:06:01 +0000 |
|---|---|---|
| committer | MohamedBassem <me@mbassem.com> | 2024-09-28 12:06:01 +0000 |
| commit | ab1c8375e3fa2749dfebbd839476cc831b891ab8 (patch) | |
| tree | a87537937d15c51e2ef86bbc56c3ca63d4a643f5 /pnpm-lock.yaml | |
| parent | 41f4e6b2dae104fd19009a70a280a45f776c3d30 (diff) | |
| download | karakeep-ab1c8375e3fa2749dfebbd839476cc831b891ab8.tar.zst | |
feature(web): Add infinite scrolling support
Diffstat (limited to 'pnpm-lock.yaml')
| -rw-r--r-- | pnpm-lock.yaml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index c235ea43..8a867994 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -595,6 +595,9 @@ importers: react-hook-form: specifier: ^7.50.1 version: 7.50.1(react@18.2.0) + react-intersection-observer: + specifier: ^9.13.1 + version: 9.13.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0) react-markdown: specifier: ^9.0.1 version: 9.0.1(@types/react@18.2.58)(react@18.2.0) @@ -10426,6 +10429,15 @@ packages: peerDependencies: react: ^16.8.0 || ^17 || ^18 + react-intersection-observer@9.13.1: + resolution: {integrity: sha512-tSzDaTy0qwNPLJHg8XZhlyHTgGW6drFKTtvjdL+p6um12rcnp8Z5XstE+QNBJ7c64n5o0Lj4ilUleA41bmDoMw==} + peerDependencies: + 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 + react-is@16.13.1: resolution: {integrity: sha512-24e6ynE2H+OKt4kqsOvNd8kBpV65zoxbA4BVsEOB3ARVWQki/DHzaUoC5KuON/BiccDaCCTZBuOcfZs70kR8bQ==} @@ -26735,6 +26747,12 @@ snapshots: react: 18.2.0 dev: false + react-intersection-observer@9.13.1(react-dom@18.2.0(react@18.2.0))(react@18.2.0): + dependencies: + react: 18.2.0 + react-dom: 18.2.0(react@18.2.0) + dev: false + react-is@16.13.1: {} react-is@17.0.2: |
