Skip to content

Commit

Permalink
fix: dependencies peer required
Browse files Browse the repository at this point in the history
  • Loading branch information
douglaszaltron authored Feb 4, 2025
1 parent f141396 commit 776881c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions packages/rsbuild-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,21 +40,18 @@
"dist"
],
"dependencies": {
"@module-federation/sdk": "workspace:*"
"@module-federation/sdk": "workspace:*",
"@module-federation/enhanced": "workspace:*"
},
"devDependencies": {
"@rsbuild/core": "^1.0.19"
},
"peerDependencies": {
"@module-federation/enhanced": "workspace:*",
"@rsbuild/core": "1.x"
},
"peerDependenciesMeta": {
"@rsbuild/core": {
"optional": true
},
"@module-federation/enhanced": {
"optional": true
}
},
"engines": {
Expand Down

0 comments on commit 776881c

Please sign in to comment.