|
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",
|
|
16 | 16 | "db:generate": "prisma generate",
|
17 | 17 | "db:migrate": "prisma migrate dev --name init",
|
18 | 18 | "db:studio": "prisma studio",
|
19 |
| - "db:push": "turso db shell slug < ./prisma/migrations/20240331131037_init/migration.sql", |
| 19 | + "db:push": "turso db shell slug < ./prisma/migrations/20240404040238_init/migration.sql", |
20 | 20 | "db:pscale:dump": "pscale database dump databasename databasebranch",
|
21 | 21 | "db:turso:dump": "turso db shell slug .dump > dump.sql"
|
22 | 22 | },
|
23 | 23 | "dependencies": {
|
24 |
| - "@auth/core": "0.28.1", |
25 |
| - "@auth/prisma-adapter": "1.5.1", |
| 24 | + "@auth/core": "0.30.0", |
| 25 | + "@auth/prisma-adapter": "2.0.0", |
26 | 26 | "@hookform/resolvers": "3.3.4",
|
27 |
| - "@libsql/client": "0.5.6", |
28 |
| - "@prisma/adapter-libsql": "5.11.0", |
29 |
| - "@prisma/client": "5.11.0", |
| 27 | + "@libsql/client": "0.6.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.363.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",
|
|
63 | 63 | "devDependencies": {
|
64 | 64 | "@tailwindcss/typography": "0.5.12",
|
65 | 65 | "@types/bcryptjs": "2.4.6",
|
66 |
| - "@types/eslint": "8.56.6", |
67 |
| - "@types/node": "20.12.2", |
68 |
| - "@types/react": "18.2.73", |
69 |
| - "@types/react-dom": "18.2.23", |
| 66 | + "@types/eslint": "8.56.7", |
| 67 | + "@types/node": "20.12.4", |
| 68 | + "@types/react": "18.2.74", |
| 69 | + "@types/react-dom": "18.2.24", |
70 | 70 | "@types/uuid": "9.0.8",
|
71 |
| - "@typescript-eslint/eslint-plugin": "7.4.0", |
72 |
| - "@typescript-eslint/parser": "7.4.0", |
| 71 | + "@typescript-eslint/eslint-plugin": "7.5.0", |
| 72 | + "@typescript-eslint/parser": "7.5.0", |
73 | 73 | "autoprefixer": "10.4.19",
|
74 | 74 | "eslint": "8.57.0",
|
75 | 75 | "postcss": "8.4.38",
|
76 | 76 | "prettier": "3.2.5",
|
77 | 77 | "prettier-plugin-tailwindcss": "0.5.13",
|
78 |
| - "prisma": "5.11.0", |
| 78 | + "prisma": "5.12.0", |
79 | 79 | "tailwindcss": "3.4.3",
|
80 | 80 | "typescript": "5.4.3"
|
81 | 81 | },
|
82 | 82 | "ct3aMetadata": {
|
83 | 83 | "initVersion": "7.25.0"
|
84 | 84 | },
|
85 |
| - "packageManager": "[email protected].5" |
| 85 | + "packageManager": "[email protected].6" |
86 | 86 | }
|
0 commit comments