diff options
| author | Sebastien Castiel <sebastien@castiel.me> | 2023-12-07 20:12:40 -0500 |
|---|---|---|
| committer | Sebastien Castiel <sebastien@castiel.me> | 2023-12-07 20:12:40 -0500 |
| commit | 6f077f141edcc45f2d7467b7c796e62a8f0316f8 (patch) | |
| tree | 617f8883be6140eac9827bde5c600f85606d85f9 /package.json | |
| parent | fb6cff2fe3101e80d2932285c0b03e0d5be872f8 (diff) | |
Prevent removing participants with expenses
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 409aa0c..d488774 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,7 @@ "@prisma/client": "5.6.0", "@radix-ui/react-checkbox": "^1.0.4", "@radix-ui/react-dropdown-menu": "^2.0.6", + "@radix-ui/react-hover-card": "^1.0.7", "@radix-ui/react-icons": "^1.3.0", "@radix-ui/react-label": "^2.0.2", "@radix-ui/react-popover": "^1.0.7", |
