Skip to content

Commit 41f5de6

Browse files
fix(frontend): resolve prettier and react-email version mismatches (#226)
1 parent 83a7a84 commit 41f5de6

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

apps/dashboard/next.config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ const nextConfig: NextConfig = {
3838
"pino-pretty",
3939
"@axiomhq/pino",
4040
"thread-stream",
41+
"@react-email/render",
42+
"prettier",
4143
],
4244
transpilePackages: [],
4345
output: "standalone",

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,5 +105,9 @@
105105
"prettier": "^3.7.4",
106106
"react-hotkeys-hook": "^5.2.1",
107107
"zod": "^4.1.13"
108+
},
109+
"overrides": {
110+
"prettier": "^3.7.4",
111+
"@react-email/render": "1.1.3"
108112
}
109113
}

0 commit comments

Comments
 (0)