Skip to content

Commit

Permalink
fix: fix type issues on react-email templates on express server (#7279)
Browse files Browse the repository at this point in the history
* fix: remove erroneous react type pkg install on root

* fix: add react-email package to root

so react-email templates has no type errors when rendering on the server
  • Loading branch information
karrui committed May 15, 2024
1 parent 05f5df4 commit a67ab30
Show file tree
Hide file tree
Showing 5 changed files with 5,636 additions and 250 deletions.
18 changes: 9 additions & 9 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
"@types/gtag.js": "0.0.10",
"@types/jest": "^26.0.24",
"@types/node": "^16.11.12",
"@types/react": "^17.0.37",
"@types/react": "^17.0.80",
"@types/react-beautiful-dnd": "^13.1.2",
"@types/react-csv": "^1.1.2",
"@types/react-dom": "^17.0.11",
Expand Down
Loading

0 comments on commit a67ab30

Please sign in to comment.