diff --git a/package.json b/package.json index 1ea260a..8ee0906 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "@pheralb/slug", - "version": "3.0.0", + "version": "3.1.0", "author": "@pheralb_", "description": "A URL shortener built with T3 Stack", "private": true, - "license": "MIT", + "license": "GPL-3.0-only", "type": "module", "scripts": { "build": "next build", @@ -21,12 +21,12 @@ "db:turso:dump": "turso db shell slug .dump > dump.sql" }, "dependencies": { - "@auth/core": "0.28.2", - "@auth/prisma-adapter": "1.5.2", + "@auth/core": "0.30.0", + "@auth/prisma-adapter": "2.0.0", "@hookform/resolvers": "3.3.4", "@libsql/client": "0.6.0", - "@prisma/adapter-libsql": "5.12.0", - "@prisma/client": "5.12.0", + "@prisma/adapter-libsql": "5.13.0", + "@prisma/client": "5.13.0", "@radix-ui/react-collapsible": "1.0.3", "@radix-ui/react-dialog": "1.0.5", "@radix-ui/react-dropdown-menu": "2.0.6", @@ -36,23 +36,23 @@ "@radix-ui/react-slot": "1.0.2", "@radix-ui/react-tabs": "1.0.4", "@radix-ui/react-tooltip": "1.0.7", - "@t3-oss/env-nextjs": "0.9.2", + "@t3-oss/env-nextjs": "0.10.1", "bcryptjs": "2.4.3", - "boring-avatars": "1.10.1", + "boring-avatars": "1.10.2", "cheerio": "1.0.0-rc.12", "class-variance-authority": "0.7.0", - "clsx": "2.1.0", + "clsx": "2.1.1", "cmdk": "1.0.0", "date-fns": "3.6.0", - "eslint-config-next": "14.1.4", + "eslint-config-next": "14.2.3", "js-confetti": "0.12.0", - "lucide-react": "0.364.0", - "next": "14.1.4", - "next-auth": "5.0.0-beta.16", + "lucide-react": "0.376.0", + "next": "14.2.3", + "next-auth": "5.0.0-beta.17", "next-themes": "0.3.0", - "react": "18.2.0", - "react-dom": "18.2.0", - "react-hook-form": "7.51.2", + "react": "18.3.1", + "react-dom": "18.3.1", + "react-hook-form": "7.51.3", "react-qr-code": "2.0.12", "sonner": "1.4.41", "tailwind-merge": "2.2.2",