Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pheralb committed May 9, 2024
1 parent 8d4672a commit 54c071e
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 54c071e

Please sign in to comment.