🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
Socket

create-email

Package Overview
Dependencies
Maintainers
0
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-email - npm Package Compare versions

Comparing version

to
0.0.31-canary.0

6

CHANGELOG.md
# 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 @@

2

package.json
{
"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"
}
}