Skip to content

Commit 9281be5

Browse files
fix(deps): update react-email monorepo
1 parent 2403a7e commit 9281be5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"lint": "eslint . --max-warnings 0"
1010
},
1111
"dependencies": {
12-
"@react-email/components": "0.0.14",
12+
"@react-email/components": "0.5.7",
1313
"next": "^14.0.3",
1414
"react": "^18.2.0",
1515
"react-dom": "^18.2.0"

bun.lockb

1.04 KB
Binary file not shown.

packages/transactional/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"export": "email export"
88
},
99
"dependencies": {
10-
"@react-email/components": "0.0.14",
11-
"react-email": "2.0.0"
10+
"@react-email/components": "0.5.7",
11+
"react-email": "2.1.6"
1212
}
1313
}

0 commit comments

Comments
 (0)