diff options
| author | Sebastien Castiel <sebastien@castiel.me> | 2023-12-19 09:44:09 -0500 |
|---|---|---|
| committer | Sebastien Castiel <sebastien@castiel.me> | 2023-12-19 09:44:09 -0500 |
| commit | f881aff5f9993c3a6b4b0d8ed7e67d2f812f39d6 (patch) | |
| tree | 685731e70ad838dbc2b3d70450e090e1e5fc31c9 /package.json | |
| parent | 1e66efe5169dfad9a0c62ba42fbf31ce977bf49e (diff) | |
Revert "Use modal dialogs for expense creation & edition (#10)"
This reverts commit 1e66efe5169dfad9a0c62ba42fbf31ce977bf49e.
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/package.json b/package.json index 5e69948..7fe84fc 100644 --- a/package.json +++ b/package.json @@ -13,7 +13,6 @@ "@hookform/resolvers": "^3.3.2", "@prisma/client": "5.6.0", "@radix-ui/react-checkbox": "^1.0.4", - "@radix-ui/react-dialog": "^1.0.5", "@radix-ui/react-dropdown-menu": "^2.0.6", "@radix-ui/react-hover-card": "^1.0.7", "@radix-ui/react-icons": "^1.3.0", @@ -26,7 +25,7 @@ "clsx": "^2.0.0", "lucide-react": "^0.290.0", "nanoid": "^5.0.4", - "next": "14.0.1", + "next": "^14.0.4", "next-plausible": "^3.12.0", "next-themes": "^0.2.1", "next13-progressbar": "^1.1.1", @@ -37,7 +36,6 @@ "tailwind-merge": "^1.14.0", "tailwindcss-animate": "^1.0.7", "uuid": "^9.0.1", - "vaul": "^0.7.9", "zod": "^3.22.4" }, "devDependencies": { |
