Skip to content

Commit 5c67f00

Browse files
deps(deps): bump the elixir-dependencies group across 1 directory with 9 updates
Bumps the elixir-dependencies group with 8 updates in the / directory: | Package | From | To | | --- | --- | --- | | [bandit](https://github.com/mtrudel/bandit) | `1.7.0` | `1.8.0` | | [gettext](https://github.com/elixir-gettext/gettext) | `0.26.2` | `1.0.0` | | [lazy_html](https://github.com/dashbitco/lazy_html) | `0.1.4` | `0.1.8` | | [phoenix](https://github.com/phoenixframework/phoenix) | `1.7.21` | `1.8.1` | | [phoenix_live_reload](https://github.com/phoenixframework/phoenix_live_reload) | `1.6.0` | `1.6.1` | | [phoenix_live_view](https://github.com/phoenixframework/phoenix_live_view) | `1.1.2` | `1.1.13` | | [swoosh](https://github.com/swoosh/swoosh) | `1.19.5` | `1.19.8` | | [tailwind](https://github.com/phoenixframework/tailwind) | `0.3.1` | `0.4.0` | Updates `bandit` from 1.7.0 to 1.8.0 - [Changelog](https://github.com/mtrudel/bandit/blob/main/CHANGELOG.md) - [Commits](mtrudel/bandit@1.7.0...1.8.0) Updates `gettext` from 0.26.2 to 1.0.0 - [Changelog](https://github.com/elixir-gettext/gettext/blob/main/CHANGELOG.md) - [Commits](elixir-gettext/gettext@v0.26.2...v1.0.0) Updates `lazy_html` from 0.1.4 to 0.1.8 - [Release notes](https://github.com/dashbitco/lazy_html/releases) - [Changelog](https://github.com/dashbitco/lazy_html/blob/main/CHANGELOG.md) - [Commits](dashbitco/lazy_html@v0.1.4...v0.1.8) Updates `phoenix` from 1.7.21 to 1.8.1 - [Release notes](https://github.com/phoenixframework/phoenix/releases) - [Changelog](https://github.com/phoenixframework/phoenix/blob/main/CHANGELOG.md) - [Commits](phoenixframework/phoenix@v1.7.21...v1.8.1) Updates `phoenix_html` from 4.2.1 to 4.3.0 - [Changelog](https://github.com/phoenixframework/phoenix_html/blob/main/CHANGELOG.md) - [Commits](phoenixframework/phoenix_html@v4.2.1...v4.3.0) Updates `phoenix_live_reload` from 1.6.0 to 1.6.1 - [Changelog](https://github.com/phoenixframework/phoenix_live_reload/blob/main/CHANGELOG.md) - [Commits](phoenixframework/phoenix_live_reload@v1.6.0...v1.6.1) Updates `phoenix_live_view` from 1.1.2 to 1.1.13 - [Changelog](https://github.com/phoenixframework/phoenix_live_view/blob/v1.1.13/CHANGELOG.md) - [Commits](phoenixframework/phoenix_live_view@v1.1.2...v1.1.13) Updates `swoosh` from 1.19.5 to 1.19.8 - [Release notes](https://github.com/swoosh/swoosh/releases) - [Changelog](https://github.com/swoosh/swoosh/blob/main/CHANGELOG.md) - [Commits](swoosh/swoosh@v1.19.5...v1.19.8) Updates `tailwind` from 0.3.1 to 0.4.0 - [Changelog](https://github.com/phoenixframework/tailwind/blob/main/CHANGELOG.md) - [Commits](phoenixframework/tailwind@v0.3.1...v0.4.0) --- updated-dependencies: - dependency-name: bandit dependency-version: 1.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: elixir-dependencies - dependency-name: gettext dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: elixir-dependencies - dependency-name: lazy_html dependency-version: 0.1.8 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: elixir-dependencies - dependency-name: phoenix dependency-version: 1.8.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: elixir-dependencies - dependency-name: phoenix_html dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: elixir-dependencies - dependency-name: phoenix_live_reload dependency-version: 1.6.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: elixir-dependencies - dependency-name: phoenix_live_view dependency-version: 1.1.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: elixir-dependencies - dependency-name: swoosh dependency-version: 1.19.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: elixir-dependencies - dependency-name: tailwind dependency-version: 0.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: elixir-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4c56b7f commit 5c67f00

2 files changed

Lines changed: 15 additions & 15 deletions

File tree

mix.exs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@ defmodule KidsMedia.MixProject do
4141
# Type `mix help deps` for examples and options.
4242
defp deps do
4343
[
44-
{:phoenix, "~> 1.7.21"},
44+
{:phoenix, "~> 1.8.1"},
4545
{:phoenix_html, "~> 4.1"},
4646
{:phoenix_live_reload, "~> 1.2", only: :dev},
4747
{:phoenix_live_view, "~> 1.0"},
4848
{:floki, ">= 0.30.0", only: :test},
4949
{:phoenix_live_dashboard, "~> 0.8.3"},
5050
{:esbuild, "~> 0.8", runtime: Mix.env() == :dev},
51-
{:tailwind, "~> 0.3.1", runtime: Mix.env() == :dev},
51+
{:tailwind, "~> 0.4.0", runtime: Mix.env() == :dev},
5252
{:heroicons,
5353
github: "tailwindlabs/heroicons",
5454
tag: "v2.2.0",
@@ -60,7 +60,7 @@ defmodule KidsMedia.MixProject do
6060
{:finch, "~> 0.13"},
6161
{:telemetry_metrics, "~> 1.0"},
6262
{:telemetry_poller, "~> 1.0"},
63-
{:gettext, "~> 0.26"},
63+
{:gettext, "~> 1.0"},
6464
{:jason, "~> 1.2"},
6565
{:dns_cluster, "~> 0.2.0"},
6666
{:bandit, "~> 1.5"},

0 commit comments

Comments
 (0)