Skip to content

Commit

Permalink
Merge pull request #23 from Hyuuh/next
Browse files Browse the repository at this point in the history
Update deps
  • Loading branch information
pheralb committed Apr 4, 2024
2 parents 4b37355 + a4df621 commit 68f92d8
Show file tree
Hide file tree
Showing 3 changed files with 427 additions and 468 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.28.2",
"@auth/prisma-adapter": "1.5.2",
"@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.12.0",
"@prisma/client": "5.12.0",
"@radix-ui/react-collapsible": "1.0.3",
"@radix-ui/react-dialog": "1.0.5",
"@radix-ui/react-dropdown-menu": "2.0.6",
Expand All @@ -46,7 +46,7 @@
"date-fns": "3.6.0",
"eslint-config-next": "14.1.4",
"js-confetti": "0.12.0",
"lucide-react": "0.363.0",
"lucide-react": "0.364.0",
"next": "14.1.4",
"next-auth": "5.0.0-beta.16",
"next-themes": "0.3.0",
Expand All @@ -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"
}
Loading

0 comments on commit 68f92d8

Please sign in to comment.