Skip to content

Commit

Permalink
clients/article: update to stable versions of react email
Browse files Browse the repository at this point in the history
  • Loading branch information
zegl committed Dec 7, 2023
1 parent 03200ca commit c1b6a0b
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 52 deletions.
8 changes: 4 additions & 4 deletions clients/apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
"@polar-sh/sdk": "workspace:*",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-toast": "^1.1.3",
"@react-email/components": "0.0.12-canary.0",
"@react-email/markdown": "0.0.7",
"@react-email/render": "^0.0.9",
"@react-email/tailwind": "0.0.13-canary.4",
"@react-email/components": "0.0.12",
"@react-email/markdown": "0.0.8",
"@react-email/render": "^0.0.10",
"@react-email/tailwind": "0.0.13",
"@sentry/nextjs": "^7.74.0",
"@stripe/react-stripe-js": "^2.3.1",
"@stripe/stripe-js": "^2.1.8",
Expand Down
5 changes: 0 additions & 5 deletions clients/apps/web/src/app/(email)/email/article/[id]/route.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ import { Tailwind } from '@react-email/tailwind'
import { notFound } from 'next/navigation'
import { NextRequest, NextResponse } from 'next/server'

// @ts-ignore

// used by the renderer
import 'postcss'

export const runtime = 'nodejs'

const twConfig = {
Expand Down
68 changes: 25 additions & 43 deletions clients/pnpm-lock.yaml

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

2 comments on commit c1b6a0b

@vercel
Copy link

@vercel vercel bot commented on c1b6a0b Dec 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./docs

docs-git-main-polar-sh.vercel.app
docs-sigma-puce.vercel.app
docs-polar-sh.vercel.app
docs.polar.sh

@vercel
Copy link

@vercel vercel bot commented on c1b6a0b Dec 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.