Add react email as dev

This commit is contained in:
MartinBraquet
2025-09-16 14:08:36 +02:00
parent 04993224dc
commit 202ef737dd
3 changed files with 641 additions and 8 deletions

View File

@@ -17,6 +17,7 @@
"@types/html-to-text": "9.0.4",
"@types/prismjs": "1.26.5",
"@types/react": "18.3.5",
"@types/react-dom": "18.3.0"
"@types/react-dom": "18.3.0",
"react-email": "4.2.11"
}
}

View File

@@ -33,7 +33,7 @@
"@testing-library/jest-dom": "^6.6.4",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/node": "18.18.8",
"@types/node": "20.12.11",
"@typescript-eslint/eslint-plugin": "7.4.0",
"@typescript-eslint/parser": "7.4.0",
"concurrently": "8.2.2",
@@ -45,7 +45,7 @@
"prettier": "2.8.4",
"ts-node": "10.9.1",
"tsc-alias": "1.8.2",
"tsconfig-paths": "4.1.2",
"tsconfig-paths": "4.2.0",
"typescript": "5.5.4"
},
"resolutions": {

642
yarn.lock
View File

File diff suppressed because it is too large Load Diff