Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit afdf512

Browse filesBrowse files
committed
build: update dependency webpack-dev-server to v6
See associated pull request for more information.
1 parent eaedbd8 commit afdf512
Copy full SHA for afdf512

3 files changed

+177-394Lines changed: 177 additions & 394 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎packages/angular_devkit/build_angular/package.json‎

Copy file name to clipboardExpand all lines: packages/angular_devkit/build_angular/package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
"tslib": "2.8.1",
5757
"webpack": "5.108.4",
5858
"webpack-dev-middleware": "8.0.3",
59-
"webpack-dev-server": "5.2.6",
59+
"webpack-dev-server": "6.0.0",
6060
"webpack-merge": "6.0.1",
6161
"webpack-subresource-integrity": "5.1.0"
6262
},
Collapse file

‎packages/angular_devkit/build_webpack/package.json‎

Copy file name to clipboardExpand all lines: packages/angular_devkit/build_webpack/package.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
"@angular-devkit/core": "workspace:0.0.0-PLACEHOLDER",
2424
"@ngtools/webpack": "workspace:0.0.0-PLACEHOLDER",
2525
"webpack": "5.108.4",
26-
"webpack-dev-server": "5.2.6"
26+
"webpack-dev-server": "6.0.0"
2727
},
2828
"peerDependencies": {
2929
"webpack": "^5.30.0",
30-
"webpack-dev-server": "^5.0.2"
30+
"webpack-dev-server": "^6.0.0"
3131
}
3232
}

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.