We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4397070 commit f0cff04Copy full SHA for f0cff04
test_integrations/phoenix_app/mix.exs
@@ -41,13 +41,6 @@ defmodule PhoenixApp.MixProject do
41
{:phoenix_html, "~> 4.1"},
42
{:phoenix_live_reload, "~> 1.2", only: :dev},
43
{:phoenix_ecto, "~> 4.6", optional: true},
44
- {:heroicons,
45
- github: "tailwindlabs/heroicons",
46
- tag: "v2.1.1",
47
- sparse: "optimized",
48
- app: false,
49
- compile: false,
50
- depth: 1},
51
# TODO bump on release to {:phoenix_live_view, "~> 1.0.0"},
52
{:phoenix_live_view, "~> 1.0.0-rc.1", override: true},
53
{:floki, ">= 0.30.0", only: :test},
0 commit comments