Skip to content

Commit c0dff02

Browse files
authored
Merge pull request #29 from pheralb/next
✨ Update dependencies
2 parents fef815c + 96c7efb commit c0dff02

File tree

3 files changed

+590
-656
lines changed

3 files changed

+590
-656
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -225,4 +225,4 @@ This is the roadmap I will be following for the complete migration to v3:
225225

226226
## 🔑 License
227227

228-
- [MIT](https://github.com/pheralb/slug/blob/main/LICENSE).
228+
- [GPL-3.0 license](https://github.com/pheralb/slug/blob/main/LICENSE).

package.json

+26-26
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",
@@ -16,17 +16,17 @@
1616
"db:generate": "prisma generate",
1717
"db:migrate": "prisma migrate dev --name init",
1818
"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",
2020
"db:pscale:dump": "pscale database dump databasename databasebranch",
2121
"db:turso:dump": "turso db shell slug .dump > dump.sql"
2222
},
2323
"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",
2626
"@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",
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.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",
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",
@@ -63,24 +63,24 @@
6363
"devDependencies": {
6464
"@tailwindcss/typography": "0.5.12",
6565
"@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",
7070
"@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",
7373
"autoprefixer": "10.4.19",
7474
"eslint": "8.57.0",
7575
"postcss": "8.4.38",
7676
"prettier": "3.2.5",
7777
"prettier-plugin-tailwindcss": "0.5.13",
78-
"prisma": "5.11.0",
78+
"prisma": "5.12.0",
7979
"tailwindcss": "3.4.3",
8080
"typescript": "5.4.3"
8181
},
8282
"ct3aMetadata": {
8383
"initVersion": "7.25.0"
8484
},
85-
"packageManager": "[email protected].5"
85+
"packageManager": "[email protected].6"
8686
}

0 commit comments

Comments
 (0)