Skip to content

Commit

Permalink
fix(reconciler): missing dependencies (#2980)
Browse files Browse the repository at this point in the history
  • Loading branch information
diegomura authored Nov 25, 2024
1 parent 06875b7 commit 165c70f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/wicked-apes-kick.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@react-pdf/reconciler": patch
---

fix(reconciler): missing dependencies
8 changes: 7 additions & 1 deletion packages/reconciler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,17 @@
"files": [
"lib"
],
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0"
},
"dependencies": {
"object-assign": "^4.1.1",
"scheduler": "0.25.0-rc-603e6108-20241029"
},
"devDependencies": {
"ast-types": "^0.14.2",
"react-reconciler-26": "npm:[email protected]",
"react-reconciler-31": "npm:[email protected]",
"scheduler": "0.25.0-rc-603e6108-20241029",
"recast": "^0.23.9"
}
}

0 comments on commit 165c70f

Please sign in to comment.