diff options
Diffstat (limited to 'pnpm-lock.yaml')
| -rw-r--r-- | pnpm-lock.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 33674b7..8b39ab9 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -65,6 +65,9 @@ importers: ts-fsrs: specifier: ^5.2.3 version: 5.2.3 + use-debounce: + specifier: ^10.1.0 + version: 10.1.0(react@19.2.3) uuid: specifier: ^13.0.0 version: 13.0.0 @@ -3171,6 +3174,12 @@ packages: peerDependencies: browserslist: '>= 4.21.0' + use-debounce@10.1.0: + resolution: {integrity: sha512-lu87Za35V3n/MyMoEpD5zJv0k7hCn0p+V/fK2kWD+3k2u3kOCwO593UArbczg1fhfs2rqPEnHpULJ3KmGdDzvg==} + engines: {node: '>= 16.0.0'} + peerDependencies: + react: '*' + use-sync-external-store@1.6.0: resolution: {integrity: sha512-Pp6GSwGP/NrPIrxVFAIkOQeyw8lFenOHijQWkUTrDvrF4ALqylP2C/KCkeS9dpUM3KvYRQhna5vt7IL95+ZQ9w==} peerDependencies: @@ -6352,6 +6361,10 @@ snapshots: escalade: 3.2.0 picocolors: 1.1.1 + use-debounce@10.1.0(react@19.2.3): + dependencies: + react: 19.2.3 + use-sync-external-store@1.6.0(react@19.2.3): dependencies: react: 19.2.3 |
