Skip to content

Commit de31204

Browse files
fix(jsx-email): relax react catalog pins to ^19.2.0 (#455)
Co-authored-by: CharlieHelps <charlie@charlielabs.ai>
1 parent 843c049 commit de31204

2 files changed

Lines changed: 10 additions & 8 deletions

File tree

packages/jsx-email/package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454
"@types/react": "catalog:",
5555
"@types/react-dom": "catalog:",
5656
"canispam": "^1.0.0",
57-
"react": "catalog:",
58-
"react-dom": "catalog:"
57+
"react": "^19.2.0",
58+
"react-dom": "^19.2.0"
5959
},
6060
"dependencies": {
6161
"@dot/log": "^0.2.0",
@@ -138,6 +138,8 @@
138138
"@types/yargs-parser": "catalog:",
139139
"canispam": "workspace:*",
140140
"hast": "catalog:",
141+
"react": "catalog:",
142+
"react-dom": "catalog:",
141143
"unified": "catalog:"
142144
},
143145
"types": "./dist/index.d.ts",

pnpm-lock.yaml

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)