Skip to content

Commit 61e281e

Browse files
committed
Require Phoenix LiveView 1.0 at least
1 parent 697ccca commit 61e281e

File tree

5 files changed

+25
-34
lines changed

5 files changed

+25
-34
lines changed

assets/bun.lockb

370 KB
Binary file not shown.

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ defmodule ErrorTracker.MixProject do
8787
{:ecto_sql, "~> 3.0"},
8888
{:ecto, "~> 3.11"},
8989
{:jason, "~> 1.1"},
90-
{:phoenix_live_view, "~> 0.19 or ~> 1.0"},
90+
{:phoenix_live_view, "~> 1.0"},
9191
{:phoenix_ecto, "~> 4.6"},
9292
{:plug, "~> 1.10"},
9393
{:postgrex, ">= 0.0.0", optional: true},

0 commit comments

Comments
 (0)