@react-email/render
Advanced tools
Comparing version 0.0.12 to 0.0.13
@@ -1,2 +0,2 @@ | ||
Copyright 2022 Bu Kinoshita and Zeno Rocha | ||
Copyright 2024 Plus Five Five, Inc | ||
@@ -3,0 +3,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: |
{ | ||
"name": "@react-email/render", | ||
"version": "0.0.12", | ||
"version": "0.0.13", | ||
"description": "Transform React components into HTML email templates", | ||
@@ -25,10 +25,2 @@ "sideEffects": false, | ||
"license": "MIT", | ||
"scripts": { | ||
"build": "tsup src/index.ts --format esm,cjs --dts --external react", | ||
"clean": "rm -rf dist", | ||
"dev": "tsup src/index.ts --format esm,cjs --dts --external react --watch", | ||
"lint": "eslint .", | ||
"test:watch": "vitest", | ||
"test": "vitest run" | ||
}, | ||
"repository": { | ||
@@ -49,19 +41,27 @@ "type": "git", | ||
"js-beautify": "^1.14.11", | ||
"react": "18.2.0", | ||
"react-dom": "18.2.0" | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/preset-react": "7.22.5", | ||
"@edge-runtime/vm": "3.1.7", | ||
"@types/html-to-text": "9.0.1", | ||
"@babel/preset-react": "7.23.3", | ||
"@edge-runtime/vm": "3.1.8", | ||
"@types/html-to-text": "9.0.4", | ||
"@types/js-beautify": "1.14.3", | ||
"eslint-config-custom": "workspace:*", | ||
"jsdom": "23.0.1", | ||
"tsconfig": "workspace:*", | ||
"typescript": "5.1.6", | ||
"vitest": "0.34.6" | ||
"vitest": "0.34.6", | ||
"tsconfig": "0.0.0", | ||
"eslint-config-custom": "0.0.0" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"scripts": { | ||
"build": "tsup src/index.ts --format esm,cjs --dts --external react", | ||
"clean": "rm -rf dist", | ||
"dev": "tsup src/index.ts --format esm,cjs --dts --external react --watch", | ||
"lint": "eslint .", | ||
"test:watch": "vitest", | ||
"test": "vitest run" | ||
} | ||
} | ||
} |
16936
+ Addedreact@18.3.1(transitive)
+ Addedreact-dom@18.3.1(transitive)
- Removedreact@18.2.0(transitive)
- Removedreact-dom@18.2.0(transitive)
Updatedreact@^18.2.0
Updatedreact-dom@^18.2.0