Skip to content

Commit

Permalink
feat: remove unnecessary packages
Browse files Browse the repository at this point in the history
  • Loading branch information
mwskwong committed Jun 18, 2024
1 parent e38397e commit f2fc12e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,9 @@
"@react-email/img": "^0.0.8",
"@react-email/link": "^0.0.8",
"@react-email/text": "^0.0.8",
"@t3-oss/env-core": "^0.10.1",
"@t3-oss/env-nextjs": "^0.10.1",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.12",
"clsx": "^2.1.1",
"contentful": "^10.12.1",
"dedent": "^1.5.3",
"feed": "^4.2.2",
Expand Down
2 changes: 1 addition & 1 deletion src/env.mjs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// @ts-check
// Using .mjs because this will be used in next.config.mjs

import { vercel } from '@t3-oss/env-core/presets';
import { createEnv } from '@t3-oss/env-nextjs';
import { vercel } from '@t3-oss/env-nextjs/presets';
import { capitalize } from 'lodash-es';
// FIXME: switch to Valibot when @t3-oss/env-nextjs has it implemented
import { z } from 'zod';
Expand Down

0 comments on commit f2fc12e

Please sign in to comment.