Skip to content

Commit 54c071e

Browse files
committed
Update dependencies
1 parent 8d4672a commit 54c071e

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

package.json

+16-16
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "@pheralb/slug",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"author": "@pheralb_",
55
"description": "A URL shortener built with T3 Stack",
66
"private": true,
7-
"license": "MIT",
7+
"license": "GPL-3.0-only",
88
"type": "module",
99
"scripts": {
1010
"build": "next build",
@@ -21,12 +21,12 @@
2121
"db:turso:dump": "turso db shell slug .dump > dump.sql"
2222
},
2323
"dependencies": {
24-
"@auth/core": "0.28.2",
25-
"@auth/prisma-adapter": "1.5.2",
24+
"@auth/core": "0.30.0",
25+
"@auth/prisma-adapter": "2.0.0",
2626
"@hookform/resolvers": "3.3.4",
2727
"@libsql/client": "0.6.0",
28-
"@prisma/adapter-libsql": "5.12.0",
29-
"@prisma/client": "5.12.0",
28+
"@prisma/adapter-libsql": "5.13.0",
29+
"@prisma/client": "5.13.0",
3030
"@radix-ui/react-collapsible": "1.0.3",
3131
"@radix-ui/react-dialog": "1.0.5",
3232
"@radix-ui/react-dropdown-menu": "2.0.6",
@@ -36,23 +36,23 @@
3636
"@radix-ui/react-slot": "1.0.2",
3737
"@radix-ui/react-tabs": "1.0.4",
3838
"@radix-ui/react-tooltip": "1.0.7",
39-
"@t3-oss/env-nextjs": "0.9.2",
39+
"@t3-oss/env-nextjs": "0.10.1",
4040
"bcryptjs": "2.4.3",
41-
"boring-avatars": "1.10.1",
41+
"boring-avatars": "1.10.2",
4242
"cheerio": "1.0.0-rc.12",
4343
"class-variance-authority": "0.7.0",
44-
"clsx": "2.1.0",
44+
"clsx": "2.1.1",
4545
"cmdk": "1.0.0",
4646
"date-fns": "3.6.0",
47-
"eslint-config-next": "14.1.4",
47+
"eslint-config-next": "14.2.3",
4848
"js-confetti": "0.12.0",
49-
"lucide-react": "0.364.0",
50-
"next": "14.1.4",
51-
"next-auth": "5.0.0-beta.16",
49+
"lucide-react": "0.376.0",
50+
"next": "14.2.3",
51+
"next-auth": "5.0.0-beta.17",
5252
"next-themes": "0.3.0",
53-
"react": "18.2.0",
54-
"react-dom": "18.2.0",
55-
"react-hook-form": "7.51.2",
53+
"react": "18.3.1",
54+
"react-dom": "18.3.1",
55+
"react-hook-form": "7.51.3",
5656
"react-qr-code": "2.0.12",
5757
"sonner": "1.4.41",
5858
"tailwind-merge": "2.2.2",

0 commit comments

Comments
 (0)