Skip to content

Commit

Permalink
chore(deps): update webpack-dev-server (#3809)
Browse files Browse the repository at this point in the history
The recent update to `webpack@2.1-rc.3` left a missing peerDep on `webpack-dev-server`.
  • Loading branch information
filipesilva authored and hansl committed Dec 31, 2016
1 parent 2a513ca commit ba477d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"url-loader": "^0.5.7",
"walk-sync": "^0.2.6",
"webpack": "2.2.0-rc.3",
"webpack-dev-server": "2.1.0-beta.9",
"webpack-dev-server": "2.2.0-rc.0",
"webpack-merge": "^0.14.0",
"webpack-sources": "^0.1.3",
"yam": "0.0.18",
Expand Down
2 changes: 1 addition & 1 deletion packages/angular-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"url-loader": "^0.5.7",
"walk-sync": "^0.2.6",
"webpack": "2.2.0-rc.3",
"webpack-dev-server": "2.1.0-beta.9",
"webpack-dev-server": "2.2.0-rc.0",
"webpack-merge": "^0.14.0",
"webpack-sources": "^0.1.3",
"yam": "0.0.18",
Expand Down

3 comments on commit ba477d3

@daBishMan
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@filipesilva The webpack was changed to Rc.3, should this gets updated to the same version ?

"webpack": "2.2.0-rc.3",

@filipesilva
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@daBishMan that version of the dev server does not exist:

$ npm info webpack-dev-server dist-tags
{ latest: '1.16.2', beta: '2.2.0-rc.0' }

@daBishMan
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Many thanks for your response @filipesilva my mistake.

Please sign in to comment.