File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5353 "sharp" : " ^0.34.5" ,
5454 "tailwindcss" : " ^4.0.0" ,
5555 "typescript" : " ^5.7.0" ,
56- "vitest" : " ^2.1 .0"
56+ "vitest" : " ^3.2 .0"
5757 }
5858}
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ export async function sendBulkEmail(input: {
4848 const resendApiKey = process . env . RESEND_API_KEY ;
4949 if ( ! resendApiKey ) return { ok : false , error : 'RESEND_API_KEY is not configured.' } ;
5050
51- const defaultFrom = process . env . EMAIL_FROM ?? 'PairUX <noreply @pairux.com>' ;
51+ const defaultFrom = process . env . EMAIL_FROM ?? 'PairUX <hello @pairux.com>' ;
5252
5353 // Fetch all user emails via the admin auth API (service role bypasses RLS).
5454 const svc = serviceClient ( ) ;
Original file line number Diff line number Diff line change 5858 "@eslint/js" : " ^9.17.0" ,
5959 "@next/eslint-plugin-next" : " ^15.1.0" ,
6060 "@types/node" : " ^22.10.0" ,
61- "@vitest/coverage-v8" : " ^2.1 .0" ,
61+ "@vitest/coverage-v8" : " ^3.2 .0" ,
6262 "eslint" : " ^9.17.0" ,
6363 "eslint-config-prettier" : " ^9.1.0" ,
6464 "eslint-plugin-react" : " ^7.37.0" ,
6868 "turbo" : " ^2.3.0" ,
6969 "typescript" : " ^5.7.0" ,
7070 "typescript-eslint" : " ^8.18.0" ,
71- "vitest" : " ^2.1 .0"
71+ "vitest" : " ^3.2 .0"
7272 },
7373 "repository" : {
7474 "type" : " git" ,
Original file line number Diff line number Diff line change 3636 },
3737 "devDependencies" : {
3838 "typescript" : " ^5.7.0" ,
39- "vitest" : " ^2.1 .0"
39+ "vitest" : " ^3.2 .0"
4040 }
4141}
You can’t perform that action at this time.
0 commit comments