Skip to content

Commit

Permalink
fix(render): react and react-dom not in peer deps (#1513)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmfern committed Jul 1, 2024
1 parent 39aa82f commit bc26e90
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions packages/render/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,12 @@
"dependencies": {
"html-to-text": "9.0.5",
"js-beautify": "^1.14.11",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-promise-suspense": "0.3.4"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@babel/preset-react": "7.23.3",
"@edge-runtime/vm": "3.1.8",
Expand Down

0 comments on commit bc26e90

Please sign in to comment.