From b3266114eeb53148c9d08066139476acd6dc3383 Mon Sep 17 00:00:00 2001 From: Aidan Date: Mon, 21 Apr 2025 14:31:56 -0400 Subject: [PATCH] chore: bump --- package.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/package.json b/package.json index 4de670c..6934ed4 100644 --- a/package.json +++ b/package.json @@ -11,19 +11,19 @@ "dependencies": { "@hookform/resolvers": "^3.10.0", "@prisma/client": "^6.6.0", - "@radix-ui/react-avatar": "^1.1.4", - "@radix-ui/react-collapsible": "^1.1.4", - "@radix-ui/react-dialog": "^1.1.7", - "@radix-ui/react-dropdown-menu": "^2.1.7", - "@radix-ui/react-label": "^2.1.3", - "@radix-ui/react-popover": "^1.1.7", - "@radix-ui/react-progress": "^1.1.3", - "@radix-ui/react-radio-group": "^1.2.4", - "@radix-ui/react-select": "^2.1.7", - "@radix-ui/react-separator": "^1.1.3", - "@radix-ui/react-switch": "^1.1.4", - "@radix-ui/react-tabs": "^1.1.4", - "@radix-ui/react-tooltip": "^1.2.0", + "@radix-ui/react-avatar": "^1.1.6", + "@radix-ui/react-collapsible": "^1.1.7", + "@radix-ui/react-dialog": "^1.1.10", + "@radix-ui/react-dropdown-menu": "^2.1.11", + "@radix-ui/react-label": "^2.1.4", + "@radix-ui/react-popover": "^1.1.10", + "@radix-ui/react-progress": "^1.1.4", + "@radix-ui/react-radio-group": "^1.3.3", + "@radix-ui/react-select": "^2.2.2", + "@radix-ui/react-separator": "^1.1.4", + "@radix-ui/react-switch": "^1.2.2", + "@radix-ui/react-tabs": "^1.1.8", + "@radix-ui/react-tooltip": "^1.2.3", "@web3icons/react": "^4.0.13", "altcha": "^1.4.2", "altcha-lib": "^1.2.0", @@ -38,18 +38,18 @@ "lucide-react": "^0.487.0", "motion": "^12.7.4", "next": "^15.3.1", - "next-auth": "^5.0.0-beta.25", + "next-auth": "^5.0.0-beta.26", "next-themes": "^0.4.6", "password-validator": "^5.3.0", "prisma": "^6.6.0", "react": "^19.1.0", "react-dom": "^19.1.0", - "react-hook-form": "^7.55.0", + "react-hook-form": "^7.56.0", "react-icons": "^5.5.0", "react-typed": "^2.0.12", "sonner": "^2.0.3", "tailwind-merge": "^3.2.0", - "tw-animate-css": "^1.2.5", + "tw-animate-css": "^1.2.7", "validator": "^13.15.0", "zod": "^3.24.3" }, @@ -61,7 +61,7 @@ "@types/react": "^19.1.2", "@types/react-dom": "^19.1.2", "@types/validator": "^13.15.0", - "eslint": "^9.24.0", + "eslint": "^9.25.1", "eslint-config-next": "15.1.6", "postcss": "^8.5.3", "tailwindcss": "^4.1.4",