Skip to content

Commit

Permalink
build: update wepack to version 5.39.1
Browse files Browse the repository at this point in the history
This includes fixes to reduce memory usage.
  • Loading branch information
alan-agius4 authored and clydin committed Jun 17, 2021
1 parent f2ce053 commit 86db1c9
Show file tree
Hide file tree
Showing 6 changed files with 165 additions and 40 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -62,7 +62,7 @@
]
},
"resolutions": {
"**/@types/copy-webpack-plugin/webpack": "5.38.1"
"**/@types/copy-webpack-plugin/webpack": "5.39.1"
},
"devDependencies": {
"@angular/animations": "12.0.0",
Expand Down Expand Up @@ -230,7 +230,7 @@
"typescript": "4.2.4",
"verdaccio": "5.0.4",
"verdaccio-auth-memory": "^10.0.0",
"webpack": "5.38.1",
"webpack": "5.39.1",
"webpack-dev-middleware": "4.1.0",
"webpack-dev-server": "3.11.2",
"webpack-merge": "5.7.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular_devkit/build_angular/package.json
Expand Up @@ -68,7 +68,7 @@
"terser-webpack-plugin": "5.1.2",
"text-table": "0.2.0",
"tree-kill": "1.2.2",
"webpack": "5.38.1",
"webpack": "5.39.1",
"webpack-dev-middleware": "4.1.0",
"webpack-dev-server": "3.11.2",
"webpack-merge": "5.7.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular_devkit/build_optimizer/package.json
Expand Up @@ -22,6 +22,6 @@
}
},
"devDependencies": {
"webpack": "5.38.1"
"webpack": "5.39.1"
}
}
2 changes: 1 addition & 1 deletion packages/angular_devkit/build_webpack/package.json
Expand Up @@ -13,7 +13,7 @@
"devDependencies": {
"@angular-devkit/core": "0.0.0",
"node-fetch": "2.6.1",
"webpack": "5.38.1"
"webpack": "5.39.1"
},
"peerDependencies": {
"webpack": "^5.30.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ngtools/webpack/package.json
Expand Up @@ -33,6 +33,6 @@
"@angular/compiler": "12.0.0",
"@angular/compiler-cli": "12.0.0",
"typescript": "4.2.4",
"webpack": "5.38.1"
"webpack": "5.39.1"
}
}

0 comments on commit 86db1c9

Please sign in to comment.