Skip to content

Commit

Permalink
Merge pull request #67 from unstubbable/fix-peer-dep
Browse files Browse the repository at this point in the history
Fix react peer dependency in `@mfng/core`
  • Loading branch information
unstubbable authored Apr 6, 2024
2 parents cc49f8f + cbd5bea commit 6950143
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 6950143

Please sign in to comment.