diff options
| author | MohamedBassem <me@mbassem.com> | 2024-03-02 20:26:26 +0000 |
|---|---|---|
| committer | MohamedBassem <me@mbassem.com> | 2024-03-02 20:26:26 +0000 |
| commit | 012cef2829c7b65d487f44f14f9b296be73cfcfd (patch) | |
| tree | 6a027bf25c69a2eef4a8dc93e41a8b781d48c814 /pnpm-lock.yaml | |
| parent | af87cc87f7319243cf42b87780f8eed26712d038 (diff) | |
| download | karakeep-012cef2829c7b65d487f44f14f9b296be73cfcfd.tar.zst | |
ui: Use a masonry library to maintain the order of the bookmark grid
Diffstat (limited to 'pnpm-lock.yaml')
| -rw-r--r-- | pnpm-lock.yaml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0e33a74c..eaa8e381 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -299,6 +299,9 @@ importers: react-markdown: specifier: ^9.0.1 version: 9.0.1(@types/react@18.2.58)(react@18.2.0) + react-masonry-css: + specifier: ^1.0.16 + version: 1.0.16(react@18.2.0) server-only: specifier: ^0.0.1 version: 0.0.1 @@ -8273,6 +8276,14 @@ packages: - supports-color dev: false + /react-masonry-css@1.0.16(react@18.2.0): + resolution: {integrity: sha512-KSW0hR2VQmltt/qAa3eXOctQDyOu7+ZBevtKgpNDSzT7k5LA/0XntNa9z9HKCdz3QlxmJHglTZ18e4sX4V8zZQ==} + peerDependencies: + react: '>=16.0.0' + dependencies: + react: 18.2.0 + dev: false + /react-refresh@0.13.0: resolution: {integrity: sha512-XP8A9BT0CpRBD+NYLLeIhld/RqG9+gktUjW1FkE+Vm7OCinbG1SshcK5tb9ls4kzvjZr9mOQc7HYgBngEyPAXg==} engines: {node: '>=0.10.0'} |
