Skip to content

Commit

Permalink
chore(deps): update dependency webpack to v5.14.0 (module-federation#592
Browse files Browse the repository at this point in the history
)

Co-authored-by: Renovate Bot <[email protected]>
  • Loading branch information
renovate[bot] and renovate-bot authored Jan 14, 2021
1 parent 1f833c3 commit bfd2c98
Show file tree
Hide file tree
Showing 67 changed files with 609 additions and 528 deletions.
2 changes: 1 addition & 1 deletion advanced-api/automatic-vendor-sharing/app1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"babel-loader": "8.2.2",
"html-webpack-plugin": "4.5.1",
"serve": "11.3.2",
"webpack": "5.6.0",
"webpack": "5.14.0",
"webpack-cli": "4.3.1",
"webpack-dev-server": "3.11.0"
},
Expand Down
2 changes: 1 addition & 1 deletion advanced-api/automatic-vendor-sharing/app2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"babel-loader": "8.2.2",
"html-webpack-plugin": "4.5.1",
"serve": "11.3.2",
"webpack": "5.6.0",
"webpack": "5.14.0",
"webpack-cli": "4.3.1",
"webpack-dev-server": "3.11.0"
},
Expand Down
2 changes: 1 addition & 1 deletion advanced-api/dynamic-remotes/app1/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"babel-loader": "8.2.2",
"html-webpack-plugin": "4.5.1",
"serve": "11.3.2",
"webpack": "5.6.0",
"webpack": "5.14.0",
"webpack-cli": "4.3.1",
"webpack-dev-server": "3.11.0"
},
Expand Down
2 changes: 1 addition & 1 deletion advanced-api/dynamic-remotes/app2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"babel-loader": "8.2.2",
"html-webpack-plugin": "4.5.1",
"serve": "11.3.2",
"webpack": "5.6.0",
"webpack": "5.14.0",
"webpack-cli": "4.3.1",
"webpack-dev-server": "3.11.0"
},
Expand Down
2 changes: 1 addition & 1 deletion advanced-api/dynamic-remotes/app3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"babel-loader": "8.2.2",
"html-webpack-plugin": "4.5.1",
"serve": "11.3.2",
"webpack": "5.6.0",
"webpack": "5.14.0",
"webpack-cli": "4.3.1",
"webpack-dev-server": "3.11.0"
},
Expand Down
2 changes: 1 addition & 1 deletion angular-universal-ssr/client-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"ts-node": "9.0.0",
"tslint": "6.1.3",
"typescript": "4.0.3",
"webpack": "5.6.0",
"webpack": "5.14.0",
"webpack-cli": "4.3.1"
}
}
2 changes: 1 addition & 1 deletion angular-universal-ssr/host-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"ts-node": "9.0.0",
"tslint": "6.1.3",
"typescript": "4.0.3",
"webpack": "5.6.0",
"webpack": "5.14.0",
"webpack-cli": "4.3.1"
}
}
2 changes: 1 addition & 1 deletion angular11-microfrontends-ngrx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"private": true,
"resolutions": {
"webpack": "5.4.0"
"webpack": "5.14.0"
},
"dependencies": {
"@angular/animations": "11.0.0-rc.2",
Expand Down
290 changes: 150 additions & 140 deletions angular11-microfrontends-ngrx/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion angular11-microfrontends-ngxs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"private": true,
"resolutions": {
"webpack": "5.4.0"
"webpack": "5.14.0"
},
"dependencies": {
"@angular/animations": "11.0.0-rc.2",
Expand Down
338 changes: 191 additions & 147 deletions angular11-microfrontends-ngxs/yarn.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion angular11-microfrontends/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"private": true,
"resolutions": {
"webpack": "5.6.0"
"webpack": "5.14.0"
},
"dependencies": {
"@angular/animations": "11.0.0-next.5",
Expand Down
Loading

0 comments on commit bfd2c98

Please sign in to comment.