Skip to content

Commit beddfb5

Browse files
fix(deps): update dependency @react-email/components to v0.0.26
1 parent 2403a7e commit beddfb5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/web/package.json

+1-1
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.0.26",
1313
"next": "^14.0.3",
1414
"react": "^18.2.0",
1515
"react-dom": "^18.2.0"

packages/transactional/package.json

+1-1
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",
10+
"@react-email/components": "0.0.26",
1111
"react-email": "2.0.0"
1212
}
1313
}

0 commit comments

Comments
 (0)