Skip to content

Commit

Permalink
Fix the issue of incorrect promise returned by runtime registerRemotes
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangHongEn committed Sep 15, 2023
1 parent 7aa415f commit badb3c9
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mf-webpack4",
"version": "1.4.3",
"version": "1.4.4",
"description": "Webpack 4 Module Federation Plugin",
"repository": {
"type": "git",
Expand Down Expand Up @@ -29,10 +29,11 @@
"pkg-dir": "5",
"resolve-cwd": "^3.0.0",
"webpack-virtual-modules": "^0.4.2",
"usemf": "^0.4.20",
"usemf": "^0.4.22",
"semverhook": "^1.1.0",
"inject-webpack": "^0.4.2",
"tapable": "^1.1.3"
"tapable": "^1.1.3",
"module-federation-runtime": "^1.1.16"
},
"peerDependencies": {
"loader-utils": "^1.4.0",
Expand Down

0 comments on commit badb3c9

Please sign in to comment.