Skip to content

Commit

Permalink
pkg: Update webpack packages (#2506)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 4, 2024
1 parent 13049f7 commit 739238b
Show file tree
Hide file tree
Showing 5 changed files with 132 additions and 148 deletions.
2 changes: 1 addition & 1 deletion examples/concurrent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"typescript": "5.5.4",
"webpack": "5.94.0",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.0.4"
"webpack-dev-server": "5.1.0"
},
"dependencies": {
"@anansi/core": "^0.20.4",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"typescript": "5.5.4",
"webpack": "5.94.0",
"webpack-cli": "5.1.4",
"webpack-dev-server": "5.0.4"
"webpack-dev-server": "5.1.0"
},
"resolutions": {
"normalize-url": "^6"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"source-map-support": "^0.5.21",
"tmp": "^0.2.3",
"unionfs": "^4.5.4",
"webpack-dev-server": "^5.0.4",
"webpack-dev-server": "^5.1.0",
"whatwg-fetch": "^3.6.2"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/webpack-config-anansi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"os-browserify": "^0.3.0",
"path": "^0.12.7",
"path-browserify": "^1.0.1",
"postcss": "^8.4.41",
"postcss": "^8.4.45",
"postcss-loader": "^8.1.1",
"postcss-preset-env": "^10.0.2",
"process": "^0.11.10",
Expand Down
Loading

0 comments on commit 739238b

Please sign in to comment.