Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency webpack-dev-server to v5.0.3 #2002

Merged
merged 1 commit into from
Mar 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"prettier": "3.2.5",
"typescript": "5.4.2",
"webpack-bundle-analyzer": "4.10.1",
"webpack-dev-server": "5.0.2"
"webpack-dev-server": "5.0.3"
},
"browserslist": [
"defaults"
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -12478,7 +12478,7 @@ __metadata:
webpack: "npm:5.90.3"
webpack-bundle-analyzer: "npm:4.10.1"
webpack-cli: "npm:5.1.4"
webpack-dev-server: "npm:5.0.2"
webpack-dev-server: "npm:5.0.3"
webpack-manifest-plugin: "npm:5.0.0"
languageName: unknown
linkType: soft
Expand Down Expand Up @@ -14203,9 +14203,9 @@ __metadata:
languageName: node
linkType: hard

"webpack-dev-server@npm:5.0.2":
version: 5.0.2
resolution: "webpack-dev-server@npm:5.0.2"
"webpack-dev-server@npm:5.0.3":
version: 5.0.3
resolution: "webpack-dev-server@npm:5.0.3"
dependencies:
"@types/bonjour": "npm:^3.5.13"
"@types/connect-history-api-fallback": "npm:^1.5.4"
Expand Down Expand Up @@ -14246,7 +14246,7 @@ __metadata:
optional: true
bin:
webpack-dev-server: bin/webpack-dev-server.js
checksum: 10/f47205b56a562c72083ad979fceb499dc60ef35a75a72b6fbcbccd258b6b304ab3a977877dc6ce68aa5fb90cee8ab9387e22ceb8e374a019e3d4ce77ad0c9493
checksum: 10/39e8cccbe981338695067faf9242d70b8d3b5c0640545c2d4099dd30a13b86f516826af7ba130f18648617ea51dae257efce6685b25358db180f41d7344a7d4f
languageName: node
linkType: hard

Expand Down
Loading