Skip to content

Commit dba89e6

Browse files
committed
Fix package backend
1 parent 1a3fecc commit dba89e6

File tree

2 files changed

+9
-7
lines changed

2 files changed

+9
-7
lines changed

backend/api/package.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@
5151
"lodash": "4.17.21",
5252
"pg-promise": "11.4.1",
5353
"posthog-node": "4.11.0",
54-
"react": "19.0.0",
55-
"react-dom": "19.0.0",
54+
"react": "18.2.0",
55+
"react-dom": "18.2.0",
5656
"react-email": "3.0.7",
5757
"resend": "4.1.2",
5858
"string-similarity": "4.0.4",
@@ -63,6 +63,8 @@
6363
},
6464
"devDependencies": {
6565
"@types/cors": "2.8.17",
66-
"@types/ws": "8.5.10"
66+
"@types/ws": "8.5.10",
67+
"@types/react": "18.3.5",
68+
"@types/react-dom": "18.3.0"
6769
}
6870
}

backend/email/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@
88
},
99
"dependencies": {
1010
"@react-email/components": "0.0.33",
11-
"react": "19.0.0",
12-
"react-dom": "19.0.0",
11+
"react": "18.2.0",
12+
"react-dom": "18.2.0",
1313
"react-email": "3.0.7",
1414
"react-icons": "5.5.0",
1515
"resend": "4.1.2"
1616
},
1717
"devDependencies": {
1818
"@types/html-to-text": "9.0.4",
1919
"@types/prismjs": "1.26.5",
20-
"@types/react": "19.0.10",
21-
"@types/react-dom": "19.0.4"
20+
"@types/react": "18.3.5",
21+
"@types/react-dom": "18.3.0"
2222
}
2323
}

0 commit comments

Comments
 (0)