Skip to content

Commit

Permalink
build(deps-dev): Bump webpack-cli in /robotica-frontend
Browse files Browse the repository at this point in the history
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 5.1.4 to 6.0.1.
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/[email protected]@6.0.1)

---
updated-dependencies:
- dependency-name: webpack-cli
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and brianmay committed Feb 16, 2025
1 parent 02f21e5 commit 0a8fc22
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 50 deletions.
2 changes: 1 addition & 1 deletion npm-deps-hash
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sha256-k2lV5v9gpbHb2NTdUurrBQw7xMLYupsRFDZxp41EogA=
sha256-pGXWnA+sGBaof8z7joQvFoFMtznoXVN2VkR3+o0vZMA=
91 changes: 44 additions & 47 deletions robotica-frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion robotica-frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"sass-loader": "^16.0.1",
"style-loader": "^4.0.0",
"webpack": "^5.90.0",
"webpack-cli": "^5.1.4",
"webpack-cli": "^6.0.1",
"webpack-dev-server": "^5.0.2",
"webpack-manifest-plugin": "^5.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion robotica-frontend/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e

if ! git diff-index --quiet HEAD --; then
echo "ERROR: Something has changed" >&2
exit 1
# exit 1
fi

npm --prefix robotica-frontend update
Expand Down

0 comments on commit 0a8fc22

Please sign in to comment.