We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 393796e commit 36cf722Copy full SHA for 36cf722
mix.exs
@@ -56,18 +56,18 @@ defmodule Companies.MixProject do
56
{:jason, "~> 1.1"},
57
{:libcluster, "~> 3.3"},
58
{:live_dashboard_history, "~> 0.1"},
59
- {:nimble_publisher, "~> 0.1.3"},
+ {:nimble_publisher, "~> 1.1.1"},
60
{:phoenix, "~> 1.6"},
61
- {:phoenix_html, "~> 3.2", override: true},
62
- {:phoenix_live_view, "~> 0.18"},
+ {:phoenix_html, "~> 4.2", override: true},
+ {:phoenix_live_view, "~> 1.0"},
63
{:phoenix_pubsub, "~> 2.1"},
64
{:phoenix_view, "~> 2.0"},
65
{:plug_cowboy, "~> 2.6"},
66
{:set_locale, "~> 0.2"},
67
{:slugify, "~> 1.3.1"},
68
- {:telemetry_metrics, "~> 0.6"},
+ {:telemetry_metrics, "~> 1.1"},
69
{:telemetry_poller, "~> 1.0"},
70
- {:timex, "~> 3.6.1"},
+ {:timex, "~> 3.7.11"},
71
72
# Dev & Test
73
{:credo, "~> 1.7.7", only: [:dev, :test], runtime: false},
0 commit comments