This commit is contained in:
Mayel de Borniol 2024-03-30 23:35:36 +00:00
parent 6782fa2f58
commit 635141b867
3 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
# these are copied from deps.hex and needed here for CI (workaround for errors like Because "your app" depends on "telemetry empty" which doesn't match any versions, version solving failed)
floki = "~> 0.33"
floki = "~> 0.36"
phoenix = "~> 1.7.0"
phoenix_live_view = "~> 0.20.9" # usually should let surface decide the version
plug_crypto = "~> 2.0" # newer crypto for plug/phoenix

View file

@ -122,7 +122,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.18",
version: "0.9.10-beta.19",
elixir: ">= #{System.get_env("ELIXIR_VERSION", "1.13.4")}",
flavour: @flavour,
default_flavour: @default_flavour,

View file

@ -31,7 +31,7 @@
"bonfire_boundaries": {:git, "https://github.com/bonfire-networks/bonfire_boundaries", "bb8e2e5b089f43084c2e5ae5c08f4219ed9f0c70", [branch: "main"]},
"bonfire_breadpub": {:git, "https://github.com/bonfire-networks/bonfire_breadpub", "3596497d417d10eb79a28d269469b541eb7b5389", [branch: "main"]},
"bonfire_classify": {:git, "https://github.com/bonfire-networks/bonfire_classify", "83b505836c16f7883c52337e45a3b52eee9a2ef2", [branch: "main"]},
"bonfire_common": {:git, "https://github.com/bonfire-networks/bonfire_common", "5184b3d60d5526ea75e6c5ebd63de7cdd2c43c55", [branch: "main"]},
"bonfire_common": {:git, "https://github.com/bonfire-networks/bonfire_common", "10732caed4b321cfef44056a2d6d3bbe26c23a65", [branch: "main"]},
"bonfire_data_access_control": {:git, "https://github.com/bonfire-networks/bonfire_data_access_control", "b7c3cd9886a22e0b3652baa7edd079fac29bdea3", [branch: "main"]},
"bonfire_data_activity_pub": {:git, "https://github.com/bonfire-networks/bonfire_data_activity_pub", "00712af676e70f0f126861446bf873054f6e26c3", [branch: "main"]},
"bonfire_data_assort": {:git, "https://github.com/bonfire-networks/bonfire_data_assort", "af26dd234af89e540ccdbb144fcb240e80a81563", []},
@ -60,7 +60,7 @@
"bonfire_social": {:git, "https://github.com/bonfire-networks/bonfire_social", "274c8fe702c18cf22f20af0f0291d83c601cb510", [branch: "main"]},
"bonfire_social_graph": {:git, "https://github.com/bonfire-networks/bonfire_social_graph", "4abf848ee5bdd81064ad0b2f53ccd764e68c101e", []},
"bonfire_tag": {:git, "https://github.com/bonfire-networks/bonfire_tag", "273339cb177707c90d7af6040f61b20611532b5b", [branch: "main"]},
"bonfire_ui_common": {:git, "https://github.com/bonfire-networks/bonfire_ui_common", "cb72a8db95bc0f311f970b05cc5ce25aa0becb55", [branch: "main"]},
"bonfire_ui_common": {:git, "https://github.com/bonfire-networks/bonfire_ui_common", "edf2562908b14b409cfbcd0ce8a12884a7bb7659", [branch: "main"]},
"bonfire_ui_coordination": {:git, "https://github.com/bonfire-networks/bonfire_ui_coordination", "937ebaa352b9a922adf84c786856d68262693191", [branch: "main"]},
"bonfire_ui_groups": {:git, "https://github.com/bonfire-networks/bonfire_ui_groups", "28530bac502c27a6189624a8d812f797f23d3e41", [branch: "main"]},
"bonfire_ui_kanban": {:git, "https://github.com/bonfire-networks/bonfire_ui_kanban", "0f0092e8c2c336d6ac41951adff97cbfc7c80713", [branch: "main"]},