From ebb109ff7aeaa13cb239f305abb20bb9a4846269 Mon Sep 17 00:00:00 2001 From: Mayel de Borniol Date: Mon, 20 Nov 2023 15:28:36 +0000 Subject: [PATCH] dep --- flavours/classic/config/deps.hex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flavours/classic/config/deps.hex b/flavours/classic/config/deps.hex index 8f53f17b5f5..a2ea99e26e5 100755 --- a/flavours/classic/config/deps.hex +++ b/flavours/classic/config/deps.hex @@ -5,7 +5,7 @@ # livebook = "~> 0.7.2" surface = "~> 0.11.0" # note: usually we should let bonfire_ui_common control this phoenix = "~> 1.7.0" # note: should match version supported by version of surface used -phoenix_live_view = "~> 0.20.0" # usually should let surface decide the version +phoenix_live_view = "~> 0.20.1" # usually should let surface decide the version live_view_native = "~> 0.1" live_view_native_swift_ui = "~> 0.1" # phoenix_html = "~> 3.3.0" # note: usually we should let bonfire_ui_common control this