From 17077f8055f772e1ef70f8b459fcedc99402338c Mon Sep 17 00:00:00 2001 From: Mayel de Borniol Date: Sun, 20 Oct 2024 22:04:38 +0100 Subject: [PATCH] test tz_world fix --- mix.exs | 2 +- mix.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mix.exs b/mix.exs index e054cb0411..6e7a6850d1 100644 --- a/mix.exs +++ b/mix.exs @@ -208,7 +208,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.167", + version: "0.9.10-beta.168", elixir: ">= #{System.get_env("ELIXIR_VERSION", "1.13.4")}", flavour: @flavour, default_flavour: @default_flavour, diff --git a/mix.lock b/mix.lock index f8601ed106..c4888d609b 100644 --- a/mix.lock +++ b/mix.lock @@ -65,7 +65,7 @@ "bonfire_social": {:git, "https://github.com/bonfire-networks/bonfire_social", "b2a99e3c73d708f43d720b4f4238f684c981c0a5", []}, "bonfire_social_graph": {:git, "https://github.com/bonfire-networks/bonfire_social_graph", "9a4ad5babd675c66c6a62a1b7b2dbd4a7c7f6e13", []}, "bonfire_tag": {:git, "https://github.com/bonfire-networks/bonfire_tag", "ac871e903f071bceb602dbc634f97684d6e7fba9", []}, - "bonfire_ui_common": {:git, "https://github.com/bonfire-networks/bonfire_ui_common", "754f9430370d17a17796eabbbf92b98c528fe6c9", []}, + "bonfire_ui_common": {:git, "https://github.com/bonfire-networks/bonfire_ui_common", "9a2c2528b3a4d43a616515ffe5ceab295b2c22fe", []}, "bonfire_ui_coordination": {:git, "https://github.com/bonfire-networks/bonfire_ui_coordination", "2777b3dcecac98c2fb5f4137b3114108b8b4daf5", []}, "bonfire_ui_groups": {:git, "https://github.com/bonfire-networks/bonfire_ui_groups", "7ff551dee52b1548760ca565706eca040cfaffd4", []}, "bonfire_ui_kanban": {:git, "https://github.com/bonfire-networks/bonfire_ui_kanban", "2b6f3aded6d305bcf5979f8ffe5d5d189f41133d", []}, @@ -364,7 +364,7 @@ "towel": {:git, "https://github.com/CyrusOfEden/towel", "7a9632f6450593176db387c8202580b626b57760", []}, "twinkle_star": {:git, "https://github.com/bonfire-networks/twinkle_star", "476f464e38c5409438246ca15e42e44b527ca257", []}, "typed_struct": {:hex, :typed_struct, "0.3.0", "939789e3c1dca39d7170c87f729127469d1315dcf99fee8e152bb774b17e7ff7", [:mix], [], "hexpm", "c50bd5c3a61fe4e198a8504f939be3d3c85903b382bde4865579bc23111d1b6d"}, - "tz_world": {:hex, :tz_world, "1.3.3", "6d847a8f24d84f091d3385769dad96a27170e8e9a03f5ded9fd86299a99c67b1", [:mix], [{:castore, "~> 0.1 or ~> 1.0", [hex: :castore, repo: "hexpm", optional: true]}, {:certifi, "~> 2.5", [hex: :certifi, repo: "hexpm", optional: true]}, {:geo, "~> 1.0 or ~> 2.0 or ~> 3.3", [hex: :geo, repo: "hexpm", optional: false]}, {:jason, "~> 1.0", [hex: :jason, repo: "hexpm", optional: false]}], "hexpm", "dae9f255954c767fa4e36fa68b2927310a7192b525e10f860a6f4656aab23746"}, + "tz_world": {:git, "https://github.com/kipcole9/tz_world", "a7f36583d2075553c47d082360ad588321dca926", []}, "tzdata": {:hex, :tzdata, "1.1.2", "45e5f1fcf8729525ec27c65e163be5b3d247ab1702581a94674e008413eef50b", [:mix], [{:hackney, "~> 1.17", [hex: :hackney, repo: "hexpm", optional: false]}], "hexpm", "cec7b286e608371602318c414f344941d5eb0375e14cfdab605cca2fe66cba8b"}, "ucwidth": {:hex, :ucwidth, "0.2.0", "1f0a440f541d895dff142275b96355f7e91e15bca525d4a0cc788ea51f0e3441", [:mix], [], "hexpm", "c1efd1798b8eeb11fb2bec3cafa3dd9c0c3647bee020543f0340b996177355bf"}, "unfurl": {:hex, :unfurl, "0.6.2", "28a60b4bed73f8ebfd699f38e4762e3a757bc28a1c9bd76d8037db3b2d81ea5e", [:mix], [{:arrows, "~> 0.2", [hex: :arrows, repo: "hexpm", optional: false]}, {:faviconic, "~> 0.2.1", [hex: :faviconic, repo: "hexpm", optional: false]}, {:floki, "~> 0.32", [hex: :floki, repo: "hexpm", optional: false]}, {:hackney, "~> 1.17", [hex: :hackney, repo: "hexpm", optional: true]}, {:jason, "~> 1.2", [hex: :jason, repo: "hexpm", optional: false]}, {:plug_cowboy, "~> 2.6", [hex: :plug_cowboy, repo: "hexpm", optional: false]}, {:tesla, "~> 1.4", [hex: :tesla, repo: "hexpm", optional: false]}, {:untangle, "~> 0.3", [hex: :untangle, repo: "hexpm", optional: false]}], "hexpm", "0b5a58870a4b2dc8005a4856663176c1ff8f65ee4585c8bb0ad23f51c55abd86"},