Skip to content

Commit

Permalink
build: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tfkhdyt committed Jul 7, 2024
1 parent 462ef46 commit 471775f
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 572 deletions.
4 changes: 2 additions & 2 deletions drizzle.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import { environment } from '@/environment.mjs';

export default {
dbCredentials: {
connectionString: environment.DATABASE_URL,
url: environment.DATABASE_URL,
},
driver: 'pg',
dialect: 'postgresql',
out: './drizzle',
schema: './src/server/db/schema.ts',
} satisfies Config;
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@fontsource/poppins": "^5.0.14",
"@google/generative-ai": "^0.14.1",
"@hookform/resolvers": "^3.6.0",
"@marsidev/react-turnstile": "^0.4.1",
"@marsidev/react-turnstile": "^0.7.1",
"@radix-ui/react-alert-dialog": "^1.1.1",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-dialog": "^1.1.1",
Expand All @@ -40,7 +40,7 @@
"@serwist/next": "^8.4.4",
"@serwist/precaching": "^8.4.4",
"@serwist/sw": "^8.4.4",
"@t3-oss/env-nextjs": "^0.7.3",
"@t3-oss/env-nextjs": "^0.10.1",
"@tanstack/react-query": "^4.36.1",
"@trpc/client": "^10.45.2",
"@trpc/next": "^10.45.2",
Expand All @@ -52,15 +52,15 @@
"@zxcvbn-ts/language-common": "^3.0.4",
"@zxcvbn-ts/language-en": "^3.0.2",
"@zxcvbn-ts/language-id": "^3.0.2",
"argon2": "^0.31.2",
"argon2": "^0.40.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cuid": "^3.0.0",
"dayjs": "^1.11.11",
"drizzle-orm": "^0.29.5",
"drizzle-orm": "^0.31.2",
"drizzle-zod": "^0.5.1",
"indonesian-badwords": "^1.0.1",
"lucide-react": "^0.292.0",
"lucide-react": "^0.400.0",
"midtrans-node-client": "^0.0.6",
"next": "^14.2.4",
"next-auth": "^4.24.7",
Expand Down Expand Up @@ -96,7 +96,7 @@
"@typescript-eslint/parser": "^7.15.0",
"autoprefixer": "^10.4.19",
"dotenv-cli": "^7.4.2",
"drizzle-kit": "^0.20.18",
"drizzle-kit": "^0.22.8",
"eslint": "8.57.0",
"eslint-config-next": "14.1.4",
"eslint-config-prettier": "^9.1.0",
Expand Down
Loading

0 comments on commit 471775f

Please sign in to comment.