Skip to content

Commit 2d14082

Browse files
Bump the production-dependencies group with 6 updates
Bumps the production-dependencies group with 6 updates: | Package | From | To | | --- | --- | --- | | [ecto_sqlite3](https://github.com/elixir-sqlite/ecto_sqlite3) | `0.21.0` | `0.22.0` | | [gettext](https://github.com/elixir-gettext/gettext) | `0.26.2` | `1.0.0` | | [phoenix_html](https://github.com/phoenixframework/phoenix_html) | `4.2.1` | `4.3.0` | | [phoenix_live_view](https://github.com/phoenixframework/phoenix_live_view) | `1.1.8` | `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 `ecto_sqlite3` from 0.21.0 to 0.22.0 - [Release notes](https://github.com/elixir-sqlite/ecto_sqlite3/releases) - [Changelog](https://github.com/elixir-sqlite/ecto_sqlite3/blob/main/CHANGELOG.md) - [Commits](elixir-sqlite/ecto_sqlite3@v0.21.0...v0.22.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 `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_view` from 1.1.8 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.8...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: ecto_sqlite3 dependency-version: 0.22.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: gettext dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies - dependency-name: phoenix_html dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies - dependency-name: phoenix_live_view dependency-version: 1.1.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: swoosh dependency-version: 1.19.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: production-dependencies - dependency-name: tailwind dependency-version: 0.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2393a4d commit 2d14082

2 files changed

Lines changed: 14 additions & 12 deletions

File tree

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ defmodule Techschool.MixProject do
5454
{:finch, "~> 0.13"},
5555
{:telemetry_metrics, "~> 1.0"},
5656
{:telemetry_poller, "~> 1.0"},
57-
{:gettext, "~> 0.20"},
57+
{:gettext, "~> 1.0"},
5858
{:jason, "~> 1.2"},
5959
{:dns_cluster, "~> 0.2.0"},
6060
{:bandit, "~> 1.2"},

0 commit comments

Comments
 (0)