chore: update phoenix_live_view to 1.0.0
Some checks failed
Checks / check (push) Failing after -6m25s
Build and Push Docker Image / Build and Push Image (push) Successful in -5m17s

This commit is contained in:
Vladimir Rubin 2024-12-11 22:29:05 +02:00
parent c254254f57
commit c24778d6f1
Signed by: vavakado
GPG key ID: CAB744727F36B524

View file

@ -40,8 +40,7 @@ defmodule Exmr.MixProject do
{:credo, "~> 1.7", only: [:dev, :test], runtime: false}, {:credo, "~> 1.7", only: [:dev, :test], runtime: false},
{:phoenix_html, "~> 4.1"}, {:phoenix_html, "~> 4.1"},
{:phoenix_live_reload, "~> 1.2", only: :dev}, {:phoenix_live_reload, "~> 1.2", only: :dev},
# TODO bump on release to {:phoenix_live_view, "~> 1.0.0"}, {:phoenix_live_view, "~> 1.0.0"},
{:phoenix_live_view, "~> 1.0.0-rc.1", override: true},
{:floki, ">= 0.30.0", only: :test}, {:floki, ">= 0.30.0", only: :test},
{:phoenix_live_dashboard, "~> 0.8.3"}, {:phoenix_live_dashboard, "~> 0.8.3"},
{:esbuild, "~> 0.8", runtime: Mix.env() == :dev}, {:esbuild, "~> 0.8", runtime: Mix.env() == :dev},