diff options
| author | Mohamed Bassem <me@mbassem.com> | 2025-03-09 15:34:24 +0000 |
|---|---|---|
| committer | Mohamed Bassem <me@mbassem.com> | 2025-03-09 21:38:51 +0000 |
| commit | 82ca8e3a55f26a8709251f161224e92b93fc5828 (patch) | |
| tree | dd42d6150e766fe4f51927044a966c6f496705ee /pnpm-lock.yaml | |
| parent | dbe6c1de20bc38e54c848983d75c861be288dfe1 (diff) | |
| download | karakeep-82ca8e3a55f26a8709251f161224e92b93fc5828.tar.zst | |
fix: Add error boundary around bookmark cards
Diffstat (limited to 'pnpm-lock.yaml')
| -rw-r--r-- | pnpm-lock.yaml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index ace59c05..a3f10631 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -628,6 +628,9 @@ importers: react-dropzone: specifier: ^14.2.3 version: 14.2.3(react@18.3.1) + react-error-boundary: + specifier: ^5.0.0 + version: 5.0.0(react@18.3.1) react-hook-form: specifier: ^7.50.1 version: 7.50.1(react@18.3.1) @@ -12872,6 +12875,11 @@ packages: peerDependencies: react: '>=16.13.1' + react-error-boundary@5.0.0: + resolution: {integrity: sha512-tnjAxG+IkpLephNcePNA7v6F/QpWLH8He65+DmedchDwg162JZqx4NmbXj0mlAYVVEd81OW7aFhmbsScYfiAFQ==} + peerDependencies: + react: '>=16.13.1' + react-error-overlay@6.0.11: resolution: {integrity: sha512-/6UZ2qgEyH2aqzYZgQPxEnz33NJ2gNsnHA2o5+o4wW9bLM/JYQitNP9xPhsXwC08hMMovfGe/8retsdDsczPRg==} @@ -33783,6 +33791,12 @@ snapshots: react: 18.3.1 dev: false + react-error-boundary@5.0.0(react@18.3.1): + dependencies: + '@babel/runtime': 7.26.0 + react: 18.3.1 + dev: false + react-error-overlay@6.0.11: dev: false |
