Skip to content

Commit

Permalink
fix: peer dep config in repack package (#776)
Browse files Browse the repository at this point in the history
* fix: peer dep config in repack package

* chore: add changeset
  • Loading branch information
jbroma authored Nov 1, 2024
1 parent 76738de commit 31d0e32
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/big-wolves-tell.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@callstack/repack": patch
---

Fix peer dependency config for @rspack/core in repack package
2 changes: 1 addition & 1 deletion packages/repack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"@module-federation/enhanced": ">=0.6.10",
"@react-native-community/cli": "*",
"@react-native-community/cli-types": "*",
"@rspack/core": "=>1",
"@rspack/core": ">=1",
"@rspack/plugin-react-refresh": ">=1",
"react-native": ">=0.74",
"webpack": ">=5.90"
Expand Down

0 comments on commit 31d0e32

Please sign in to comment.