Skip to content

Commit 86db1c9

Browse files
alan-agius4clydin
authored andcommitted
build: update wepack to version 5.39.1
This includes fixes to reduce memory usage.
1 parent f2ce053 commit 86db1c9

File tree

6 files changed

+165
-40
lines changed

6 files changed

+165
-40
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
]
6363
},
6464
"resolutions": {
65-
"**/@types/copy-webpack-plugin/webpack": "5.38.1"
65+
"**/@types/copy-webpack-plugin/webpack": "5.39.1"
6666
},
6767
"devDependencies": {
6868
"@angular/animations": "12.0.0",
@@ -230,7 +230,7 @@
230230
"typescript": "4.2.4",
231231
"verdaccio": "5.0.4",
232232
"verdaccio-auth-memory": "^10.0.0",
233-
"webpack": "5.38.1",
233+
"webpack": "5.39.1",
234234
"webpack-dev-middleware": "4.1.0",
235235
"webpack-dev-server": "3.11.2",
236236
"webpack-merge": "5.7.3",

packages/angular_devkit/build_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"terser-webpack-plugin": "5.1.2",
6969
"text-table": "0.2.0",
7070
"tree-kill": "1.2.2",
71-
"webpack": "5.38.1",
71+
"webpack": "5.39.1",
7272
"webpack-dev-middleware": "4.1.0",
7373
"webpack-dev-server": "3.11.2",
7474
"webpack-merge": "5.7.3",

packages/angular_devkit/build_optimizer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
}
2323
},
2424
"devDependencies": {
25-
"webpack": "5.38.1"
25+
"webpack": "5.39.1"
2626
}
2727
}

packages/angular_devkit/build_webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"devDependencies": {
1414
"@angular-devkit/core": "0.0.0",
1515
"node-fetch": "2.6.1",
16-
"webpack": "5.38.1"
16+
"webpack": "5.39.1"
1717
},
1818
"peerDependencies": {
1919
"webpack": "^5.30.0",

packages/ngtools/webpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@
3333
"@angular/compiler": "12.0.0",
3434
"@angular/compiler-cli": "12.0.0",
3535
"typescript": "4.2.4",
36-
"webpack": "5.38.1"
36+
"webpack": "5.39.1"
3737
}
3838
}

0 commit comments

Comments
 (0)