Skip to content

Commit

Permalink
bump t3-env
Browse files Browse the repository at this point in the history
  • Loading branch information
juliusmarminge committed Jan 25, 2025
1 parent 8adf092 commit 8589f6f
Show file tree
Hide file tree
Showing 4 changed files with 118 additions and 736 deletions.
2 changes: 1 addition & 1 deletion apps/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"@acme/db": "workspace:*",
"@acme/ui": "workspace:*",
"@acme/validators": "workspace:*",
"@t3-oss/env-nextjs": "^0.11.1",
"@t3-oss/env-nextjs": "^0.12.0",
"@tanstack/react-query": "catalog:",
"@trpc/client": "catalog:",
"@trpc/react-query": "catalog:",
Expand Down
2 changes: 1 addition & 1 deletion apps/nextjs/src/env.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { createEnv } from "@t3-oss/env-nextjs";
import { vercel } from "@t3-oss/env-nextjs/presets";
import { vercel } from "@t3-oss/env-nextjs/presets-zod";
import { z } from "zod";

import { env as authEnv } from "@acme/auth/env";
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@acme/db": "workspace:*",
"@auth/core": "0.37.2",
"@auth/drizzle-adapter": "1.7.4",
"@t3-oss/env-nextjs": "^0.11.1",
"@t3-oss/env-nextjs": "^0.12.0",
"next": "^14.2.23",
"next-auth": "5.0.0-beta.25",
"react": "catalog:react18",
Expand Down
Loading

0 comments on commit 8589f6f

Please sign in to comment.