Skip to content

Commit

Permalink
https://github.com/bonfire-networks/bonfire-app/issues/851
Browse files Browse the repository at this point in the history
  • Loading branch information
mayel committed Feb 16, 2024
1 parent e3dff1b commit 0dd2236
Show file tree
Hide file tree
Showing 4 changed files with 231 additions and 12 deletions.
4 changes: 3 additions & 1 deletion deps.git
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ bonfire_ui_common = "https://github.com/bonfire-networks/bonfire_ui_common#main"
# bonfire_data_social="https://github.com/bonfire-networks/bonfire_data_social#main"
# bonfire_web_phoenix = "https://github.com/bonfire-networks/bonfire_web_phoenix#main"
verbs = "https://github.com/shannonwells/verbs_ex"
needle = "https://github.com/bonfire-networks/needle"
needle = "https://github.com/bonfire-networks/needle"

# surface = "https://github.com/surface-ui/surface"
12 changes: 10 additions & 2 deletions deps.hex
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,15 @@ zstream = "~> 0.6.4"
# surface_heroicons = "~> 0.5"
floki = ">= 0.0.0"
telemetry = "~> 1.1.0"
surface = "~> 0.11.0"

surface = "~> 0.11.1"
sourceror = "~> 0.12.0"
phoenix_live_view = "~> 0.19.0"
# phoenix_live_view = "~> 0.20.7"
phoenix = "~> 1.7.0"
# phoenix_html = "~> 3.2.0"
# phoenix_html = "~> 4.0"

untangle = "~> 0.3.0"
needle = "~> 0.7"
arrows = "~> 0.1"
arrows = "~> 0.1"
17 changes: 8 additions & 9 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,19 @@ defmodule Bonfire.UI.Me.MixProject do
aliases: aliases(),
deps:
Mess.deps([
{:phoenix_live_reload, "~> 1.2", only: :dev},
{:phoenix_live_view, "~> 0.20.5", override: true},
{:phoenix, "~> 1.7.0", override: true},
# {:phoenix_live_reload, "~> 1.2", only: :dev},
{:zest, "~> 0.1", only: :test},

{:bonfire,
git: "https://github.com/bonfire-networks/bonfire_spark",
branch: "main",
only: :test},
{:phoenix_test,
# "~> 0.2.4",
git: "https://github.com/germsvel/phoenix_test",
only: :test, runtime: false}

only: :test},

{:phoenix_test,
# "~> 0.2.4",
git: "https://github.com/germsvel/phoenix_test",
only: :test, runtime: false}

# {:bonfire_tag,
# git: "https://github.com/bonfire-networks/bonfire_tag",
# branch: "main",
Expand Down

0 comments on commit 0dd2236

Please sign in to comment.