Skip to content

Commit

Permalink
chore(deps): update dependency webpack-cli to v6 (#6713)
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 Jan 2, 2025
1 parent c8166c9 commit 70b8258
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/flutter/javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
},
"devDependencies": {
"webpack": "5.97.1",
"webpack-cli": "5.1.4"
"webpack-cli": "6.0.1"
}
}
2 changes: 1 addition & 1 deletion examples/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
"testcafe": "3.7.1",
"testcafe-hammerhead": "31.7.4",
"webpack": "5.97.1",
"webpack-cli": "5.1.4",
"webpack-cli": "6.0.1",
"webpack-dev-server": "5.2.0"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@
"watch": "1.0.2",
"webpack": "5.97.1",
"webpack-bundle-analyzer": "4.10.2",
"webpack-cli": "5.1.4",
"webpack-cli": "6.0.1",
"webpack-dev-server": "5.2.0"
},
"overrides": {
Expand Down

0 comments on commit 70b8258

Please sign in to comment.