Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/lucide-react-0.468.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BramSuurdje authored Dec 13, 2024
2 parents e3f38e1 + 251a480 commit f711aa3
Show file tree
Hide file tree
Showing 12 changed files with 134 additions and 315 deletions.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ POSTGRES_USER=netflix
POSTGRES_PASSWORD=example
POSTGRES_DB=netflix
DATABASE_URL=postgresql://netflix:example@localhost:5432/netflix
BETTER_AUTH_SECRET=nRUcLYsAV7p2cjtcktzWluLcqh7yMuGG
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,11 @@ To learn more about Next.js, take a look at the following resources:
## 🚀 Extra Libraries used

- [@tanstack/react-query](https://tanstack.com/query/v5) - Fetching data on the client
- [@tanstack/react-table](https://tanstack.com/table) - Table component
- [zod](https://zod.dev/) - Validation
- [ShadCN](https://shadcn.com/) - UI components
- [better-auth](https://better-auth.com/) - Authentication
- [prisma](https://prisma.io/) - Database ORM

## 🚧 Commit Message Guidelines

Expand Down
Binary file modified bun.lockb
Binary file not shown.
9 changes: 5 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,19 @@
"prepare": "husky"
},
"dependencies": {
"@prisma/client": "5.22.0",
"@prisma/client": "^6.0.1",
"@tanstack/react-query": "^5.60.5",
"better-auth": "^1.0.18",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"dotenv": "^16.4.5",
"dotenv-expand": "^12.0.1",
"lucide-react": "^0.468.0",
"next": "15.0.3",
"next": "15.0.4",
"pg": "^8.13.1",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"react": "19.0.0-rc.1",
"react": "19.0.0",
"react-dom": "19.0.0-rc.1",
"sharp": "^0.33.5",
"tailwind-merge": "^2.5.4",
Expand All @@ -49,7 +50,7 @@
"eslint-plugin-react-refresh": "^0.4.14",
"husky": "^9.1.7",
"postcss": "^8.4.49",
"prisma": "5.22.0",
"prisma": "^6.0.1",
"tailwindcss": "^3.4.15",
"typescript": "^5.6.3"
}
Expand Down
283 changes: 0 additions & 283 deletions prisma/migrations/20241126085144_start/migration.sql

This file was deleted.

3 changes: 0 additions & 3 deletions prisma/migrations/migration_lock.toml

This file was deleted.

Loading

0 comments on commit f711aa3

Please sign in to comment.