Skip to content

Commit

Permalink
chore(deps): bump webpack-dev-server from 3.11.0 to 4.11.1
Browse files Browse the repository at this point in the history
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 3.11.0 to 4.11.1.
- [Release notes](https://github.com/webpack/webpack-dev-server/releases)
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md)
- [Commits](webpack/webpack-dev-server@v3.11.0...v4.11.1)

---
updated-dependencies:
- dependency-name: webpack-dev-server
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 27, 2022
1 parent 9480023 commit d9e32e9
Show file tree
Hide file tree
Showing 6 changed files with 478 additions and 590 deletions.
2 changes: 1 addition & 1 deletion packages/demo-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"copy-webpack-plugin": "^6.4.0",
"npm-run-all": "^4.1.5",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
"webpack-dev-server": "^4.11.1"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/docs-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"copy-webpack-plugin": "^6.4.0",
"npm-run-all": "^4.1.5",
"webpack-cli": "^3.3.12",
"webpack-dev-server": "^3.11.0"
"webpack-dev-server": "^4.11.1"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/landing-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"npm-run-all": "^4.1.5",
"raw-loader": "^4.0.2",
"webpack": "^5.74.0",
"webpack-dev-server": "^3.11.0"
"webpack-dev-server": "^4.11.1"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/table-dev-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"copy-webpack-plugin": "^7.0.0",
"npm-run-all": "^4.1.5",
"webpack": "^5.74.0",
"webpack-dev-server": "^3.11.0"
"webpack-dev-server": "^4.11.1"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-build-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"ts-loader": "^9.2.8",
"webpack": "^5.74.0",
"webpack-bundle-analyzer": "^4.5.0",
"webpack-dev-server": "^3.11.0",
"webpack-dev-server": "^4.11.1",
"webpack-notifier": "^1.15.0"
},
"repository": {
Expand Down
Loading

0 comments on commit d9e32e9

Please sign in to comment.