This commit is contained in:
Mayel de Borniol 2024-04-01 17:12:55 +01:00
parent e3420dda26
commit a7e4da9ed5
4 changed files with 6 additions and 1 deletions

View file

@ -30,3 +30,4 @@ activity_pub = "https://github.com/bonfire-networks/activity_pub#develop"
# needle = "https://github.com/bonfire-networks/needle#main"
# surface = "https://github.com/surface-ui/surface"

View file

@ -11,3 +11,6 @@ telemetry = "~> 1.2.0"
# bonfire_data_activity_pub = "~> 0.1"
# bonfire_data_identity = "~> 0.1"
# bonfire_data_social = "~> 0.1"
# API
absinthe = "~> 1.7.0"

View file

@ -1,6 +1,7 @@
# note: these should match the versions in extensions/bonfire/deps.hex
phoenix = "~> 1.7.0"
phoenix_live_view = "~> 0.20.7"
telemetry = "~> 1.2.0"
# API
absinthe = "~> 1.7.0"

View file

@ -150,7 +150,7 @@ defmodule Bonfire.Umbrella.MixProject do
# TODO: put these in ENV or an external writeable config file similar to deps.*
@config [
# note that the flavour will automatically be added where the dash appears
version: "0.9.10-beta.28",
version: "0.9.10-beta.29",
elixir: ">= #{System.get_env("ELIXIR_VERSION", "1.13.4")}",
flavour: @flavour,
default_flavour: @default_flavour,