We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 697ccca commit 7839b10Copy full SHA for 7839b10
5 files changed
assets/bun.lockb
370 KB
mix.exs
@@ -87,7 +87,7 @@ defmodule ErrorTracker.MixProject do
87
{:ecto_sql, "~> 3.0"},
88
{:ecto, "~> 3.11"},
89
{:jason, "~> 1.1"},
90
- {:phoenix_live_view, "~> 0.19 or ~> 1.0"},
+ {:phoenix_live_view, "~> 1.0"},
91
{:phoenix_ecto, "~> 4.6"},
92
{:plug, "~> 1.10"},
93
{:postgrex, ">= 0.0.0", optional: true},
0 commit comments