fix: Move react and react-dom to dependencies instead of peerDependency for API
This commit is contained in:
@@ -14,15 +14,13 @@
|
||||
"react-email": "5.0.1",
|
||||
"typescript": "^5.7.2"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react": "^19.2.1",
|
||||
"react-dom": "^19.2.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@plunk/db": "*",
|
||||
"@plunk/types": "*",
|
||||
"@react-email/components": "^1.0.0",
|
||||
"@react-email/tailwind": "^2.0.1"
|
||||
"@react-email/tailwind": "^2.0.1",
|
||||
"react": "^19.2.1",
|
||||
"react-dom": "^19.2.1"
|
||||
},
|
||||
"exports": {
|
||||
".": "./dist/index.js"
|
||||
|
||||
Reference in New Issue
Block a user