|
1 | 1 | {
|
2 | 2 | "name": "@pheralb/slug",
|
3 |
| - "version": "3.0.0", |
| 3 | + "version": "3.1.0", |
4 | 4 | "author": "@pheralb_",
|
5 | 5 | "description": "A URL shortener built with T3 Stack",
|
6 | 6 | "private": true,
|
7 |
| - "license": "MIT", |
| 7 | + "license": "GPL-3.0-only", |
8 | 8 | "type": "module",
|
9 | 9 | "scripts": {
|
10 | 10 | "build": "next build",
|
|
21 | 21 | "db:turso:dump": "turso db shell slug .dump > dump.sql"
|
22 | 22 | },
|
23 | 23 | "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", |
26 | 26 | "@hookform/resolvers": "3.3.4",
|
27 | 27 | "@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", |
30 | 30 | "@radix-ui/react-collapsible": "1.0.3",
|
31 | 31 | "@radix-ui/react-dialog": "1.0.5",
|
32 | 32 | "@radix-ui/react-dropdown-menu": "2.0.6",
|
|
36 | 36 | "@radix-ui/react-slot": "1.0.2",
|
37 | 37 | "@radix-ui/react-tabs": "1.0.4",
|
38 | 38 | "@radix-ui/react-tooltip": "1.0.7",
|
39 |
| - "@t3-oss/env-nextjs": "0.9.2", |
| 39 | + "@t3-oss/env-nextjs": "0.10.1", |
40 | 40 | "bcryptjs": "2.4.3",
|
41 |
| - "boring-avatars": "1.10.1", |
| 41 | + "boring-avatars": "1.10.2", |
42 | 42 | "cheerio": "1.0.0-rc.12",
|
43 | 43 | "class-variance-authority": "0.7.0",
|
44 |
| - "clsx": "2.1.0", |
| 44 | + "clsx": "2.1.1", |
45 | 45 | "cmdk": "1.0.0",
|
46 | 46 | "date-fns": "3.6.0",
|
47 |
| - "eslint-config-next": "14.1.4", |
| 47 | + "eslint-config-next": "14.2.3", |
48 | 48 | "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", |
52 | 52 | "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", |
56 | 56 | "react-qr-code": "2.0.12",
|
57 | 57 | "sonner": "1.4.41",
|
58 | 58 | "tailwind-merge": "2.2.2",
|
|
0 commit comments