create-email
Advanced tools
Comparing version
# create-email | ||
## 0.0.31-canary.0 | ||
### Patch Changes | ||
- a1c016b: Updated peer dependencies to allow for React 19 release candidated and React 19 itself | ||
## 0.0.30 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "create-email", | ||
"version": "0.0.30", | ||
"version": "0.0.31-canary.0", | ||
"description": "The easiest way to get started with React Email", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
{ | ||
"name": "react-email-starter", | ||
"version": "0.0.30", | ||
"version": "0.0.31-canary.0", | ||
"private": true, | ||
@@ -11,10 +11,10 @@ "scripts": { | ||
"dependencies": { | ||
"@react-email/components": "workspace:0.0.22", | ||
"react-email": "workspace:2.1.6", | ||
"react": "^18.2.0" | ||
"@react-email/components": "workspace:0.0.23-canary.0", | ||
"react-email": "workspace:2.1.7-canary.0", | ||
"react": "19.0.0-rc.0" | ||
}, | ||
"devDependencies": { | ||
"@types/react": "18.2.33", | ||
"@types/react-dom": "18.2.14" | ||
"@types/react": "npm:types-react@rc", | ||
"@types/react-dom": "npm:types-react-dom@rc" | ||
} | ||
} |
96394
0.21%