Skip to content

Commit

Permalink
update phoenix packages
Browse files Browse the repository at this point in the history
  • Loading branch information
aayushmau5 committed May 9, 2024
1 parent 26f0ec9 commit 682c24a
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 37 deletions.
5 changes: 5 additions & 0 deletions config/dev.exs
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ config :accumulator, AccumulatorWeb.Endpoint,
# Watch static and templates for browser reloading.
config :accumulator, AccumulatorWeb.Endpoint,
live_reload: [
notify: [
live_view: [
~r"lib/accumulator_web/(live|components)/.*(ex|heex)$"
]
],
patterns: [
~r"priv/static/.*(js|css|png|jpeg|jpg|gif|svg)$",
~r"lib/accumulator_web/(controllers|live|components)/.*(ex|heex)$"
Expand Down
14 changes: 7 additions & 7 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ defmodule Accumulator.MixProject do
defp deps do
[
{:bcrypt_elixir, "~> 3.0"},
{:phoenix, "~> 1.7.9"},
{:phoenix_html, "~> 3.3"},
{:phoenix_live_reload, "~> 1.2", only: :dev},
{:phoenix, "~> 1.7.12"},
{:phoenix_html, "~> 4.1.1"},
{:phoenix_live_reload, "~> 1.5.3", only: :dev},
{:phoenix_live_view, "~> 0.20.14"},
{:heroicons, "~> 0.5"},
{:floki, ">= 0.36.0", only: :test},
{:phoenix_live_dashboard, "~> 0.8.2"},
{:phoenix_live_dashboard, "~> 0.8.3"},
{:esbuild, "~> 0.5", runtime: Mix.env() == :dev},
{:tailwind, "~> 0.1.8", runtime: Mix.env() == :dev},
{:tailwind, "~> 0.2.2", runtime: Mix.env() == :dev},
{:telemetry_metrics, "~> 0.6"},
{:telemetry_poller, "~> 1.0"},
{:jason, "~> 1.4"},
Expand All @@ -50,8 +50,8 @@ defmodule Accumulator.MixProject do
{:req, "~> 0.3"},
{:credo, "~> 1.7", only: [:dev, :test], runtime: false},
{:ecto_sql, "~> 3.0"},
{:phoenix_ecto, "~> 4.0"},
{:postgrex, "~> 0.17"},
{:phoenix_ecto, "~> 4.5.1"},
{:postgrex, "~> 0.17.5"},
{:zarex, "~> 1.0"},
{:swoosh, "~> 1.11"},
{:finch, "~> 0.16"},
Expand Down
Loading

0 comments on commit 682c24a

Please sign in to comment.