Skip to content

Commit 3f013a1

Browse files
committed
build: update webpack to version 5.30.0
1 parent def0d15 commit 3f013a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
2727
"peerDependencies": {
2828
"@angular/compiler-cli": "^12.0.0-next",
2929
"typescript": "~4.2.3",
30-
"webpack": "^4.0.0 || ^5.20.0"
30+
"webpack": "^4.0.0 || ^5.30.0"
3131
},
3232
"devDependencies": {
3333
"@angular-devkit/core": "0.0.0",
3434
"@angular/compiler": "12.0.0-next.7",
3535
"@angular/compiler-cli": "12.0.0-next.7",
3636
"typescript": "4.2.4",
37-
"webpack": "5.21.2"
37+
"webpack": "5.30.0"
3838
}
3939
}

0 commit comments

Comments
 (0)