Skip to content

Commit

Permalink
Fix react peer dependency in @mfng/core
Browse files Browse the repository at this point in the history
fixes #66
  • Loading branch information
unstubbable committed Apr 6, 2024
1 parent cc49f8f commit cbd5bea
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/eight-mice-sit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@mfng/core': patch
---

Fix react peer dependency
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
"react-server-dom-webpack": "18.3.0-canary-2f8f77602-20240229"
},
"peerDependencies": {
"react": "*",
"react-dom": "*",
"react-react": "*",
"react-server-dom-webpack": "*"
},
"publishConfig": {
Expand Down

0 comments on commit cbd5bea

Please sign in to comment.