-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
798 additions
and
784 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
e2e/react-email-e2e/tests/__snapshots__/react-email.spec.ts.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`react email e2e should be able to export 1`] = `"<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html dir="ltr" lang="en"><a href="https://example.com" style="line-height:100%;text-decoration:none;display:inline-block;max-width:100%;background:#000;color:#fff;padding:12px 20px 12px 20px" target="_blank"><span><!--[if mso]><i style="letter-spacing: 20px;mso-font-width:-100%;mso-text-raise:18" hidden> </i><![endif]--></span><span style="max-width:100%;display:inline-block;line-height:120%;mso-padding-alt:0px;mso-text-raise:9px">Click me</span><span><!--[if mso]><i style="letter-spacing: 20px;mso-font-width:-100%" hidden> </i><![endif]--></span></a></html>"`; | ||
exports[`react email e2e should be able to export 1`] = `"<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><!--$--><html dir="ltr" lang="en"><a href="https://example.com" style="line-height:100%;text-decoration:none;display:inline-block;max-width:100%;background:#000;color:#fff;padding:12px 20px 12px 20px" target="_blank"><span><!--[if mso]><i style="letter-spacing: 20px;mso-font-width:-100%;mso-text-raise:18" hidden> </i><![endif]--></span><span style="max-width:100%;display:inline-block;line-height:120%;mso-padding-alt:0px;mso-text-raise:9px">Click me</span><span><!--[if mso]><i style="letter-spacing: 20px;mso-font-width:-100%" hidden> </i><![endif]--></span></a></html><!--/$-->"`; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,33 +33,33 @@ | |
}, | ||
"dependencies": { | ||
"@actions/core": "^1.10.1", | ||
"@nx/devkit": "19.6.2", | ||
"@nx/workspace": "19.6.2", | ||
"@nx/devkit": "19.7.2", | ||
"@nx/workspace": "19.7.2", | ||
"@types/tar": "^6.1.13", | ||
"axios": "^1.7.5", | ||
"axios": "^1.7.7", | ||
"crypto-js": "^4.2.0", | ||
"deepmerge": "^4.3.1", | ||
"rxjs-for-await": "^1.0.0", | ||
"shelljs": "^0.8.5", | ||
"tar": "^7.4.3", | ||
"tslib": "^2.6.3", | ||
"tslib": "^2.7.0", | ||
"yargs": "^17.7.2" | ||
}, | ||
"devDependencies": { | ||
"@google-cloud/storage": "^7.12.1", | ||
"@jamesives/github-pages-deploy-action": "^4.6.3", | ||
"@jamesives/github-pages-deploy-action": "^4.6.4", | ||
"@jscutlery/semver": "^5.3.1", | ||
"@nx/eslint-plugin": "19.6.2", | ||
"@nx/jest": "19.6.2", | ||
"@nx/js": "19.6.2", | ||
"@nx/node": "19.6.2", | ||
"@nx/plugin": "19.6.2", | ||
"@nx/react": "19.6.2", | ||
"@nx/webpack": "19.6.2", | ||
"@pulumi/gcp": "^7.37.0", | ||
"@pulumi/pulumi": "^3.129.0", | ||
"@nx/eslint-plugin": "19.7.2", | ||
"@nx/jest": "19.7.2", | ||
"@nx/js": "19.7.2", | ||
"@nx/node": "19.7.2", | ||
"@nx/plugin": "19.7.2", | ||
"@nx/react": "19.7.2", | ||
"@nx/webpack": "19.7.2", | ||
"@pulumi/gcp": "^7.38.0", | ||
"@pulumi/pulumi": "^3.132.0", | ||
"@swc-node/register": "1.10.9", | ||
"@swc/core": "1.7.14", | ||
"@swc/core": "1.7.26", | ||
"@types/jest": "29.5.12", | ||
"@types/node": "20.14.11", | ||
"@types/shelljs": "^0.8.15", | ||
|
@@ -71,16 +71,16 @@ | |
"eslint": "8.57.0", | ||
"eslint-config-prettier": "9.1.0", | ||
"eslint-plugin-simple-import-sort": "^12.1.1", | ||
"express": "^4.19.2", | ||
"husky": "^9.1.5", | ||
"express": "^4.21.0", | ||
"husky": "^9.1.6", | ||
"jest": "29.7.0", | ||
"jest-environment-jsdom": "29.7.0", | ||
"nx": "19.6.2", | ||
"nx": "19.7.2", | ||
"prettier": "3.3.3", | ||
"ts-jest": "29.2.5", | ||
"ts-node": "10.9.2", | ||
"tslint": "~6.1.3", | ||
"typescript": "5.5.4" | ||
"typescript": "5.6.2" | ||
}, | ||
"packageManager": "[email protected]" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.