Skip to content

Commit

Permalink
chore(deps-dev): bump styler in /example in the all-dependencies group
Browse files Browse the repository at this point in the history
Bumps the all-dependencies group in /example with 1 update: [styler](https://github.com/adobe/elixir-styler).


Updates `styler` from 0.11.9 to 1.0.0
- [Release notes](https://github.com/adobe/elixir-styler/releases)
- [Changelog](https://github.com/adobe/elixir-styler/blob/main/CHANGELOG.md)
- [Commits](adobe/elixir-styler@v0.11.9...v1.0.0)

---
updated-dependencies:
- dependency-name: styler
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 9, 2024
1 parent 37050cf commit b328d68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ defmodule Example.MixProject do
{:jason, "~> 1.4"},
{:dns_cluster, "~> 0.1"},
{:bandit, "~> 1.5"},
{:styler, "~> 0.11", only: [:dev, :test], runtime: false},
{:styler, "~> 1.0", only: [:dev, :test], runtime: false},

# Heyya is added here for testing of
# our components, live components, and live views
Expand Down
2 changes: 1 addition & 1 deletion example/mix.lock

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

0 comments on commit b328d68

Please sign in to comment.