-
-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #29 from pheralb/next
✨ Update dependencies
- Loading branch information
Showing
3 changed files
with
590 additions
and
656 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
@@ -16,17 +16,17 @@ | |
"db:generate": "prisma generate", | ||
"db:migrate": "prisma migrate dev --name init", | ||
"db:studio": "prisma studio", | ||
"db:push": "turso db shell slug < ./prisma/migrations/20240331131037_init/migration.sql", | ||
"db:push": "turso db shell slug < ./prisma/migrations/20240404040238_init/migration.sql", | ||
"db:pscale:dump": "pscale database dump databasename databasebranch", | ||
"db:turso:dump": "turso db shell slug .dump > dump.sql" | ||
}, | ||
"dependencies": { | ||
"@auth/core": "0.28.1", | ||
"@auth/prisma-adapter": "1.5.1", | ||
"@auth/core": "0.30.0", | ||
"@auth/prisma-adapter": "2.0.0", | ||
"@hookform/resolvers": "3.3.4", | ||
"@libsql/client": "0.5.6", | ||
"@prisma/adapter-libsql": "5.11.0", | ||
"@prisma/client": "5.11.0", | ||
"@libsql/client": "0.6.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", | ||
|
@@ -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.363.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", | ||
|
@@ -63,24 +63,24 @@ | |
"devDependencies": { | ||
"@tailwindcss/typography": "0.5.12", | ||
"@types/bcryptjs": "2.4.6", | ||
"@types/eslint": "8.56.6", | ||
"@types/node": "20.12.2", | ||
"@types/react": "18.2.73", | ||
"@types/react-dom": "18.2.23", | ||
"@types/eslint": "8.56.7", | ||
"@types/node": "20.12.4", | ||
"@types/react": "18.2.74", | ||
"@types/react-dom": "18.2.24", | ||
"@types/uuid": "9.0.8", | ||
"@typescript-eslint/eslint-plugin": "7.4.0", | ||
"@typescript-eslint/parser": "7.4.0", | ||
"@typescript-eslint/eslint-plugin": "7.5.0", | ||
"@typescript-eslint/parser": "7.5.0", | ||
"autoprefixer": "10.4.19", | ||
"eslint": "8.57.0", | ||
"postcss": "8.4.38", | ||
"prettier": "3.2.5", | ||
"prettier-plugin-tailwindcss": "0.5.13", | ||
"prisma": "5.11.0", | ||
"prisma": "5.12.0", | ||
"tailwindcss": "3.4.3", | ||
"typescript": "5.4.3" | ||
}, | ||
"ct3aMetadata": { | ||
"initVersion": "7.25.0" | ||
}, | ||
"packageManager": "[email protected].5" | ||
"packageManager": "[email protected].6" | ||
} |
Oops, something went wrong.